Use Nanobot with the LLM gateway
Nanobot can route through custom OpenAI-compatible providers from
~/.nanobot/config.json. Use the gateway in
the built-in custom provider slot and point
Nanobot's default model at auto.
1 models routed through the gateway over the last 30 days.
Why use Nanobot with the gateway
Personal agents can burn through tokens while searching, planning, and editing. The gateway lets Nanobot keep one endpoint while routing requests to lower-cost models whenever the task does not need a premium frontier model.
- Use one auto model in Nanobot
- Mix API keys, subscriptions, local models, and custom providers
- Fallback automatically when providers rate limit or fail
- Track usage and cost per Nanobot agent in the gateway dashboard
- Set spending caps before long autonomous runs
- Self-host the gateway for local-first routing
Setup in 60 seconds
Update agents.defaults and add the
custom provider block below to Nanobot's
config file.
Merge this JSON into ~/.nanobot/config.json.
{
"agents": {
"defaults": {
"provider": "custom",
"model": "auto"
}
},
"providers": {
"custom": {
"apiKey": "mnfst_YOUR_KEY",
"apiBase": "https://api.manifest.build/v1"
}
}
}
custom
https://api.manifest.build/v1
mnfst_YOUR_KEY
auto
Nanobot tokens processed by the gateway
Models in use
# Model |
Auth type | Tokens / last 30 days |
|---|---|---|
1.Gpt 5.6 Luna | Subscription | 69 M |