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.
NameKeyScopeCreatedLast usedActions
Production CI
drv_live_8aF2••••••••••••••••
full
Mar 12, 20262 minutes ago
Staging
drv_test_kL93••••••••••••••••
read
Feb 28, 20261 day ago
GitHub Action
drv_live_qR1m••••••••••••••••
review
Jan 14, 202612 minutes ago
Local dev
drv_test_zX7v••••••••••••••••
full
Dec 02, 20253 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 }'