Connected ReposActive
14
API Calls (24h)Healthy
84.2k
Webhook Success98.4%
12,847
Deploy StatusLive
v2.4.1
📦 Connected Repositories
All (14)
Production
Staging
Archived
| Repository | Branch | Status | Last Sync |
|---|---|---|---|
⚡ core-platform | main | Synced | 2m ago |
🎨 design-system | develop | Synced | 15m ago |
📱 mobile-app | release/v1.2 | Building | Building... |
🔧 ci-cd-pipeline | main | Synced | 1h ago |
📊 analytics-dashboard | feature/new-metrics | Failed | 3h ago |
📡 Recent Activity
a1b2c3d
Deployed v2.4.1 to production
f9e8d7c
Webhook endpoint verified successfully
4b5a6c7
API key rotated for mobile-app
1d2e3f4
Branch develop synced across 3 environments
8g9h0i1
Rate limit warning: 85% threshold reached
⚙️ Integration Configuration
Auto-deploy on push
Trigger automatic deployments when commits are pushed to main or develop
Webhook Secret Validation
Verify incoming webhook signatures using HMAC-SHA256
Staging Preview Environments
Generate ephemeral preview URLs for every pull request
Primary Webhook URL
Endpoint for receiving push, PR, and deployment events
💻 Quick Integration Example
bash
curl -X POST https://api.about.dev/v1/sync \\\n -H "Authorization: Bearer sk_live_5123..." \\\n -H "Content-Type: application/json" \\\n -d '{ "repo": "your-org/your-repo", "branch": "main" }' \n\n# Response: { "status": "queued", "job_id": "sync_8x9y2z", "eta": 45 }