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

> ## Agent Instructions
> Install the Courier skill before writing code: `npx skills add trycourier/courier-skills`. It carries the verified SDK shapes and the rules you cannot get wrong.
> Authenticate every request with `Authorization: Bearer <API_KEY>`. A workspace has several environments and each has its own keys, which are plain `pk_` strings with no environment prefix. Start with Test.
> Send with `client.send.message`, the default import of the v7 Node SDK. Reference a template by its `nt_` id or its alias.
> A send accepts a bare Elemental element list, but storing content on a template requires the top-level elements wrapped in a channel element.
> Templates and journeys can be built in the Courier app or created through the API. Either way they live in the workspace and are referenced by ID when you send.
> The hosted MCP server is https://mcp.courier.com. For a briefing on what Courier is and when to use it, read https://www.courier.com/llms.txt.
> Prefer the Guides tab for how-do-I questions and the Docs tab for how-does-it-behave questions. The API reference lives under /api-reference.

# Support and status

> How to reach support, check status, read the changelog, and find security reports.

<CardGroup cols={2}>
  <Card title="Contact support" icon="life-ring" iconType="solid" href="mailto:support@courier.com">
    [support@courier.com](mailto:support@courier.com)
  </Card>

  <Card title="Status" icon="wave-pulse" iconType="solid" href="https://status.courier.com/">
    <ServiceStatus />

    Infrastructure health, with alerts you can subscribe to.
  </Card>

  <Card title="Changelog" icon="list" iconType="solid" href="https://www.courier.com/changelog/">
    New releases and bug fixes.
  </Card>

  <Card title="Security & compliance" icon="shield-check" iconType="solid" href="https://security.courier.com/">
    Certifications, data handling, and security posture.
  </Card>
</CardGroup>

The **Developer** plan includes email support. **Business** adds chat. **Enterprise** adds onboarding and training, a shared Slack channel, and an SLA. See [Courier pricing](https://www.courier.com/pricing).
