For Developers
Build on Kadaikodi. The platform exposes a headless GraphQL API and ships SDKs, a CLI, browser and editor extensions, and an MCP server.
Start here
- Environment Selection — how to target prod (default), alpha, or local
- Auth — authentication flows and token management
SDKs & CLI
| Tool | Guide | Install |
|---|---|---|
| Node SDK | Node SDK | bun add @kadaikodi/sdk |
| Python SDK | Python SDK | pip install kadaikodi-sdk |
| CLI | CLI Reference | npm install -g @kadaikodi/cli |
Extensions & integrations
| Tool | Guide | Install |
|---|---|---|
| Browser Extension | Browser Extension | Chrome Web Store (unpacked dev) |
| VS Code Extension | VS Code Extension | burdenoff.kadaikodi-code-extension |
| MCP Server | MCP Server | npm install -g @kadaikodi/mcp |
APIs & testing
- GraphQL API — the backend GraphQL schema and example queries
- Backend Integration — service-to-service patterns
- Doctor E2E — end-to-end test suite for the Kadaikodi backend
Examples
- Examples — working code samples for common patterns
For platform-level concerns (auth, RBAC, tags, billing), see Burdenoff Workspaces developer docs.