API guide
Profile API
Profile API returns the normalized user profile and works well as a stable identity layer for agents.
Path: /api/v1/profile
Format: AI-first docs
Info
Contract-backed page
This page is generated from the current OpenAPI contract summary so docs stay aligned with the formal API surface.
GET /api/v1/profile
Get the authenticated user’s profile
Returns the normalized user profile that can be used as agent context.
Required scopes
read:profile
Request
- no extra request parameters
Responses
- 200: OK
- 401:
- 403:
- 404:
- 429:
- 500:
Errors
none documented
Examples
Code sample (curl)
1
curl "https://api.profileclaw.com/api/v1/profile" -H "Authorization: Bearer $PROFILECLAW_API_KEY"Related surfaces
Use these surfaces when you need deeper inspection or automation.
