Create an account
1
Sign up
Go to platform.softquantus.com and choose
Sign up. Enter your name, email and a password (minimum 8 characters).
You can optionally enter an organization name — it becomes your workspace’s
name; otherwise the workspace is named after you.
2
Verify your email
The platform emails you a 6-digit verification code. Enter it to verify
the address. A code expires after 10 minutes; request a new one if it
lapses.
3
You're in
After verification you are signed in and land in your workspace. Signing up
with an email that already exists returns an error — sign in instead.
Sign-in methods
The console supports two sign-in methods:- Email + password — standard credentials.
- Google — one-click sign-in with your Google account. Google-verified emails skip the code step. If a Google account and an email account share the same address, they are linked to the same user.
An account created via Google has no password. Trying to sign in with
email + password on such an account returns an explicit error telling you to use
Google. Set a password later with the password-reset flow if you want both.
X-CSRF-Token header, handled by the console automatically).
Programmatic access does not use sessions at all — it authenticates each request
with an API key in the Authorization: Bearer sq-live-...
header.
Reset a forgotten password
- On the sign-in page choose Forgot password and enter your email.
- If the address is registered, you receive a reset link
(
/reset-password?token=...). The link is valid for 1 hour. - Set the new password. You are signed in immediately after a successful reset.
Accept a workspace invitation
Workspace owners and admins can invite you by email (see Workspaces and team):- The invitation email carries a link with an
invite_token. Open it, sign in (or sign up) with the invited email address, and confirm. - If you already use the console, pending invitations also appear under the bell icon in the sidebar — accept or dismiss them there.
- Invitations are not accepted automatically on sign-in; you must explicitly accept each one.
- An invitation can only be accepted by the account it was sent to; using a
different account returns
403.
Profile and workspace settings
Under Settings in the console you can update your display name and the current workspace’s name. Your email address is your identity and is not editable from the console.Next steps
Create an API key
Needed for the REST API, SDK, CLI and MCP.
Set up your team
Roles, invitations and workspace switching.