The production FloKit API spec is not finalized in this scaffold. This section reserves the docs structure for API keys, growth actions, workspaces, integrations, and reporting endpoints.
Authentication
API requests should use an API key or bearer token over HTTPS.
curl https://api.flokit.ai/v1/actions \
-H "Authorization: Bearer $FLOKIT_API_KEY"
Planned resources
- Workspaces
- Apps
- Integrations
- Growth actions
- Guardrails
- Reports
Replace this manual API section with OpenAPI-generated pages when the endpoint contract is stable.