Introspect the authenticated key, its organization, and credits
Account & Usage
Get current key (me)
Introspect the authenticated key, its organization, and available credits.
GET
Introspect the authenticated key, its organization, and credits
Returns
{ organization, api_key, credits } for the presented key — the
organization id and name, the key’s safe metadata (id, name, prefix, scopes,
expiry — never the secret), and the organization’s available credit balance. This is
the fastest way to confirm a key works. GET /me requires any valid key and no
specific scope.Authorizations
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Headers
Response
Successful Response
GET /me body — the quickstart smoke response (ADR §10, scope item 5).
The key's organization (the billing / rate-limit identity, ADR §3.1).
The presented key's safe, re-displayable metadata (never secrets).
The organization's currently available credit balance.

