Quickstart Tutorials
Run your first agent
Create and deploy your first WhatsApp AI Agent using Kapso
You can create and run your agent with the Kapso CLI or with our web app.
Kapso CLI
Prerequisites:
- Python 3.8+ installed on your machine
- A Kapso account (sign up at app.kapso.ai)
Create and run your agent
First, install the Kapso SDK:
Install Kapso SDK
Log in to your Kapso account through the CLI:
Login to Kapso
Initialize a new agent project:
Initialize Project
Navigate to your project directory and run your agent:
Run Agent
You’ll see the chat console appear where you can interact with your agent:
Agent Chat
Web app
[pending documentation]