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.
GraphQL Reference
Query and mutate Done Bear resources over the GraphQL endpoint, including tasks, projects, teams, labels, workspaces, and API keys.
The Done Bear GraphQL endpoint handles both reads and writes for tasks, projects, teams, labels, workspaces, and API keys.
Endpoint
Send POST requests to:
curl https://api.donebear.com/graphql \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
--data '{"query":"query { viewer { id email } }"}'Common queries
viewer
Returns the currently authenticated user.