Documentation Index
Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
publish_document
Publish a new document or update an existing one.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Document title |
html | string | Yes | Full HTML content of the document |
document_id | uuid | No | Existing document ID to update. Omit to create new. |
note | string | No | Version note / changelog entry |
Returns
| Field | Type | Description |
|---|---|---|
document_id | uuid | Unique identifier for the document |
version_id | uuid | Identifier for this specific version |
Examples
Create a new document
Update an existing document
Important notes
- Omit
document_idto create a new document. Include it to update an existing one. - Save the
document_idreturned on creation — you need it for future updates via MCP or when you instruct the model explicitly. - Version notes are optional but recommended — they appear in your version history in the dashboard.