docs/devin.md
The Devin provider tracks included daily and weekly usage quotas from app.devin.ai.
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_TOKEN or DEVIN_AUTHORIZATIONDEVIN_ORGANIZATION or DEVIN_ORGCodexBar 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.