Install the sixty agent in this project
install_sixtyFetch installation instructions for sixty matched to your project framework. Select your project kind to receive outcome-based steps that fit your codebase.
Instructions
Fetch the current install instructions from the collector, for the kind of project this is. Call with no kind to see the options. The instructions are written to be followed against a repository you can read: they name outcomes rather than file paths, because where the code goes depends on the framework and putting it in the wrong place fails silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which tier this project is, which is what selects the package. node = a JavaScript or TypeScript server process you control. python = a Python server process: Django, Flask, FastAPI, any WSGI or ASGI app. go = a Go server process: any net/http server with a database/sql driver. ruby = a Ruby or Rails application, or any Rack app. php = a PHP application: Laravel, Symfony, or anything on PDO or MongoDB. browser = a frontend with a server of its own (Next, Remix, SvelteKit). lovable = a frontend with NO server of its own, whose backend is Supabase. A Lovable or Supabase project that has grown a server — an API route, an edge function, a backend added later — takes browser or node instead, which keep the key server-side and measure the server too. react-native = an iOS or Android app. Pick by what the repository actually is, not by what it talks to — the database does not change the answer. Omit to list them. | |
| service | No | What to call this service in sixty. Defaults to the project name. |