Management API Overview

Programmatic access to the Formael governance platform via management API tokens

Documentation

Management API Overview

The Formael Management API gives you programmatic access to the same governance capabilities available in the dashboard - agents, policies, approvals, budgets, and more - from your CI/CD pipelines, infrastructure-as-code workflows, and internal tooling.

Base URL

EnvironmentURL
Productionhttps://api.formael.com

Machine-Readable Spec

curl https://api.formael.com/openapi.json

Import into Postman, generate client SDKs, or validate API contracts in CI using this OpenAPI 3.0 document.

Authentication

The API supports two authentication methods:

MethodUse caseHeader
fml_mgmt_* management tokenAutomation, CI/CD, programmatic accessAuthorization: Bearer fml_mgmt_...
Keycloak JWTDashboard, user-scoped operationsAuthorization: Bearer <jwt>

See Authentication for full details on creating tokens and choosing the right method.

Available Resources

ResourceDescription
agentsCreate and manage AI agents
policyConfigure governance policy rules
approvalsManage HITL approval requests
iecQuery intent execution records and analytics
budgetSet and monitor agent spending limits
credentialsStore provider credentials
bindingsMap capabilities to providers
domainsView domain catalog and health
approval-groupsManage approval routing groups
membersManage organization members
organizationView and update organization settings
capabilitiesBrowse the capability catalog
management-keysCreate and revoke API tokens
maturityPlatform health and maturity scoring
ssoConfigure SSO domains and identity providers

Versioning

The current API version is v1. Management plane routes are prefixed /manage/v1/. Breaking changes will be versioned.

Error Handling

All errors follow a standard JSON envelope. See Error Handling for status codes and retry patterns.