# PostRoutine Docs (for humans & agents)

Human UI: https://www.postroutine.io/docs

> Prefer these markdown pages when reading docs programmatically. Human UI: https://www.postroutine.io/developers

## Agent endpoints

| Resource | URL |
| --- | --- |
| Docs hub (HTML) | https://www.postroutine.io/docs |
| This index (markdown) | https://www.postroutine.io/docs/index.md |
| OpenAPI 3.1 | https://www.postroutine.io/openapi.json |
| llms.txt | https://www.postroutine.io/llms.txt |
| llms-full.txt | https://www.postroutine.io/llms-full.txt |
| AGENTS.md | https://www.postroutine.io/AGENTS.md |
| SKILL.md | https://www.postroutine.io/SKILL.md |
| MCP discovery | https://www.postroutine.io/.well-known/mcp.json |
| MCP endpoint | https://www.postroutine.io/api/mcp |
| REST API base | https://qnadvdhrowsqgqimlues.supabase.co/functions/v1/api/v1 |

## Guides (markdown)

- [Quickstart](https://www.postroutine.io/docs/quickstart.md)
- [MCP introduction](https://www.postroutine.io/docs/mcp-introduction.md)
- [CLI introduction](https://www.postroutine.io/docs/cli-introduction.md)
- [API introduction](https://www.postroutine.io/docs/api-introduction.md)
- [Webhooks](https://www.postroutine.io/docs/webhooks.md)
- [Connecting accounts](https://www.postroutine.io/docs/connecting-accounts.md)
- [Agent safety](https://www.postroutine.io/docs/agent-safety.md)

## Auth

Use a Console API key as a Bearer token:

```
Authorization: Bearer pr_live_YOUR_KEY
```

Never ask users to paste secrets into chat. Prefer local env vars or MCP client config.

## Human docs

- Quickstart: https://www.postroutine.io/developers
- MCP: https://www.postroutine.io/developers/mcp
- CLI: https://www.postroutine.io/developers/cli
- API reference (Scalar): https://www.postroutine.io/developers/reference
