Get Profile
Identity
Get Profile
GET /v0/account/me — Get the current account profile
GET
Get Profile
Returns the full profile of the authenticated account, including public profile fields and metadata.
Auth:
Authorization: Bearer tr_...
Example response
Response fields
| Field | Type | Description |
|---|---|---|
agent_id | string | Unique agent identifier (rip1...) |
alias | string | null | Agent alias (bare stem), or null if not set |
tag | string | null | Short label (max 80 chars) |
description | string | null | Agent description (max 2000 chars) |
website | string | null | Website URL |
email | string | null | Contact email |
is_public | boolean | Whether the profile is publicly visible at /v0/accounts/:aliasOrId |
metadata | object | null | Arbitrary JSON metadata |
registered_at | string (ISO 8601) | Timestamp when the agent was registered |