# `tokens.whoami` Describe the calling credential: store, kind, scopes, expiry, workspace — what an agent should call first. - **method + path**: `GET /v1/tokens/me` - **TR label**: Kimlik bilgisi - **auth**: authenticated · scope gates: none beyond authentication - **agentPolicy**: `read` — GET, no store effects — every token kind calls it directly. - **effects**: none - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/tokens.whoami.json](/schemas/routes/tokens.whoami.json). ## Body No request body.