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.
| Agent | Onboard command |
|---|---|
| Claude Code | outlit onboard --agent claude-code --json |
| Codex | outlit onboard --agent codex --json |
| Gemini CLI | outlit onboard --agent gemini --json |
| Droid | outlit onboard --agent droid --json |
| OpenCode | outlit onboard --agent opencode --json |
| Pi | outlit onboard --agent pi --json |
| OpenClaw | outlit onboard --agent openclaw --json |
| Manual / multi-agent | outlit setup 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, checks integration capabilities/status, and returns next commands such as outlit integrations setup <provider> --json.
onboard does not connect third-party integrations by itself. Use outlit integrations capabilities --json, then outlit integrations setup <provider> --json for auth or credentials, and follow-up commands like outlit integrations setup hubspot mappings --json or outlit integrations setup pylon webhooks --json when capabilities list required post-connect steps.
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
| Check | What it verifies |
|---|---|
| CLI version | Whether you’re running the latest version |
| API key | Presence and format of your API key |
| API validation | Live test call to verify the key works |
| Integrations | Whether Outlit can read integration status |
| Per-agent checks | Whether detected coding agents already have the outlit skill |
Example Output
JSON Output
Exit Code
doctor exits with code 1 if any check fails, which makes it useful in CI: