connect
Get account status and active model guidance.
tl;dr Call
connectat session start. It confirms connection status and provides setup guidance for your client.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
clientTool | string | No | Client name (e.g. "Cursor", "Claude Code"). |
name | string | No | Optional model name to treat as active in guidance. |
tasteName | string | No | Legacy alias for name. |
Examples
connectconnect { clientTool: "Cursor" }connect { clientTool: "Claude", name: "Rabbit" }
Related
Better prototypes with less prompting
Start creating