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

NameTypeRequiredDefaultDescription
namestringYesDocument identifier (e.g., onboard-agent, getting-started)

Response

Returns the document content as Markdown text with YAML frontmatter.

Errors

CodeDescription
invalid_inputname is required
not_foundDocument not found