Skip to content

Using with Agents & LLMs

The full documentation is available as plain text for LLM context:

Any page is also available as raw markdown by appending .md to its URL.

Prefer --json (one envelope) or --ndjson (one object per line, auto-paginated) when an agent consumes CLI output:

Terminal window
craftybase materials list --json
craftybase materials list --ndjson

Exit codes are stable: 0 success, 3 auth error, 4 not found, 1 otherwise.