Setup & Authentication
When you install Kilo Code, you'll be prompted to sign in or create a free account. This automatically configures everything you need to get started.
Quick Start with Kilo Account
The extension prompts you to sign in when you first open the sidebar. Click Sign In and complete the browser-based flow. The extension communicates with the CLI backend, so authentication is shared between the CLI and extension.
Add credits to your account and get $20 bonus credits, or sign up for Kilo Pass.
Kilo Gateway API Key
If you're using the Kilo AI Gateway outside of the Kilo Code extension (for example, with the Vercel AI SDK or OpenAI SDK), you'll need an API key:
- Go to app.kilo.ai
- Go to Your Profile on your personal account (not in an organization)
- Scroll to the bottom of the page
- Copy your API key
Using Another API Provider
If you prefer to use your own API key or existing subscription, Kilo Code supports over 30 providers. Here are some popular options to get started:
| Provider | Best For | API Key Required |
|---|---|---|
| ChatGPT Plus/Pro | Use your existing subscription | No |
| OpenRouter | Access multiple models with one key | Yes |
| Anthropic | Direct access to Claude models | Yes |
| OpenAI | Access to GPT models | Yes |
These are just a few examples! Kilo Code supports many more providers including Google Gemini, DeepSeek, Mistral, Ollama (for local models), AWS Bedrock, Google Vertex, and more. See the complete list at AI Providers.
ChatGPT Plus/Pro Subscription
Already have a ChatGPT subscription? You can use it with Kilo Code through the OpenAI ChatGPT provider—no API key needed.
OpenRouter
- Go to openrouter.ai and sign in
- Navigate to API keys and create a new key
- Copy your API key
Anthropic
- Go to console.anthropic.com and sign in
- Navigate to API keys and create a new key
- Copy your API key immediately—it won't be shown again
OpenAI
- Go to platform.openai.com and sign in
- Navigate to API keys and create a new key
- Copy your API key immediately—it won't be shown again
Configuring Your Provider
- Open the Kilo Code sidebar in VS Code
- Click the gear icon () to open Settings
- Go to the Providers tab
- Select your provider and enter your API key
- Choose your model
You can also use kilo auth login for providers that support OAuth (like GitHub Copilot). The extension reads from the same underlying config files as the CLI, so provider settings are shared.
Reach out to our support team or join our Discord community.


