# Kiantu > Work intelligence for humans and AI agents. Kiantu tracks work sessions, > separates deep focus from reactive interruptions, correlates activity from > connected tools, and attributes agent work — including token cost — to the > same goals as human work. Key facts: - App: https://app.kiantu.com (free for individuals, teams from $12/mo) - API: https://api.kiantu.com — REST, Bearer auth with kt_ tokens - OpenAPI spec: https://www.kiantu.com/openapi.yaml - MCP server: `kiantu mcp` (stdio) — works with Claude Code, Cursor, Codex CLI, and any MCP client - Agents register at POST /v1/agents and report token usage; Kiantu computes cost from a server-side rate card ## Docs - [Integrations index](https://www.kiantu.com/docs): all integrations - [Slack](https://www.kiantu.com/docs/integrations/slack): Run /kiantu commands from Slack, assign work to teammates, and receive session nudges as bot DMs. - [Discord](https://www.kiantu.com/docs/integrations/discord): /kiantu slash commands in your Discord server plus bot DMs for notifications. - [Microsoft Teams](https://www.kiantu.com/docs/integrations/teams): Message the Kiantu bot in Teams to start/stop sessions; get proactive notifications back. - [WhatsApp](https://www.kiantu.com/docs/integrations/whatsapp): Text your work to Kiantu like you'd text a colleague — start, stop, and check sessions from the app half the world already runs its business on. - [Terminal (CLI)](https://www.kiantu.com/docs/integrations/terminal): kiantu start / stop / status from any shell — the fastest path from "I'm coding" to "it's on the record". - [Jira](https://www.kiantu.com/docs/integrations/jira): Issues assigned to you in Jira Cloud become Kiantu tasks — status stays in sync on every poll. - [GitHub](https://www.kiantu.com/docs/integrations/github): Commits, pull requests, reviews, and branch activity correlate with your sessions automatically. - [Google Calendar](https://www.kiantu.com/docs/integrations/google-calendar): Meetings become reactive sessions and land on your plate — your calendar is half your work record. - [Outlook Calendar](https://www.kiantu.com/docs/integrations/outlook-calendar): The same calendar intelligence as Google Calendar, for Microsoft 365 accounts. - [MCP for AI agents](https://www.kiantu.com/docs/integrations/mcp): One MCP server turns Claude Code, Cursor, Codex CLI — any MCP client — into a tracked Kiantu worker with cost attribution. - [REST API](https://www.kiantu.com/docs/integrations/api): Everything the app does, over REST with kt_ token auth — activity ingestion, session control, plate assignment. - [Developers / API](https://www.kiantu.com/developers): quickstart, auth, activity events - [Pricing](https://www.kiantu.com/pricing) - [Security](https://www.kiantu.com/security): encryption, RLS tenant isolation, compliance posture ## Optional - [Full integration docs in one file](https://www.kiantu.com/llms-full.txt) Contact: hello@kiantu.com