INTEGRATIONS
Native workspace integrations
Achoo runs natively in the workspaces you already build on. Configure the gateway once and ship from anywhere.
Cursor
Point Cursor's models at the local Achoo gateway.
- 1.
Open Settings → Models → OpenAI API Key. - 2.
Set Base URL to https://gateway.achoo.dev/v1 - 3.
Paste your key (sk-achoo-…). - 4.
Select the model name achoo-001 in the model list.
Roo Code
Provider profile in Roo's settings.
- 1.
Open Roo Code settings → API Configuration → OpenAI Compatible. - 2.
Set Base URL: https://gateway.achoo.dev/v1 - 3.
Set Model: achoo-001 - 4.
Paste your API key and save.
Windsurf
Cascade integration with a custom provider.
- 1.
Open Settings → Models → Custom Provider. - 2.
Enter https://gateway.achoo.dev/v1 as the endpoint. - 3.
Authenticate with your key and set the model id.
Cline
Custom provider configuration.
- 1.
Open Cline → Providers → OpenAI Compatible. - 2.
Base URL: https://gateway.achoo.dev/v1 - 3.
Model ID: achoo-001 - 4.
Add your key; enable the provider.
Aider CLI
Environment variables for the terminal.
- 1.
export OPENAI_API_BASE_URL=https://gateway.achoo.dev/v1 - 2.
export OPENAI_API_KEY=sk-achoo-… - 3.
export OPENAI_MODEL=achoo-001 - 4.
Run: aider
Claude Code CLI
Point the CLI at the Achoo gateway.
- 1.
Set ANTHROPIC_BASE_URL to the Achoo gateway. - 2.
Set ANTHROPIC_AUTH_TOKEN to your key. - 3.
Set the model via ANTHROPIC_MODEL to achoo-001.