Resources
Programmatic control over every layer.
This page covers the current API shape available in product preview. It focuses on workflow runs, approval decisions, connector events, and webhooks.
API surface
Current endpoints and event model.
Workflow runs
/v1/workflow-runs
POST /v1/workflow-runsGET /v1/workflow-runs/:idGET /v1/workflow-runs?status=awaiting_approval
Approval events
/v1/approvals
GET /v1/approvalsPOST /v1/approvals/:id/approvePOST /v1/approvals/:id/skip
Connector events
/v1/connectors
GET /v1/connectorsPOST /v1/connectors/:id/testPOST /v1/connectors/:id/resync
Webhooks
/v1/webhooks
POST /v1/webhooksGET /v1/webhooksDELETE /v1/webhooks/:id
Authentication
All API requests require a Bearer token. Generate yours in Settings > API keys. Full endpoint docs will expand as the public API stabilizes.