Klaarin for developer
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.
REST API
Beta16 endpoints across tasks, projects, comments and time tracking — the finalized contract, documented ahead of the /v1 launch. Not callable yet.
Explore the APIConnect Claude
No code. Authorize Claude against your workspace and manage tasks by conversation.
Connect ClaudeBuild an MCP client
JSON-RPC 2.0 over HTTP with OAuth 2.1 + PKCE. 14 tools, documented from the live schema.
Read the protocolView 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" }
}