humanhours docs
The ROI meter for your AI agents. One HTTP call per task, automatic proof of hours and euros saved, ready for your CFO.
Start here
- Quickstart — 60 seconds from signup to your first event
- Concepts — what humanhours measures and why
API reference
- POST /v1/track — record a task
- GET /v1/reports/* — query the data back
- Task types — the controlled vocabulary
- Webhooks — push humanhours into your stack
- Errors — full error code catalogue
SDKs
The HTTP API is the source of truth. SDKs are convenience wrappers; today, anything you can do via curl works against https://humanhours.dev/api/v1/*.
- JavaScript / TypeScript · preview, source in repo, not on npm yet
- Python · preview, source in repo, not on PyPI yet
- n8n community node · coming soon, use HTTP Request node today
- Claude Agent SDK pattern · wiring guide
- Vercel AI SDK pattern · wiring guide
Operate
- Plans and pricing
- Status — service health
- Changelog
For AI agents
Every page on this site is also available as raw markdown for LLM consumption. Replace /docs/ with /api/docs-raw/ to get the source:
curl https://humanhours.dev/api/docs-raw/quickstart
curl https://humanhours.dev/api/docs-raw/api/track
The "Copy MD" button in the top-right of each page does the same thing.