No key, no problem
The simplest way to run an agent with no API key is Ollama. You install Ollama, pull a model, and point the agent at your local endpoint. There is no account, no key, and no per-token bill.
Local first, cloud optional
- Install Ollama and pull a model:
ollama pull llama3.1. - In the console, set the provider to Ollama.
- Start the agent — no key requested.
Or let the vault hold the key
If you want a frontier model but do not want the key on your machine, put it in the platform vault. The agent calls the model through a proxy and never receives the key.
Why this matters
A key that is not on the device cannot leak from the device. It is the cleanest way to close the most common agent security hole.
Trade-offs
i
Local models are free and private but slower and less capable. Use Ollama for private work, and the vault for the hard jobs.
Frequently asked questions
Can I use an AI agent with no API key?
What if I want a frontier model without a key on my device?