First Run

Outcome

Run cara setup, start Carapace, and complete your first useful assistant workflow.

Prerequisites

0) Pick the simplest first path

If you are not sure where to start:

If provider choice is the blocker, use the Providers hub. If you want a maintainer to help you pick the shortest path, use Help.

1) Run the setup wizard

cara setup

The wizard walks you through:

Today that interactive path writes Anthropic/OpenAI first-run config. If neither ANTHROPIC_API_KEY nor OPENAI_API_KEY is set and Carapace detects Ollama, Gemini, Venice, or a full Bedrock env set, cara setup will stop and point you to the provider/help path before it writes the wrong config.

2) Start Carapace

cara

3) Run smoke checks

In a second terminal:

cara verify --outcome auto --port 18789
cara verify --outcome autonomy --port 18789
cara status --port 18789
cara chat --port 18789

Expected:

If you set a custom port during setup, use that instead of 18789. If your selected outcome is discord or telegram, cara verify may also require destination flags (--discord-to / --telegram-to) for send-path checks.

4) Complete your chosen first outcome

Continue