Two design guarantees worth relying on:
- The menu is honest: it lists only what a key can actually run today. A template on the menu is a template that works.
- Refusals and blockers are typed: branch on codes, never parse prose.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Every machine-readable surface AskEditor publishes, in one place.
| Surface | URL | What it carries |
|---|---|---|
| MCP connector | https://mcp.askeditor.com | The full tool surface: templates, uploads, jobs. |
| llms.txt | /llms.txt on this docs site | The docs index for language models (auto-generated on deploy). |
| llms-full.txt | /llms-full.txt on this docs site | The full docs content in one file (auto-generated on deploy). |
| OAuth discovery | mcp.askeditor.com/.well-known/oauth-protected-resource | RFC 9728 metadata; a bare request to the MCP server 401s with the challenge, so clients self-configure. |
| OpenAPI spec | /api-reference/openapi.json | The REST surface, typed. Stable URL. |
| Template index | GET /v1/templates | The live menu as JSON: same data as the Templates tab. |