Skip to content
v0.3

read.internal.api_keys

The store’s API keys and every token generation each one has minted (id, name, scopes, status, expiry, last use) — NEVER the token itself, which is returned exactly once at creation and is unrecoverable afterwards. A key mid-rotation shows two live generations. Internal face only.

  • Surface: GET /v1/read/internal/api_keys · MCP tool read.internal.api_keys
  • Auth:Internal read (operator) — a tenant credential is REQUIRED; requires the admin.users.write scope. The tenant is resolved from the CALLER’s identity, never from store. Personal fields come back MASKED for an actor without pii.read (the shape is unchanged).
{
"properties": {},
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)