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

# Automations Workflow

> Create, test, run, and maintain scheduled AI workflows.

Automation routes manage scheduled AI workflows:

```http theme={null}
GET /api/v1/automations
POST /api/v1/automations
PATCH /api/v1/automations
DELETE /api/v1/automations
POST /api/v1/automations/test
POST /api/v1/automations/run
```

Use `test` for draft validation before saving or scheduling. Use `run` for an explicit execution of an existing automation.

When automations are disabled by runtime capabilities, UI should hide automation surfaces and server routes should return a deterministic disabled-capability response.

Skills are managed through:

```http theme={null}
GET /api/v1/skills
POST /api/v1/skills
PATCH /api/v1/skills
DELETE /api/v1/skills
```
