> ## Documentation Index
> Fetch the complete documentation index at: https://docs.impresivai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Overview of the Impresiv API

# API Reference

Use the Impresiv API to create, manage, and monitor workflows programmatically.

## Base URL

`https://api.impresivai.com`

## Authentication

All endpoints require a Bearer token.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```

## Rate limits

API requests are rate-limited per workspace. If you exceed limits, the API returns `429 Too Many Requests`.

## Endpoint groups

* **Workflows**: list, create, update, and delete workflows
* **Executions**: review run status and logs
* **Webhooks**: receive workflow execution events
