Developer Portal
How to sign up and use the Qanatix developer portal.
Developer Portal
The QANATIX developer portal is a web dashboard for managing your QANATIX account. From the portal you can create API keys, monitor usage, configure your tenant settings, and follow a guided quickstart to get your first query running.
Visit the portal at portal.qanatix.com.
Sign up
You can create an account using:
- Email and password — enter your email and choose a password
- Social login — sign in with Google, GitHub, or GitLab
Email verification
If you sign up with email and password, you must verify your email address before you can access the portal. Check your inbox for a verification link. The link expires after 24 hours — request a new one from the sign-in page if needed.
Social logins (Google, GitHub, GitLab) skip email verification since your identity is already confirmed by the provider.
Password requirements
Passwords must meet all of the following:
- At least 8 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character (e.g.
!@#$%^&*)
First sign-in
When you sign in for the first time, QANATIX automatically provisions your account:
- A tenant is created for you (your isolated data environment)
- A user is linked to that tenant
- You land on the dashboard with a quickstart checklist
No manual setup required — you can start creating API keys and ingesting data immediately.
Dashboard overview
The portal dashboard gives you four main sections:
Quickstart checklist
A step-by-step guide to get your first query running:
- Create an API key
- Define a schema (vertical + entity type)
- Ingest sample data
- Run your first search query
Each step links to the relevant portal page or documentation. Completed steps are checked off automatically.
API Keys
Create, list, rotate, and revoke API keys. Each key has:
- A human-readable name
- One or more scopes (
search,ingest,entities,admin) - An optional expiration date
See Authentication for details on key format and usage.
Usage & Costs
View real-time usage and estimated costs:
- Entities stored — total entities in your tenant, billed per 1K/month
- Searches — search queries this month, billed per 1K
- Ingestions — records ingested this month, billed per 1K
- Estimated cost — running total for the current billing period
Free plan shows usage against your free allowance. Paid plans show metered usage and estimated cost.
Settings
Manage your tenant profile:
- Display name
- Company name
- Contact email
What's next
- Authentication — generate and use API keys
- First Query — run your first search
- Portal API — automate portal actions via the API