Runnable example apps built on the Agent37 Agents API. Each example is a self-contained folder: put your API key in .env, run it, and you have a working app.
- Mint an API key at agent37.com/dashboard/cloud/api-keys.
- Add at least $10 to your wallet at agent37.com/dashboard/cloud/billing. The smallest instance costs $4.94 per month, billed a day at a time, and the rest covers managed LLM usage.
| Example | What it shows |
|---|---|
| bruno | Click through the raw API in Bruno, no code: create an instance, chat with it, continue the thread, delete. The fastest way to see the API end to end. |
| hermes-chat | A streaming chat app on a Hermes agent instance: create and manage instances, stream replies token by token, sessions, cancel. |
These examples are small, single-purpose teaching apps. If you want a complete application to fork and rebrand — a multi-tenant dashboard with sign-in, workspaces, and per-user agents — start from the Agent37 white-label template and click Use this template.
The full API reference lives at agent37.com/docs. If you are using a coding agent (Claude Code, Codex, Cursor), point it at agent37.com/docs/llms-full.txt and it can build against the current spec directly.