connect

Get account status and active model guidance.

tl;dr Call connect at session start. It confirms connection status and provides setup guidance for your client.

Parameters

ParameterTypeRequiredDescription
clientToolstringNoClient name (e.g. "Cursor", "Claude Code").
namestringNoOptional model name to treat as active in guidance.
tasteNamestringNoLegacy alias for name.

Examples

  • connect
  • connect { clientTool: "Cursor" }
  • connect { clientTool: "Claude", name: "Rabbit" }

Better prototypes with less prompting

Start creating