Download & Install
Set up Claudible in your development environment. One-line install for quick setup, or manual configuration for custom needs.
1 Run install command
This will configure ANTHROPIC_BASE_URL, ANTHROPIC_AUTH_TOKEN, and update ~/.claude/settings.json
curl -fsSL "https://claudible.io/install.sh?key=YOUR_KEY" | sh
View script source — the script only sets environment variables and updates settings.json.
2 Restart your terminal
Source your shell profile to apply changes:
source ~/.bashrc # or ~/.zshrc
3 Start using Claude Code
You're all set! Run claude to start.
claude
Configure OpenAI Codex CLI to use Claudible. Installs @openai/codex via npm, writes config.toml and models.json. Requires Node.js 22+.
1 Run install command
curl -fsSL "https://claudible.io/codex-install.sh?key=YOUR_KEY" | sh
View script source — installs Codex CLI and configures ~/.codex with your credentials.
2 Start using Codex CLI
codex
Telegram AI bot framework that connects to Claudible. Auto-generates ~/.openclaw/openclaw.json.
1 Install & configure
curl -fsSL "https://claudible.io/openclaw-install.sh?key=YOUR_KEY" | sh
View script source — generates ~/.openclaw/openclaw.json with your credentials.
2 Restart gateway
Restart OpenClaw to apply the new configuration:
openclaw gateway restart
Answer Engine (Web Search)
claude mcp add --transport http --scope user my-answer-engine https://claudible.io/mcp/answer-engine --header "Authorization: Bearer YOUR_KEY"
Context7 (Library Docs)
Get your API key from context7.com
claude mcp add --scope user context7 -- npx -y @upstash/context7-mcp --api-key YOUR_CONTEXT7_KEY
Remove Claudible configuration
curl -fsSL "https://claudible.io/uninstall.sh" | sh
Remove Claudible Kit
curl -fsSL "https://claudible.io/kit-uninstall.sh" | bash
Need help?
Check out the documentation or go to the dashboard to manage your key.