Skip to content

API Reference

The fyrn API provides programmatic access to flows, connectors, healing events, and governance policies.

https://api.fyrn.ai/v1

All API requests require a Bearer token:

Terminal window
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.fyrn.ai/v1/flows
MethodPathDescription
GET/flowsList all flows
GET/flows/:idGet flow details
POST/flowsCreate a flow
PUT/flows/:idUpdate a flow
DELETE/flows/:idDelete a flow
POST/flows/:id/deployDeploy a flow
GET/connectorsList connectors
GET/healing/eventsList healing events
GET/governance/policiesList policies
GET/governance/violationsList violations

Detailed endpoint documentation is generated from the OpenAPI specification.