AK
Connected ReposActive
14
↑ 2 added this week
API Calls (24h)Healthy
84.2k
Avg latency: 42ms
Webhook Success98.4%
12,847
3 retries processed
Deploy StatusLive
v2.4.1
Last sync: 4m ago
📦 Connected Repositories
All (14)
Production
Staging
Archived
RepositoryBranchStatusLast Sync
⚡ core-platform
mainSynced2m ago
🎨 design-system
developSynced15m ago
📱 mobile-app
release/v1.2BuildingBuilding...
🔧 ci-cd-pipeline
mainSynced1h ago
📊 analytics-dashboard
feature/new-metricsFailed3h ago
📡 Recent Activity
a1b2c3d
Deployed v2.4.1 to production
2 minutes ago by @akira_dev
f9e8d7c
Webhook endpoint verified successfully
18 minutes ago by System
4b5a6c7
API key rotated for mobile-app
1 hour ago by @sec_admin
1d2e3f4
Branch develop synced across 3 environments
3 hours ago by CI/CD Bot
8g9h0i1
Rate limit warning: 85% threshold reached
5 hours ago by System
⚙️ 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 }