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

# Introduction

> Automating ontop of ProcessZen

## Authentication

All API endpoints are authenticated using Bearer tokens and found in the [API Keys section](https://www.processzen.io/dashboard/settings/api) of the ProcessZen dashboard

```json theme={null}
curl "https://processzen.com/api/endpoint" \
  -H "Authorization: Bearer <API_KEY>"

```
