profile sub-client is a thin convenience over the tenant user’s own record:
| Method | HTTP | Notes |
|---|---|---|
profile.get() | GET /v1/users/{id} | The user’s profile (same shape as Users · get). |
profile.setEmail(email) | PATCH /v1/users/{id} | Sets the profile email. |
browser.signup (signup uses the profile email as the
account email). The same capability is exposed to LLM agents as the profile
primitive via agentTools() (profile.get, profile.set_email).