Integration Guide

agent-zero + Meridian

Route agent-zero through Meridian's API gateway for unified billing, rate limiting, and model access — no code changes to your agent loop.

1

Modify your .env

agent-zero reads CHAT_API_BASE and CHAT_API_KEY from the environment. Point them at Meridian.

CHAT_API_BASE=https://api.getnimbus.net/v1
CHAT_API_KEY=sk-nimbus-...
2

Restart agent-zero

agent-zero picks up env vars at startup. Kill the process and relaunch — the agent will now send all chat completions through Meridian's proxy. Your existing tools, memory, and system prompt remain untouched.

3

Verify in dashboard

Requests will appear under your Meridian API key's usage tab. Rate limits, cost tracking, and model routing are handled transparently — agent-zero sees a standard OpenAI-compatible endpoint.

Need an API key? Grab one from the dashboard.

Open Dashboard