Email SDK
For agents

Machine-readable documentation

Use raw Markdown, LLM indexes, JSONL entities, and the schema map for agent retrieval.

The docs site exposes the active navigation through formats that do not require scraping rendered HTML.

EndpointPurpose
/llms.txtSite-level LLM index
/docs/llms.txtDocumentation-only index
/llms-full.txtCombined current documentation text
/feeds/docs.jsonlOne typed JSON object per current page
/schemamap.xmlMachine-readable surface map
/docs/<path>.mdRaw Markdown for one current page

Every rendered page includes Copy Markdown and View Markdown controls. Historical documentation also has version-aware raw Markdown routes.

Prefer canonical URLs

Use current /docs/... URLs unless you need behavior from a pinned historical release. The version picker stores latest separately, so readers who choose current docs continue to track future releases.

Retrieve one page

curl https://email-sdk.dev/docs/reference/client.md

The response starts with the page title and canonical URL, then includes processed Markdown with version-correct internal links.

Retrieve the full corpus

Use /llms-full.txt for a compact single request or /feeds/docs.jsonl when your indexer wants discrete route records.

Coding-agent skill

Install instructions that make agents refresh these sources before coding.

On this page