Sign in to the web app
Signing in is a two-step, email-first flow:Enter your email
On the sign-in screen, type your email and click Continue. Terminus checks whether your email’s domain uses single sign-on.
Creating an account, confirming your email, resetting a forgotten password, and unlocking a locked account are all part of this flow. You must confirm your email before you can sign in. The first time you sign up, Terminus also creates a workspace named Main for you.
Single sign-on
If an account has SSO configured, members of its email domain sign in through their identity provider rather than with a password. Account owners and admins can still sign in with a password even when SSO is enforced, so they always have a way in. Setting up SSO is an account-level configuration.If you cannot sign in
It says my email or password is invalid, but I'm sure they're right
It says my email or password is invalid, but I'm sure they're right
For security, a wrong password, an unknown email, and a temporarily locked account all show the same message. After several failed attempts an account locks for a short time. Wait a few minutes and try again, or use the unlock link Terminus emails you.
I never confirmed my email
I never confirmed my email
You cannot sign in until your email is confirmed. Use the resend option on the check-your-email screen to get a fresh confirmation link.
It won't let me use a password
It won't let me use a password
Your account’s domain may enforce single sign-on. Sign in through your identity provider instead. If you are an owner or admin, password sign-in still works for you.
Authenticate API requests
For anything programmatic (integrations, scripts, automation), use an API key instead of a session. A key is a secret bearer token that you send in theAuthorization header on every request.
Create and manage keys
API keys are managed through the API itself. Create one by sending its name to the keys endpoint while authenticated:Related
API authentication reference
Header format, error responses, and account scoping for API key auth.
API keys
Create, list, and revoke the keys for your account.
API overview
Base URL, response shapes, and which resources the public API covers.
Quickstart
Sign up and run the full Terminus Hub flow.