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.
What you can measure
Everything you need to understand how your team ships software.
DORA Metrics
Measure delivery performance with the four key DORA metrics from Google's DevOps Research program.
- Deployment frequency
- Lead time for changes
- Change failure rate
- Mean time to recovery
SPACE Metrics
Understand developer productivity through the SPACE framework with PR-level analytics.
- Throughput (PRs merged/week)
- PR cycle time distribution
- Size vs time analysis
Insights
Surface engineering risks and patterns with contributor analytics and AI-powered signals.
- Contributor activity
- Service health tracking
- AI-powered risk signals
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 schemacurl -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"
}'Integrations
Connect your existing tools. No agents to install, no code to instrument.
GitHub
Install the Periscope GitHub App to automatically capture PR merge events. Powers cycle times, throughput, and contributor analytics.
Read the docsDeployment Webhook
Send deployment events from any CI/CD pipeline — GitHub Actions, Azure DevOps, Jenkins, or a simple curl.
Read the docsMCP Server
Query all 18 metric tools from Claude Code, Cursor, or any MCP-compatible AI assistant.
Read the docsOpenCode Plugin
Track AI coding analytics — cost, tokens, models, and git context from OpenCode sessions.
Read the docsGet early access
Periscope is currently in private beta. Join the waitlist and we'll let you know when it's your turn.