Testing version only
This is not a production version. Do not use with real or sensitive data.
A coding agent or CLI is requesting an access token tied to your account
Authorized.
You can return to your terminal — the CLI should pick up the token automatically.
{% if record and record.scopes_granted %}
Granted scopes:
{{ record.scopes_granted | join(', ') }}
Denied.
The request was rejected. The CLI will receive an error.
Logged in as
{{ user.username }} ({{ user.role }} · tenant {{ user.tenant }})
Label
{{ record.label }}
Requested scopes
{{ s }}
Non-admin users cannot grant admin scopes; those will be silently dropped.
{% endif %}You can revoke this token later from your dashboard.