displayName
GET /api/v1/tokens
method
GET
path
/api/v1/tokens
responseShape
{ authenticatedAs: string, tokens: list<TokenRecord> }
authRequired
true
description
List bearer tokens registered with the gateway. Source: packages/agent-mux/gateway/src/server.ts:215-224.