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

# Introduction

> Web Agent Cloud API reference

## Welcome

This is the API reference for webagent.cloud API.

## Authentication

All API endpoints are authenticated using API key.
You can obtain your API key from webagent.cloud in [API keys page](https://webagent.cloud/api-keys).
Then add the following header on your requests :

```
x-api-key: YOUR_KEY
```
