API Reference

Integrate DeployGuard into your workflows with our REST API.

Base URL

https://api.deployguard.net/v1

Authentication

Bearer token via API key

Rate Limit

1000 requests/minute

Authentication

Example Request
curl -X GET "https://api.deployguard.net/v1/clusters" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Endpoints

GET/v1/clusters
GET/v1/clusters/:id/deployments
GET/v1/alerts
POST/v1/alerts/:id/acknowledge
GET/v1/webhooks
POST/v1/webhooks

Full API documentation coming soon. Contact us for early access.

SDKs & Libraries

Official client libraries are coming soon. In the meantime, you can use the REST API directly.

JavaScript/TypeScript (Coming Soon)Go (Coming Soon)Python (Coming Soon)