Add a human approval gate to your release pipeline — without slowing your team down.
Production deploys often need a quick yes from a lead or on-call engineer. Apruvly drops that gate straight into your CI/CD: trigger a request from the pipeline via API, notify the right people on their channel, and continue automatically once it is approved.
# Pause the pipeline until a human approves
curl -X POST https://api.apruvly.io/v1/workflows \
-H "Authorization: Bearer $APRUVLY_KEY" \
-d '{
"title": "Deploy web to production",
"steps": [{ "approvers": ["[email protected]"], "threshold": 1, "expires_in": "30m" }]
}'
If the first approver is away, escalation moves it to the next on-call automatically.
Each production change carries who approved it and when, ready for audits.
Start automating approvals in minutes with our free plan.