Developers
API Keys
Authenticate requests to the DevReview AI REST and CLI APIs.
Keep your keys secret. Treat them like passwords — never commit them to source control. Use environment variables or a secrets manager.
| Name | Key | Scope | Created | Last used | Actions |
|---|---|---|---|---|---|
| Production CI | drv_live_8aF2•••••••••••••••• | full | Mar 12, 2026 | 2 minutes ago | |
| Staging | drv_test_kL93•••••••••••••••• | read | Feb 28, 2026 | 1 day ago | |
| GitHub Action | drv_live_qR1m•••••••••••••••• | review | Jan 14, 2026 | 12 minutes ago | |
| Local dev | drv_test_zX7v•••••••••••••••• | full | Dec 02, 2025 | 3 months ago |
Quick start
Send your first authenticated request:
curl https://api.devreview.ai/v1/reviews \
-H "Authorization: Bearer drv_live_8aF2..." \
-H "Content-Type: application/json" \
-d '{ "repo": "acme/web", "pr": 142 }'