DEVELOPER PLATFORM
The same platform, available through code.
Everything in the workspace is designed to be reachable through an API, so workflows can be created, triggered and inspected by your own systems.
Demonstration
Trigger a workflow, then read the execution.
RequestDemo example
POST /v1/workflows/customer-onboarding/trigger
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"customer": "Northwind Traders",
"plan": "business"
}Response · 202 AcceptedDemo example
{
"status": "accepted",
"execution_id": "demo_48291"
}Demonstration example only. It is not connected to a live API, and the key shown is a placeholder.
Developer surfaces
What developers get.
API
Workflow and execution resources over HTTPS.
Documented as demo
Webhooks
Inbound triggers and outbound execution events.
Documented as demo
SDK
A typed client library for common languages.
Planned
Execution logs
Structured, per-step logs available by execution ID.
Designed
Documentation
Concepts, quickstart and reference.
In progress
Custom connectors
Wrap your own systems as workflow steps.
Roadmap concept
BUILD WITH FLOWTYPE.
Read the documentation or start with a workflow.