API Reference
The fyrn API provides programmatic access to flows, connectors, healing events, and governance policies.
Base URL
Section titled “Base URL”https://api.fyrn.ai/v1Authentication
Section titled “Authentication”All API requests require a Bearer token:
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.fyrn.ai/v1/flowsEndpoints
Section titled “Endpoints”| Method | Path | Description |
|---|---|---|
GET | /flows | List all flows |
GET | /flows/:id | Get flow details |
POST | /flows | Create a flow |
PUT | /flows/:id | Update a flow |
DELETE | /flows/:id | Delete a flow |
POST | /flows/:id/deploy | Deploy a flow |
GET | /connectors | List connectors |
GET | /healing/events | List healing events |
GET | /governance/policies | List policies |
GET | /governance/violations | List violations |
Detailed endpoint documentation is generated from the OpenAPI specification.