From zero to running BPMN
in under 5 minutes.
Sign up, point your modeler at Priostack, deploy your first process. No Kubernetes cluster, no Zeebe to configure, no Operate to install. Just a REST API and your existing BPMN file.
Get your free API key →Quickstart guide
Four steps. No infrastructure.
Sign up and get your API key
Enter your email below. You'll receive a verification link instantly. Click it - your API key is in the confirmation email. Takes 60 seconds.
Point your modeler at Priostack
In Camunda Modeler, bpmn.io or Signavio, change the connection endpoint to:
Nothing else changes. Your existing workers, your existing models.
Deploy your BPMN file
Hit Deploy in your modeler, or use curl directly:
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@my-process.bpmn"
Start an instance and watch it run
Trigger a process instance. Open your dashboard at priostack.com/dashboard - every active instance, job queue and incident is visible in real time.
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"processDefinitionKey":"my-process","variables":{}}'
Start step 1 now
100 free workflow executions. No credit card. API key in your inbox in 60 seconds.
No credit card · Instant key · Full API docs →