# Terradium documentation

Terradium is a GEO and AEO platform. A multi-agent pipeline plans, researches, writes, and refines articles, then publishes them to a built-in CMS (public content API) or a signed webhook. It also samples AI engines so you can see whether those articles get cited.

Dashboard: https://app.terradium.io
Product API: https://api.terradium.io
OpenAPI: https://terradium.io/openapi.json
MCP: https://api.terradium.io/api/v1/mcp (Bearer `td_mcp_...`, writes need a project token)

## For agents

1. Read [/llms.txt](/llms.txt) or [/agents.md](/agents.md).
2. Read [/openapi.json](/openapi.json).
3. Use MCP at https://api.terradium.io/api/v1/mcp. This site is not the MCP server.
4. Content REST lives under `/api/v1/public/content/{projectId}/...` on the API host. See [/docs/api-reference](/docs/api-reference).

## Guides

- [Overview](/docs/overview)
- [Quick start](/docs/end-user-guide)
- [Projects](/docs/projects)
- [Content generation](/docs/content-generation)
- [Editorial plans](/docs/editorial-plans)
- [Featured images](/docs/featured-images)
- [Publishing](/docs/publishing)
- [Search Console](/docs/search-console)
- [AI Visibility](/docs/ai-visibility)
- [Embed SDK](/docs/embed)
- [Analytics](/docs/analytics)
- [Billing and quota](/docs/billing-quota)
- [Notifications](/docs/notifications)

## Reference

- [API reference](/docs/api-reference)
- [Agent access (MCP)](/docs/mcp)
- [Developers](/developers)
- [Contact](/contact)

Request any of these URLs with `Accept: text/markdown` to get the markdown body.
