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

# Developers

> The server-side reference: domain verification, automation triggers, webhooks, rate limits, the SQL schema, and the docs MCP server.

The server-side half of building on Onchain Suite. Each page here is a focused reference you (or a developer on your team) can implement against.

<Note>
  **In plain terms.** If you're just adding notifications to your dApp, start with [Integrations](/integrations/overview). Reach for these pages when you're wiring the platform into your own backend, receiving events, feeding in triggers, authenticating your sending domain, or querying your data.
</Note>

## What's here

<CardGroup cols={2}>
  <Card title="Domain verification" icon="shield-halved" href="/api/domains">
    Authenticate your sending domain with the right DNS records.
  </Card>

  <Card title="Automation triggers" icon="bolt" href="/api/automation-triggers">
    Feed trigger events from your own indexer or backend.
  </Card>

  <Card title="Webhooks" icon="satellite-dish" href="/api/webhooks">
    Receive platform events at your endpoint and react.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/api/rate-limits">
    Keep your integration reliable under load.
  </Card>

  <Card title="SQL schema" icon="table" href="/api/sql-schema">
    Every table and column you can query.
  </Card>

  <Card title="Docs MCP server" icon="robot" href="/api/mcp">
    Connect these docs to your AI assistant.
  </Card>
</CardGroup>
