Skip to content

Build with Klaarin

Manage projects, tasks, comments and time tracking programmatically over the REST API, connect Claude to your workspace in a few clicks, or build your own integration on the Model Context Protocol.

Plan requirement

API access will require a Medium or Pro plan once it ships — that gate isn’t enforced today. You can check your current plan in Klaarin under Settings → Subscription.

View example
Your first request
curl https://klaarin.com/api/v1/me \
  -H "Authorization: Bearer kl_live_9f2ac…"
Response
{
  "id": "clx1a2b3c",
  "email": "bayu@floothink.com",
  "name": "Bayu Pratama",
  "role": "admin",
  "workspace": { "id": "clw...", "name": "Floothink", "plan": "pro" }
}