Developer SDKs — build on Kohala with a typed client & framework adapters
The first-party Kohala SDK and framework adapters for React, Next.js, Vue, Node.js, and Python. Create a free account, mint a pk_ API key, and make your first call in minutes.
Frequently Asked Questions
- What are the Kohala Developer SDKs?
- The Kohala Developer SDKs are a first-party, typed client over the Kohala public REST API plus framework adapters for React, Next.js, Vue, Node.js, and Python. They let you create and edit Agents, trigger runs, read health and history, manage Skills, and drive Koans and Reports with the same field names you see in the workspace.
- Do I need an account to use the SDK?
- Yes. The SDK authenticates every request with a pk_ API key tied to your account and meters it against your token balance. A free personal account is enough to start — each one includes 1,000,000 tokens a month for its first 3 months, then pay-as-you-go.
- How do I get an API key?
- Create a free personal account, open the Developer tab in your profile, and generate a key. Keys start with pk_ and carry your account's scope and token balance. Keep them server-side — the framework adapters render Koans and reports in the browser without ever exposing the key.
- Which frameworks are supported?
- The core client is isomorphic and runs anywhere JavaScript does, with dedicated adapters for React, Next.js, Vue, and Node.js, plus a first-party Python client for data teams and scripts. Every adapter targets the same public API endpoints.