Developers
The RESTful API
Every flow in vibeflow is a first-class REST resource. Trigger runs, stream progress, and collect artifacts from anywhere — your CI, your editor, or a cron job at 3am while you sleep.
Predictable endpoints
POST /v1/flows to start a run, GET /v1/flows/:id to poll status, and stream events over Server-Sent Events. No surprises, no bespoke SDK required.
Idempotent by design
Send an idempotency key with every request. Retries never double-charge an agent run or duplicate a deployment.
Webhooks that respect your calm
Subscribe to flow.completed, flow.failed, and flow.paused events. We batch, sign, and retry delivery so your inbox stays quiet until it matters.
Ready to drift into flow?
Access is invite-only during the private beta. Join the whitelist to get in.