Creating an account
Go to qa.orizon.sh/signup. The signup form is a three-step wizard: Step 1 — Account: Enter your email address and create a password. Your password must be at least 8 characters and include an uppercase letter, a lowercase letter, a number, and a special character. A strength indicator shows you how strong your password is as you type. Step 2 — Profile: Enter your full name (minimum 2 characters). This is displayed on your profile. Step 3 — Review: Confirm your details and accept the Terms of Service and Privacy Policy, then click Create Account.Email verification
After submitting the signup form, you’ll receive a 6-digit verification code at the email address you provided. Enter the code on the verification page to activate your account. Once verified, you’ll be redirected to the login page. Sign in with your email and password to access your account.Connecting GitHub
Orizon QA can access your private GitHub repositories to fetch code for analysis. This connection is optional — you can always paste code or upload files instead — but it’s required to analyze private repos. To connect GitHub:Initiate the connection
Click Connect GitHub. A consent modal will appear explaining the permissions being requested (
repo scope for reading repository contents).Authorize on GitHub
Click Authorize in the modal. You’ll be redirected to GitHub to approve access. After approving, GitHub redirects you back to your Settings page.
Your GitHub access token is encrypted with AES-256-GCM before storage. It is only used to fetch repository contents and is never written to logs or analytics. You can disconnect at any time — disconnecting immediately deletes your stored token.
Disconnecting GitHub
To remove your GitHub connection, open Settings → GitHub and click Disconnect. Confirm the action in the dialog. Your token is deleted immediately.AI provider configuration
Orizon QA uses AI to generate test cases and power the AI assistant. Configure your AI provider once in Settings → AI Services and it applies everywhere — analysis, agent testing, and the AI assistant.All API keys are encrypted with AES-256-GCM before storage. Your keys are never stored in plain text.
AI assistant settings
The AI assistant (accessible via ⌘J or the sidebar with ⌘⇧J) has its own permission level setting, which you can configure in Settings → AI Assistant. The four permission levels are:| Level | What the assistant can do |
|---|---|
| Read | Search and retrieve information only |
| Suggest | Propose changes without applying them |
| Write | Create and update content directly |
| Full Access | Execute all available tools including deletions |
