🧩 Reference

Automation
API Reference

HTTP endpoints and payload formats for integrating with our automation services.

🔗 Endpoints

Core Endpoints

Minimal reference to get you started quickly.

📨

POST /api/workflows/run

Trigger a named workflow with structured input. Returns execution id for tracking.

• id: string• input: object• priority: low|normal|high
📡

GET /api/workflows/status/:id

Poll execution state and retrieve structured outputs and logs.

• status: running|failed|success• output• logs
🔑

Auth

Use Bearer tokens. Rotate keys regularly and scope permissions to workflows.

• Authorization: Bearer• IP allowlists• Audit logs