API Overview
Automation Server exposes a REST API built with FastAPI. When the server is running, interactive API documentation is available at:
http://localhost/api/docs
This is powered by FastAPI's built-in Swagger UI, which lets you explore and test all endpoints directly in the browser.
Authentication
Key Resources
| Resource | Base path | Description |
|---|---|---|
| Processes | /processes | Automation definitions |
| Sessions | /sessions | Execution instances |
| Triggers | /triggers | Schedules and conditions |
| Resources | /resources | Registered workers |
| Workqueues | /workqueues | Work item queues |
| Workitems | /workqueues/{id}/items | Items within a queue |
| Incidents | /incidents | Failed session incidents |
| Audit logs | /auditlogs | Session log entries |