Quickstart
Get your first workflow running in 5 minutes
Quickstart
This guide will help you create and run your first workflow in under 5 minutes.
Prerequisites
- An API key (see Authentication)
curlor any HTTP client
Step 1: Verify Your API Key
First, verify your API key is working by listing workflows:
You should see:
Step 2: Create a Workflow
Create a simple workflow that transforms input data:
Response:
Save the workflow id from the response - you'll need it for the next steps.
Step 3: Activate the Workflow
Workflows start in draft status and must be activated before they can run:
Response:
Step 4: Run the Workflow
Now trigger your workflow with some input data:
Response:
Step 5: Check the Run Status
Check the status of your workflow run:
Response (completed):
What's Next?
You've successfully created and run your first workflow! Here's what to explore next: