API Quickstart Guide
Get up and running with the tribecode API in 5 minutes
Step 1 of 5
Get Your API Key
First, you'll need an API key to authenticate your requests.
- Navigate to Settings → API Keys in your tribecode dashboard
- Click "Generate New Key"
- Give your key a descriptive name (e.g., "Production API")
- Copy and save your key securely - it won't be shown again!
Your API key will look like:
sk_live_6b76a24d37c3e317...Quick Reference
Working Endpoints
- GET /api/data/insights
- POST /api/data/events
- GET /api/knowledge-base/articles
Authentication
Authorization: Bearer YOUR_API_KEYX-API-Key: YOUR_API_KEY