authentication
Sign Up
Sign up a new user and auto-create tenant for business users.
PERMANENT USER STORAGE:
- Users are stored in PostgreSQL database
- owner_id is generated ONCE and persists forever
- Agents are NEVER lost because owner_id never changes
User Roles:
- BUSINESS: Organization owner - automatically gets a tenant created
- DEVELOPER: Technical user - no tenant created (uses platform features only)
What happens during signup:
- User account is created in DATABASE (not memory)
- If role=BUSINESS → Tenant (organization) is automatically created
- User becomes the owner of their tenant
- Tenant ID = owner_id (for consistency)
Business User Flow:
- Sign up → Tenant auto-created → Create agents → Make calls
Developer User Flow:
- Sign up → Access platform APIs → No tenant needed
POST
Sign Up
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Sign Up