Using with Agents & LLMs
Feed the docs to a model
Section titled “Feed the docs to a model”The full documentation is available as plain text for LLM context:
- Index:
/llms.txt— a curated map of every page. - Full text:
/llms-full.txt— all docs concatenated.
Any page is also available as raw markdown by appending .md to its URL.
Machine-readable command output
Section titled “Machine-readable command output”Prefer --json (one envelope) or --ndjson (one object per line, auto-paginated) when an agent consumes CLI output:
craftybase materials list --jsoncraftybase materials list --ndjsonExit codes are stable: 0 success, 3 auth error, 4 not found, 1 otherwise.