Overview

The Kapso Agents & Flows API enables you to programmatically create, manage, and execute conversational agents and automation flows.

Authentication

All API requests require an API key to be included in the header:

X-API-Key: YOUR_API_KEY

Base URL

https://app.kapso.ai/api/v1

Key Features

  • Create and manage conversational agents
  • Execute agent conversations
  • Build and run automation flows
  • Create and run test suites
  • Monitor agent performance

Core Concepts

  • Agents: AI-powered conversational assistants
  • Flows: Automated workflows and processes
  • Executions: Individual agent conversation sessions
  • Test Suites: Collections of test cases for agent validation

Next Steps