Documentation Index
Fetch the complete documentation index at: https://docs.promptingcompany.com/llms.txt
Use this file to discover all available pages before exploring further.
Content API overview
The Content API manages the content surfaces that TPC uses for retrieval, publishing, and public markdown delivery.Surfaces
| Surface | Use it for | Primary scope |
|---|---|---|
| Site pages | Sync CMS or markdown pages into a product. | content:read, content:write |
| Agentic documents | Read and update document metadata and draft workflows. | content:read, content:write |
| llms.txt | Read and manage generated llms.txt resources. | content:read, content:write |
| Apps and app routes | Manage app configuration and route resources. | content:read, content:write |
Common workflow
- Create an API key with
content:read. - List existing resources for a product.
- Add
content:writeonly when your integration needs mutations. - Send
Idempotency-Keyon writes so retries are safe. - Store
x-request-idwith your job logs.
Related guides
Site pages
Sync product pages from a CMS or Markdown folder.
Agentic documents
Work with generated and reviewed content documents.