Flowent API Gateway Specification
The Flowent API Gateway provides a REST API for registering and managing custom actions. All endpoints require JWT authentication obtained by exchanging your API token.Authentication
All API endpoints are authenticated using Bearer tokens:Endpoints
Authentication
- POST
/api/v1/gateway/token/exchange- Exchange API token for JWT
Actions
- GET
/api/v1/gateway/actions- List all actions - POST
/api/v1/gateway/actions- Register a new action - GET
/api/v1/gateway/actions/{action_name}- Get action details - PUT
/api/v1/gateway/actions/{action_name}- Update an action - DELETE
/api/v1/gateway/actions/{action_name}- Delete an action