Content
Endpoints14
GETAsk project docs/api/v1/ask_project_docsAsk a question about THIS project's own documentation and get back a synthesized, cited answer — the SAME retrieval…POSTConfigure source/api/v1/configure_sourceChange or disconnect one of this project's connected sources (see list_sources): rename it, rewrite the note every…POSTConnect source/api/v1/connect_sourceConnect a repository, a website or a single page as a SOURCE OF TRUTH for this documentation — what list_sources…GETFind widget/api/v1/find_widgetSearch the Docsbook widget catalog for an interactive UI widget matching the user's request.GETGet project doc outline/api/v1/get_project_doc_outlineList every markdown page in the workspace with a short summary (title, heading count, char count) plus its lifecycle —…POSTGrant repo access/api/v1/grant_repo_accessWhether Docsbook can COMMIT to a GitHub repository — and, when it cannot, the one URL that fixes it.GETList content widgets/api/v1/list_content_widgetsList the widgets that can be embedded directly in documentation markdown (as opposed to find_widget, which covers…GETList sources/api/v1/list_sourcesList the sources this documentation is connected to — the repositories and websites its owner registered as its…GETRead project doc/api/v1/read_project_docRead ONE documentation page in full — its complete markdown, title and repo path.GETRead source/api/v1/read_sourceRead one of this workspace's connected sources (see list_sources) — how you find out what the product ACTUALLY does…GETSearch docs/api/v1/search_docsLITERAL-string search over the workspace's documentation files — for an exact token you already know: an error…GETSearch project docs/api/v1/search_project_docsFIND A DOCUMENTATION PAGE — start here, and this is the FIRST call for any question about these docs.POSTSet doc status/api/v1/set_doc_statusMove ONE documentation page through its lifecycle — the call for 'this spec is approved', 'freeze this decision…POSTWrite docs/api/v1/write_docsWrite, delete, move and rename markdown documentation files — this is how a site gets its pages and how its structure…