Getting Started
Quick Start
Section titled “Quick Start”Get up and running with the Brightly AI Developer API in three steps.
1. Create an API Key
Section titled “1. Create an API Key”Navigate to Settings > Integrations > API Keys in your Brightly AI dashboard. Click Create API Key, give it a name, and select the scopes you need.
2. Make Your First Call
Section titled “2. Make Your First Call”curl https://api.brightlyai.app/api/v1/leads?limit=5 \ -H "Authorization: Bearer brk_your_api_key_here"3. See the Response
Section titled “3. See the Response”{ "data": [ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "first_name": "Jane", "last_name": "Smith", "phone": "+15551234567", "email": "jane@example.com", "status": "new", "temperature": "hot", "lead_score": 85, "created_at": "2026-05-10T14:30:00Z" } ], "meta": { "page": 1, "limit": 5, "total": 47, "total_pages": 10 }}What’s Next?
Section titled “What’s Next?”- Authentication — API keys, scopes, and rate limits
- Leads API — Full CRUD for lead management
- MCP Server — Connect AI agents to your CRM