Get Me
Describe the authenticated key: workspace, scopes, live limits, today’s usage, and the wallet balance + pricing catalog.
Auth requires only a valid key — there is no scope gate, so any key can
describe itself and the caller can pre-flight scopes and estimate cost
against the live wallet before a multi-gigabyte upload. Limits reflect the
running config (env-resolved, not code defaults) and usage_today reuses the
same daily counters the quota enforcement reads. credit_balance_cents is
a real null (never a fake 0) when credit billing is disabled for the
deployment; agent_context.balance_note explains it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

