> ## Documentation Index
> Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Flows & Agents API

> Getting started with the Kapso Agents & Flows API

## 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:

```bash theme={null}
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
* Monitor agent performance

## Core Concepts

* **Agents**: AI-powered conversational assistants
* **Flows**: Automated workflows and processes
* **Executions**: Individual agent conversation sessions

## Next Steps

* [View Agent Sample Code](/api-reference/sample-code-agents)
* Explore the agent and flow endpoints in the sidebar
