> ## Documentation Index
> Fetch the complete documentation index at: https://www.agent37.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Build with Agent37

> What you can build on the Agent37 API, in one table — a white-label dashboard, your own Composio, a chat app, a custom agent image, and public webhooks — most with a forkable repo.

Every guide in this section ends with something running, and almost every one comes with a public repo. There are two ways in:

* **Fork a finished app** when you want to ship fast: point it at your `sk_live_` key, rebrand, deploy.
* **Build it yourself** when you want the API pattern: the guides walk through the exact calls.

| I want to…                                                                                      | Guide                                            | Code                                                                                                        |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| Ship a branded, multi-tenant agent dashboard — chat, files, and integrations included           | [Agent37 Starter Kit](/docs/agents-api/white-label)   | [starter-kit](https://github.com/agent37-platform/starter-kit)                                              |
| Run integrations on **my own Composio** — my API key, my users' connected accounts, my metering | [Use your own Composio](/docs/agents-api/composio)    | [hermes-openclaw-composio](https://github.com/agent37-platform/hermes-openclaw-composio)                    |
| Build my own chat UI — one always-on agent per user, streamed replies                           | [Build a chat app](/docs/agents-api/chat-app)         | [hermes-chat](https://github.com/agent37-platform/examples/tree/main/hermes-chat)                           |
| Change what the agent can do — my own tools, skills, and Docker image                           | [Build a custom image](/docs/agents-api/custom-image) | [custom-agent-image](https://github.com/agent37-platform/starter-kit/tree/main/examples/custom-agent-image) |
| Give Hermes a public URL for webhook deliveries                                                 | [Hermes webhooks](/docs/agents-api/hermes-webhooks)   | —                                                                                                           |

More runnable examples land in [agent37-platform/examples](https://github.com/agent37-platform/examples) as they ship.

New to the API itself? Read [Core concepts](/docs/agents-api/concepts) first — one key, two planes — then come back and pick a row.
