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

# Dashboard MCP

> Use the Sendrealm MCP server to work with dashboard resources through an API key.

The Sendrealm MCP endpoint is available at:

```text theme={null}
https://mcp.sendrealm.com/mcp
```

Connect with a SendRealm API key through the `Authorization` header:

```text theme={null}
Authorization: Bearer your_sendrealm_api_key
```

The server is API-key scoped and does not persist credentials. It supports project context, domains, campaign drafts, audiences, contacts, topics, templates, automations, automation runs, test runs, and event ingestion.

For recovery workflows, agents should use contact lookup/upsert, put a stable
business identifier in event correlation, validate the automation, and run the
draft through the no-send test-run tools before publishing. Live run cancellation
and retry are explicit, audited operations; campaign scheduling and sending stay
in the dashboard.

Campaign scheduling and sending are intentionally unavailable through MCP. Agents should complete the draft, inspect readiness, and leave final scheduling and delivery approval to the SendRealm dashboard.
