Skip to main content

Prerequisites

  • A KaireonAI instance (or the playground)
  • An API key (from Settings > API Explorer)
  • Your tenant ID

Step 1: Configure Your IDE

claude mcp add kaireonai -- npx tsx /path/to/kaireonai/platform/src/mcp/server.ts
Set environment variables:
export KAIREON_API_URL=https://playground.kaireonai.com
export KAIREON_API_KEY=your-api-key
export KAIREON_TENANT_ID=your-tenant-id

Step 2: Your First Queries

Try these commands in your AI IDE:
List all my data schemas
Show me the active decision flows
What offers do I have configured?

Step 3: Create Something

Create a new offer called "Summer Savings" in the cross-sell category with priority 5

Step 4: Run Intelligence

This is where KaireonAI stands out — ask your AI IDE to analyze your setup:
Run a health check on my tenant
Explain why customer C-1234 didn't receive the premium card offer
Simulate what happens if I lower the email frequency cap to 2 per week

Next Steps