Tembo Max provides a high-performance proxy endpoint that allows you to connect your local AI coding tools to Tembo’s infrastructure. Read more about Tembo Max.
Connecting to Tembo Max
To use Tembo Max with your coding agents, configure them to connect to:
Getting Your API Key
- Log in to your Tembo dashboard
- Navigate to Settings → API Keys
- Click Create API Key and copy the generated key
Keep your API key secure. If compromised, revoke it immediately and generate a new one.
Max works seamlessly with the following AI coding tools:
- Claude Code - Anthropic’s official CLI for Claude
- Codex - OpenAI-powered coding agent (coming soon)
- OpenCode - Multi-model coding assistant
Configuration
Configure your tool to use the Tembo Max proxy endpoint by setting the appropriate environment variables.
Claude Code
Set the Anthropic base URL and API key:
export ANTHROPIC_BASE_URL=https://proxy.tembo.io/anthropic
export ANTHROPIC_API_KEY=your-tembo-api-key
OpenCode
Set the Anthropic base URL and API key:
export ANTHROPIC_BASE_URL=https://proxy.tembo.io/anthropic
export ANTHROPIC_API_KEY=your-tembo-api-key
Codex
Coming soon.
Troubleshooting
Connection issues: Verify your API key is set correctly and you have an active Tembo subscription.
Authentication errors: Generate a new API key from your dashboard if your current key is invalid or expired.
For additional help, contact [email protected].