Register a new user
Creates a new user account and a personal team. A verification email is sent automatically — the user must verify their email before logging in.
The same 201 + {is_success: true} envelope is returned whether the email
is new or already registered, so this endpoint cannot be used to enumerate
accounts. A verification email is only sent when the address is new or
belongs to an unverified account.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Body
User's first (given) name.
1 - 50"Alice"
User's last (family) name.
1 - 50"Chen"
Email address used for login and notifications. Must be unique across the platform.
"alice@example.com"
Password for the account (8–128 characters, must contain at least one uppercase letter, one lowercase letter, and one digit).
8 - 128"P@ssw0rd123"
Response
Registration accepted (new or duplicate; caller cannot tell).
Always true when registration succeeds. Check your email to verify the account.
true
