Identity and Access
4 controlsAuthentication and authorization are layered for human users, API keys, and agents.
- MFA support (TOTP and optional SMS) for user authentication.
- Role-based access control with permission checks via middleware.
- Scoped access model across system, partner, and organization contexts.
- API keys are prefixed and stored as SHA-256 hashes, not plaintext.