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.
Supported Tools
Max works seamlessly with the following AI coding tools:- Claude Code - Anthropic’s official CLI for Claude
- Codex - OpenAI-powered coding agent
- OpenCode - Multi-model coding assistant
Configuration
Configure your tool to use the Tembo Max proxy endpoint by setting the appropriate environment variables.Claude Code / OpenCode (Anthropic)
OpenCode (OpenAI)
OpenCode can also use OpenAI models viaopencode.json:
Codex
Configure Codex to use Tembo Max by setting these environment variables:your-tembo-api-key with your actual Tembo API key from the dashboard.
There may be a
~/.codex/auth.json file overriding your local OPENAI_API_KEY environment variable. Make sure to remove or update this file in order for the environment variable to work.