Get Your Token
- Go to Developer Portal
- Click Create API Key
- Copy immediately—won’t be shown again
Use Your Token
Test Your Token
Security Rules
❌ Never Do This
✅ Do This Instead
Environment Variables
.gitignore:
Organization Context
Scope API calls to an organization:Checklist
- Store tokens in environment variables
- Proxy API calls through backend
- Use HTTPS for all requests
- Rotate tokens periodically
- Delete unused tokens
- Monitor API usage