Deploy Gate
Pre-deployment safety checks — gate CI/CD pipelines on upstream health
GET
/deploy-gateBearer Token
Check deployment safety
Parameters
servicesstringqueryoptionalComma-separated list of service IDs or slugs to check. When omitted, all services your organization depends on are evaluated.
Responses
Code Samples
# Gate a deployment on upstream health
curl -sf -H 'Authorization: Bearer YOUR_API_KEY' \
'https://checkupstream.com/api/v1/deploy-gate?services=stripe,openai' \
| jq -e '.safe'