Dashboard/API Keys

Overview

API Keys

Programmatic access to Pipeline Pilot — manage keys, scopes, and rate limits

Active Keys

1 revoked

3
+1vs last period
Requests this month

184k of 500k quota

184k
+18%vs last period
Avg Response Time

p95: 287ms

142ms
-12msvs last period
Error Rate

Below 1% target

0.8%
-0.2ppvs last period

API keys

4 keys · 3 active

NameKeyStatus
Production API
pk_live_8f3a2••••••••••••2b9c
Active
Staging API
pk_test_2c4d9••••••••••••9f1a
Active
Webhook Listener
pk_hook_7e8f1••••••••••••4d2b
Active
Legacy Sync
pk_legacy_1a2b3••••••••••••5c6d
Revoked

Quick start

Sample request using your API key

terminal
1curl -X POST https://api.pipelinepilot.io/v1/deals \
2 -H "Authorization: Bearer pk_live_8f3a2..." \
3 -H "Content-Type: application/json" \
4 -d '{
5 "name": "Acme Expansion",
6 "value": 125000,
7 "stage": "Negotiation",
8 "owner_id": "u1"
9 }'

Rate limits

Current window · resets every 60s

Authentication12 / 100 / min
Read endpoints284 / 1000 / min
Write endpoints67 / 300 / min
Webhook dispatch8 / 50 / min
Upgrade plan for higher limits

Recent API requests

Last 30 minutes · live log

EndpointStatusResponse
GET /v1/deals200
124ms
POST /v1/contacts201
89ms
GET /v1/accounts/123404
56ms
PATCH /v1/deals/d-2041200
142ms
POST /v1/webhooks/dispatch200
211ms
GET /v1/reports/pipeline429
18ms
GET /v1/leads?status=hot200
167ms
DELETE /v1/contacts/c-891204
78ms

Command Palette

Search for a command to run...