Sleuth is a deployment-based DORA metrics platform that tracks software delivery performance. Teams register deployments, manual changes, and custom impact values through Sleuth's REST registration API and GraphQL surface, then Sleuth computes the four DORA metrics (deploy frequency, lead time, change failure rate, and mean time to recovery) across projects and environments.
APIs.json: https://raw.githubusercontent.com/api-evangelist/sleuth/refs/heads/main/apis.yml
- DORA
- DevOps
- Deployment Tracking
- Engineering Metrics
- Continuous Delivery
- Created: 2026-06-21
- Modified: 2026-06-21
Registers code deployments against a project's deployment and environment by git SHA, with optional branch, tags, links, commits, files, and pull request metadata, so Sleuth can compute deploy frequency and lead time.
- Human URL: https://help.sleuth.io/sleuth-dora/sleuth-api/deploy-registration
- Base URL:
https://app.sleuth.io/api/1
- Deployments
- Registration
- Code Changes
- Documentation
- API Reference
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Registers non-code, free-form manual changes (such as feature flag flips, infrastructure changes, or config updates) against a project so they appear on the Sleuth deploy timeline and factor into DORA metrics.
- Human URL: https://help.sleuth.io/sleuth-dora/sleuth-api/manual-change
- Base URL:
https://app.sleuth.io/api/1
- Manual Changes
- Change Sources
- Documentation
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Registers custom metric impact values (floats) and custom incident impact events (triggered, resolved, reopened) against an impact source so Sleuth can run anomaly detection and grade deploy health and change failure rate.
- Human URL: https://help.sleuth.io/sleuth-dora/sleuth-api/custom-metric-impact-registration
- Base URL:
https://app.sleuth.io/api/1
- Impact
- Metrics
- Incidents
- Documentation
- API Reference
- OpenAPI — OpenAPI Specification
- Postman Collection — Postman Collection 2.1
- Open Collection — Open Collection 1.0
Sleuth's primary public API, built on GraphQL - the same API Sleuth uses internally - for managing projects, environments, deployments, and metrics, with an interactive GraphiQL explorer at the endpoint.
- Human URL: https://help.sleuth.io/sleuth-dora/sleuth-api
- Base URL:
https://app.sleuth.io/graphql
- GraphQL
- Projects
- Environments
Outbound webhook automation action that sends an HTTP POST with a JSON deployment payload to a URL of your choosing, signed with X-SLEUTH-TIMESTAMP and X-SLEUTH-SIGNATURE headers (Slack-style verification using your org API key).
- Human URL: https://help.sleuth.io/sleuth-dora/sleuth-automations/actions/webhook
- Base URL:
https://app.sleuth.io
- Webhooks
- Automations
- Events
FN: Kin Lane Email: kin@apievangelist.com