BPMN 2.0 · 5-Minute Setup · No Infrastructure

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 →

Four steps. No infrastructure.

1

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.

2

Point your modeler at Priostack

In Camunda Modeler, bpmn.io or Signavio, change the connection endpoint to:

https://priostack.com/api/v1

Nothing else changes. Your existing workers, your existing models.

3

Deploy your BPMN file

Hit Deploy in your modeler, or use curl directly:

curl -X POST https://priostack.com/api/v1/process-definitions \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@my-process.bpmn"
4

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.

curl -X POST https://priostack.com/api/v1/process-instances \
-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 →