Connect your coding agent
Point Claude Code, Codex, Cursor, or any coding agent at your idapt workspace, over the CLI or MCP. Your agent gets your files, agents, computers, 200+ models, and a durable shared memory.
Pick your agent
Choose how to connect
Install the CLI, sign in, then drop the idapt skill into your skills folder so Claude Code discovers every command on its own.
Install the CLI
npm i -g @idapt/cli
Keep it current with idapt upgrade.
Sign in
idapt login
Opens your browser (device-code on headless machines), or set IDAPT_API_KEY from a key you create below.
Install the idapt skill (optional)
curl https://idapt.app/cli/skill > ~/.claude/skills/idapt-cli/SKILL.md
Teaches the agent the idapt <resource> <verb> grammar so it discovers every command on its own.
Create an API key
Both paths authenticate with a user API key (uk_). Create one, scope its permissions, and export it as IDAPT_API_KEY. Manage keys any time in Settings → Developer.