AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Automate with Tokens, JSON, and Context
Use the Done Bear CLI from scripts, CI jobs, and agent workflows.
Set up repeatable, non-interactive CLI runs with tokens, machine-readable output, and agent-friendly context.
Use a token instead of browser login
For CI and non-interactive scripts, set DONEBEAR_TOKEN instead of running donebear auth login.
export DONEBEAR_TOKEN=<token>
donebear task list --jsonToken precedence is:
--token <token>DONEBEAR_TOKEN- The stored session from
donebear auth login
That means you can override a local session for one command without changing the session on disk:
donebear --token <toke