| summary | Devin provider auth, quota endpoint, and setup. | |||
|---|---|---|---|---|
| read_when |
|
The Devin provider tracks included daily and weekly usage quotas from app.devin.ai.
- Sign in to Devin in Google Chrome.
- Open the organization Usage & Limits page once.
- Enable Devin in Settings → Providers.
Automatic mode reads only the Devin session and organization metadata from Chrome localStorage. It does not scan other
browsers. CodexBar sends the session token only to https://app.devin.ai.
Set Auth source to Manual, then paste either the bare token or the full Authorization: Bearer ... header value
from an app.devin.ai API request. The optional organization field accepts a slug, an internal org_... ID, or the full
organization URL.
Environment overrides:
DEVIN_BEARER_TOKENorDEVIN_AUTHORIZATIONDEVIN_ORGANIZATIONorDEVIN_ORG
CodexBar requests:
GET https://app.devin.ai/api/<internal-org-id>/billing/quota/usage
The response supplies daily and weekly usage percentages plus reset timestamps. If Devin changes or expires the browser session, sign in again and refresh CodexBar.