TheDocumentation Index
Fetch the complete documentation index at: https://docs.getunbound.ai/llms.txt
Use this file to discover all available pages before exploring further.
unbound setup command configures AI coding tools to route through Unbound. It handles authentication, environment variables, and tool-specific config files automatically.
If you are not logged in and --api-key is not provided, the browser opens automatically to authenticate before setup begins.
Interactive setup
Run with no arguments to select tools from an interactive menu:Default bundle
Install Cursor, Claude Code (hooks), and Codex (hooks) in one command:Individual tools
Cursor
Claude Code
Claude Code supports two modes:Gemini CLI
Codex
Instruction-only tools
These tools require manual configuration. The CLI prints the API key and base URL to enter in each tool’s settings.| Tool | Command |
|---|---|
| Roo Code | unbound setup roo-code |
| Cline | unbound setup cline |
| Kilo Code | unbound setup kilo-code |
| Direct API access | unbound setup custom-access |
One-step login + setup
Combine authentication and setup in a single command with--api-key:
| Short form | Explicit form |
|---|---|
claude-code --gateway | claude-code-gateway |
claude-code --subscription | claude-code-subscription |
codex --gateway | codex-gateway |
codex --subscription | codex-subscription |
Remove configuration
One-step onboarding
unbound onboard runs setup --all followed by device discovery in a single command. Useful for new user enrollment:
MDM setup (admin, requires root)
For organization admins enrolling devices via MDM,unbound setup mdm configures all users on the device:
MDM setup requires root and is intended for administrators deploying Unbound across an organization’s device fleet. See MDM Integrations for deployment guides.

