{"product":"tana","description":"Documentation API for Tana. Start with the llms.txt index, then use search and read.","endpoints":{"search":{"method":"GET","url":"https://tana.inc/api/docs/search","summary":"Search documentation by text pattern, optionally scoped to feature areas.","params":{"q":{"type":"string","required":true,"description":"Search pattern. Minimum 2 characters."},"features":{"type":"string","required":false,"description":"Comma-separated feature keys to scope the search (e.g. ai-chat,types). Only docs tagged with these features are searched."},"product":{"type":"string","required":false,"description":"Product to search: tana or outliner. Defaults to the product of the host you are querying (tana on tana.inc, outliner on outliner.tana.inc)."},"limit":{"type":"number","required":false,"description":"Maximum number of results to return."}}},"read":{"method":"GET","url":"https://tana.inc/api/docs/read","summary":"Read a full page or a specific section as clean markdown.","params":{"path":{"type":"string","required":true,"description":"Document path in the format product/type/slug, using the singular docType key (e.g. tana/feature/ai-chat, outliner/help/getting-started). This is the path returned in search results."},"section":{"type":"string","required":false,"description":"Heading ID to extract a single section (e.g. model-selection). Use \"intro\" for content before the first heading."},"format":{"type":"string","required":false,"description":"Output format: markdown (default, MDX stripped) or raw (original MDX source)."}}},"index":{"method":"GET","url":"https://tana.inc/api/docs/index","summary":"Get the full documentation index with feature taxonomy, section outlines, and descriptions.","params":{}}},"llmsTxt":"https://tana.inc/llms.txt","llmsFullTxt":"https://tana.inc/llms-full.txt"}