Trigger a run with a POST, get a streamed response, and subscribe to status updates over webhooks. Same surface your team builds visually.
curl https://api.beste.co/v1/workflows/run \
-H "Authorization: Bearer $BESTE_KEY" \
-H "Content-Type: application/json" \
-d '{
"workflow": "wf_8a2k",
"input": {
"customer": "cus_atlas",
"amount": 4200,
"currency": "usd"
}
}'Developer-facing split: copy on the left, tabbed code blocks on the right showing the API request, response, and webhook payload for a workflow.
workflow10
Tabbed showcase where each tab swaps a team's typical workflow surface. Left side carries the story, right side carries the live asset.
workflow11
Minimal centered hero with a three-tile strip of workflow pieces underneath: delay, email, and approval surfaces.
workflow12
Hero with a full canvas on the right showing a real workflow flow: trigger node, condition node, and two action branches connected with lines.