Skip to main content

API Reference

Agent Mantis REST API reference.

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Endpoints

Workflows

MethodPathDescription
GET/api/workflowsList workflows
GET/api/workflows/:idGet workflow details
POST/api/workflows/:id/runTrigger a workflow run

Runs

MethodPathDescription
GET/api/runsList runs
GET/api/runs/:idGet run details
GET/api/runs/:id/artefactsGet run artefacts