Done Bear Docs

Done Bear Docs

Learn the Done Bear CLI, REST API, GraphQL API, and sync transport from one docs hub.

Done Bear Docs covers two ways to work with Done Bear outside the web app. Use the CLI for terminal workflows. Use the API for HTTP integrations and direct data access.

Choose a track

CLI docs

Use the CLI to sign in, pick a workspace, create tasks, export data, and import from Things 3.

npm install -g @donebear/cli
donebear auth login
donebear task add "Ship docs" --when today

Start with:

API docs

Use the API when you need workspace administration, API keys, GraphQL reads, or the sync transport that powers first-party clients.

curl https://api.donebear.com/api/workspaces \
  -H "Authorization: Bearer <token>"

Start with:

What this site covers

  • The published CLI package, @donebear/cli
  • The production API host, https://api.donebear.com
  • Supported workspace and API-key REST endpoints
  • Curated GraphQL queries used by first-party clients
  • Advanced sync endpoints with implementation caveats

Next steps

  • Read CLI overview if you want the fastest path from install to task creation.
  • Read API overview if you are building an integration.

On this page