Skip to content
Settings

Browse cyoda help

This section is a static mirror of the cyoda-go binary’s help surface — the same content cyoda help … prints on the CLI and the live HTTP help API serves at runtime. It exists for readers who don’t have a local cyoda-go runtime installed, and for AI agents that need to discover and consume cyoda-go’s help without running the binary.

Every rendered page below has a sibling raw-markdown view at <page-url>.md and a structured JSON descriptor at <page-url>.json. For example, /help/cli/ has /help/cli.md (markdown body only) and /help/cli.json (full descriptor with body, sections, see_also, children, etc.).

The pages under /help/ are pinned to cyoda-go v0.6.2. The binary you run is the authority for the version you run; if your binary is newer, prefer its output.

For a flat view of every topic and subtopic, see cyoda help topic tree.

Agents navigate the mirror via three primitives plus a discovery file:

  • /help/index.json — manifest of every topic with topic, title, stability, tagline, see_also. The envelope is byte-equivalent to the live API’s GET /help response.
  • /help/<slug>.json — full topic descriptor including body, sections[], see_also, stability, actions, children. Same shape as the live API’s GET /help/{topic} response.
  • /help/<slug>.md — body only, no frontmatter, no chrome.
  • /help/versions.json — version registry.

Discovery hint: /help/llms.txt and the site-level /llms.txt both advertise these endpoints and the URL convention.

cyoda help A B Chttps://docs.cyoda.net/help/a/b/c/ for the rendered page, or .md/.json for the raw payloads. Manifest topic IDs use the live API’s dotted form and may be mixed-case (config.database, errors.BAD_REQUEST); replace dots with slashes and lowercase to build the URL — e.g. errors.BAD_REQUEST/help/errors/bad_request/.