Developer Dashboard

Monitor your AI-native CRM integration and API performance.

lightbulb

AI Insight: Anomalous Traffic Detected

We noticed a 40% spike in search requests from IP 192.168.1.45. Consider implementing rate limiting for this endpoint.

API Health

99.98%

trending_up+0.02% from last week

Request Volume (24h)

1,240,503

bar_chartReal-time throughput: 42 req/s

Avg. Latency

42ms

history-2ms peak hours optimization

Traffic Distribution

00:0006:0012:0018:0023:59

Active API Keys

NameTokenLast UsedAction
Production-Mainak_live_••••••••4f2a2 mins ago
Staging-Testak_test_••••••••9d11Yesterday
Web-Analyticsak_live_••••••••0z8812 days ago

API Explorer

Fetch CRM contacts with AI enrichment data enabled.

const sdk = require('@ai-crm/node');const client = new sdk.Client({apiKey: 'YOUR_API_KEY', environment: 'production'});async function getSmartContacts() {const contacts = await client.contacts.list({enrich: true, limit: 10, aiSuggestions: true}); console.log(contacts.data);}
Response Body: 200 OK

Webhooks Configuration

Receive real-time notifications when CRM events occur.

Endpoint URLEventsStatusAction
https://api.myapp.com/webhooks/crm
contact.createddeal.updated
Active
https://webhooks.partner.io/notify
lead.converted
Failing (404)