Skip to main content

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

ResourceBase pathDescription
Processes/processesAutomation definitions
Sessions/sessionsExecution instances
Triggers/triggersSchedules and conditions
Resources/resourcesRegistered workers
Workqueues/workqueuesWork item queues
Workitems/workqueues/{id}/itemsItems within a queue
Incidents/incidentsFailed session incidents
Audit logs/auditlogsSession log entries