Documentation

Everything you need to build with KAIRO

Guides, references, and examples to get from zero to production in minutes.

Quick start

  1. Get your API key

    Sign in to your dashboard and navigate to Settings → API Keys.

  2. Install the SDK

    Add the KAIRO SDK to your project with npm or bun.

  3. Deploy your first agent

    Configure a simple agent and run it against your first context source.

npm install @kairo/sdk
# or
bun add @kairo/sdk