Added
CloudFlow Endpoints
about 20 hours ago
New CloudFlow endpoints that support discovery, credential setup, triggering, and AI-assisted editing:
- GET cloudflow/v1/flows: list your CloudFlows with cursor pagination (up to 500 per page).
- POST /cloudflow/v1/trigger/{flowId}: Start a published flow whose first node is a webhook trigger.
- POST /cloudflow/v1/flows/{flowId}/actions/refine: Modify an existing flow by describing what you want in plain language.
- GET/POST/PATCH/DELETE /cloudflow/v1/connections: Manage AWS/GCP connections used in CloudFlow workflows. Connections are the AWS/GCP credentials CloudFlow workflows use.
- GET /cloudflow/v1/templates and GET /cloudflow/v1/templates/{templateId}: Browse templates (read-only).
For feature full feature documentation, see CloudFlow.