Account & security
Everything about getting into Qalyb: creating your account and workspace, signing in, verifying your email, and recovering a lost password.
Accounts and workspaces
Qalyb has two layers of identity. Your account is you — a person with an email and a password (or a linked Google login). Your workspace is the shared space where agents, calls, data sources, and billing live. In the API and database a workspace is called an organization; the dashboard says workspace. They're the same thing.
The relationship is deliberately simple: each person belongs to exactly one workspace. You create yours once during sign-up (becoming its first admin), or an admin adds you to an existing one. There's no switching between several workspaces with a single login.
Create your account and workspace
Sign-up at /sign-up is a self-service, two-step wizard — the progress bar shows Account and Workspace. Email verification happens between them as a short interlude, not a numbered step.
Go to /sign-up. You'll land on the Account step.
Fill in your Full name, Work email, Password (at least 8 characters), and Confirm password. A mismatched confirmation or an email that already has an account is flagged right on the form so you can fix it before submitting. Prefer Google? Click Continue with Google instead and skip the password entirely.
Click Create account. Qalyb sends a verification email and shows a Check your email screen. For email-and-password sign-ups you're not signed in yet — you must click the link in that email first. If it hasn't arrived, use Resend verification email, or Go back to fix a typo in the address.
You're signed in automatically and returned to the Workspace step (/sign-up?step=workspace), with a "Signed in as …" line confirming who you are.
Enter a Workspace name (for example Acme Inc) and click Create workspace & build my agent. Qalyb creates the workspace, makes you its admin, and drops you at /agents/new to build agent number one.
Sign in
Coming back? Sign in at /sign-in with your Email and Password, or click Continue with Google. On success you land on the Playground at /playground, ready to test an agent.
A few things Qalyb handles for you at sign-in:
- Unverified email. If your email was never confirmed, sign-in is blocked, a fresh verification link is sent automatically, and you're taken to
/verify-emailto finish up. - Google mismatches. If you try Google with an email that already has a password account, you're told to sign in with your password instead — the two are never silently merged.
- Forgot password. The Forgot password? link takes you to
/forgot-passwordto start a reset.
Verify your email
Email-and-password accounts must confirm their address before they can be used — it keeps your workspace tied to a real, reachable inbox. Verification is triggered automatically after sign-up, and again if you try to sign in with an account that was never verified.
The /verify-email page shows the address waiting for confirmation and a Resend verification email button for when the first message is slow or lost. Clicking the link in the email signs you in automatically and continues you to the workspace step of onboarding.
Reset a lost password
Recovery is a two-page flow that never reveals whether a given email is registered — so no one can use it to probe for accounts.
Go to /forgot-password (or click Forgot password? on the sign-in screen), enter your Email, and click Send reset link. You always see the same generic "Check your email" confirmation, whether or not the address has an account.
The email contains a link to /reset-password. It works for one hour — after that it shows a Link expired state with a button to request a new one.
Enter a New password and Confirm new password (at least 8 characters — a show/hide toggle helps you check them), then click Reset password.
You'll see Password updated with a Continue to sign in button. Use your new password to sign in.
/forgot-password.Your profile and signing out
Your display name and avatar come from your account — either your Google profile image or your initials. There's currently no in-app profile or account-settings screen: while signed in you can't change your name, email, or password from a settings page. What you can do:
- Sign out — from the workspace sidebar footer.
- Change your password — sign out and use the
/forgot-password→/reset-passwordflow above.
Security at a glance
A short summary of how Qalyb protects accounts:
| Control | Behaviour |
|---|---|
| Email verification | Required for email-and-password accounts before any session is created. |
| Password length | Minimum 8 characters, enforced at sign-up and on reset. |
| Reset link lifetime | One hour, single use; expired links prompt a new request. |
| Account privacy | The forgot-password flow answers identically whether or not the email exists, so no one can probe which addresses are registered. |
| Google sign-in | Optional social login; only offered when the operator has configured it. Treated as pre-verified. |
| Roles | Two roles per workspace — admin and member — gate who can change channels, billing, team, and more. |
