Engineering intelligence for teams that ship

Track DORA metrics, SPACE metrics, and AI coding analytics. Connect GitHub and your CI/CD pipeline — Periscope does the rest.

One webhook. All four DORA metrics.

Send deployment events from your CI/CD pipeline with a single HTTP request. Periscope links each deployment to the pull requests it contains, computing lead time, change failure rate, and recovery time automatically.

Works with GitHub Actions, Azure DevOps, Jenkins, GitLab CI, or any system that can make an HTTP call.

View payload schema
terminal
curl -X POST \
  https://app.periscope.sh/api/webhooks/deployments \
  -H "Authorization: Bearer psk_live_7f3a9b2c..." \
  -H "Content-Type: application/json" \
  -d '{
    "deploymentId": "gh-actions-9274185630",
    "commitSha": "e4f8a91c6d3b50724fe1d089c7a263b48ef50d17",
    "environment": "production",
    "status": "success",
    "service": "api-gateway",
    "startedAt": "2026-02-28T14:32:08Z",
    "completedAt": "2026-02-28T14:35:41Z",
    "triggeredBy": "github-actions",
    "branch": "main"
  }'

Get early access

Periscope is currently in private beta. Join the waitlist and we'll let you know when it's your turn.