API Reference
Integrate with our REST API to push external monitoring metrics.
The DeployPilotOS REST API provides programmatic access to your entire SRE workspace. Integrate seamlessly with CI/CD pipelines, external APM tools (Datadog, New Relic), and custom internal dashboards.
Global Base URL
https://api.deploypilotos.com/v1Authentication & Rate Limits
Pass your workspace API key in the Authorization header. All API endpoints are rate-limited to 1,000 requests per minute per workspace IP.
1. Telemetry & Metrics
POST /telemetry/ingest
Push high-frequency metrics to the AI diagnosis engine. Automatically triggers an incident if thresholds are breached.
2. Incident Management
GET /incidents
Retrieve a paginated list of all active or resolved incidents in the workspace.
PUT /incidents/:id/resolve
Manually mark an incident as resolved. This will automatically trigger the AI Post-Mortem generator.
3. Runbooks & Automations
POST /runbooks/execute
Manually dispatch a specific automated playbook against a service cluster.