Set a key
- CLI
- Dashboard
Supported providers
Polpo supports 20+ LLM providers natively, including Anthropic, OpenAI, Google, xAI, OpenRouter, Groq, Mistral, Cerebras, MiniMax, Amazon Bedrock, Azure OpenAI, Google Vertex, and Hugging Face. See the full list with slugs and model examples in the LLM & Providers reference.LLM Gateways
Polpo works with any OpenAI-compatible gateway. Configure the gateway as a custom provider in.polpo/polpo.json:
LiteLLM
Local development
For local development, set the key as an environment variable instead:.polpo/.env:
Deploy syncs keys
When you runpolpo deploy, local environment keys are detected and pushed to the cloud automatically:
How it works at runtime
- Agent calls the LLM with its configured model
- Polpo decrypts the provider key and injects it into the sandbox
- The LLM call uses your key directly — no proxy
- When the sandbox is destroyed, the decrypted key is discarded