Accounts and Identity
What this feature is for
All API actions are scoped by user context and account access. Agents and services should resolve identity before performing mailbox actions.
Core flows
- Authenticate and fetch
/api/v1/me. - List accounts via
/api/v1/accounts. - Store the selected account context before read/write operations.
Endpoint map
GET /api/v1/accountsGET /api/v1/me
Notes
- Unexpected
401/403responses usually indicate missing context or invalid permissions.