ts.doc.get
Get a specific document as Markdown
Get a specific document as Markdown
Description
Returns the full content of a documentation entry as Markdown text. Works for recipes, guides, and workflows.
Documentation is public and does not require authentication.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | Document identifier (e.g., onboard-agent, getting-started) |
Response
Returns the document content as Markdown text with YAML frontmatter.
Errors
| Code | Description |
|---|---|
invalid_input | name is required |
not_found | Document not found |