outlit onboard command is the first command for coding agents. It bootstraps CLI auth, installs the outlit skill for the selected agent, checks integration setup readiness, and prints next actions.
outlit setup remains available when you only want to install skills. It does not configure MCP clients.
If you want Cursor, VS Code, Claude, or another MCP client, use the direct MCP Integration guide instead.
Supported Agents
Runonboard for the agent you use, or run outlit setup --yes to detect installed agents automatically when you only need skills.
Onboarding
onboard starts the browser approval flow outside CI and stores the approved CLI key. It then validates the key, installs the Outlit skill, reads canonical integration status, and returns next commands such as outlit integrations setup <provider> --json.
onboard does not connect third-party integrations by itself. Use outlit integrations setup <provider> --json, then outlit integrations status <provider> --json. Setup first negotiates capabilities without credentials. Interactive mode can prompt securely after Core requests a credential or open a safe browser handoff; automation must opt into strict stdin JSON with --config-stdin.
For headless CRM setup, add --accept-recommended to submit the exact recommendation returned by Core. It conflicts only with a custom CRM mapping supplied through --config-stdin.
Auto-Setup
Detect installed coding agents and installoutlit for all of them:
--yes, the CLI lists detected agents before installing.
JSON Output
Interactive Skills Installer
Use this when you want to pick agents manually or optionally addoutlit-sdk:
skills add flow scoped to github.com/OutlitAI/outlit-agent-skills.
Diagnostics
Thedoctor command checks your CLI auth plus coding-agent skill installs:
Checks Performed
Example Output
JSON Output
Exit Code
doctor exits with code 1 if any check fails, which makes it useful in CI: