Getting Started
Introduction
Get started with the Kapso CLI and Builder SDK
The Kapso CLI and Builder SDK provide comprehensive tooling for building, testing, and deploying conversational AI agents:
- Builder SDK: Python SDK for programmatically creating agents
- Agent development: Define conversation flows with nodes and edges
- Local testing: Test agents interactively with visual debugger
- Cloud deployment: Deploy agents to Kapso Cloud platform
- Test automation: LLM-based testing with AI judge evaluation
- WhatsApp integration: Build agents for WhatsApp Business
Installation
Install the Kapso SDK (includes both Builder SDK and CLI):
This installs:
- The Builder SDK for creating agents in Python
- The CLI tools for testing and deployment
Verify your installation:
Quick Start
- Initialize a new project:
- Test locally:
- Deploy to cloud:
Command Reference
Core Commands
kapso init
- Initialize a new projectkapso login
- Authenticate with Kapso Cloudkapso run
- Test agent locallykapso deploy
- Deploy agent to cloudkapso test
- Run test suiteskapso pull
- Download agent from cloud
Global Options
--verbose, -v
- Enable detailed output