Deployment
EU Cloud
Managed QANATIX deployment in the EU — Frankfurt and Amsterdam.
EU Cloud
QANATIX EU Cloud is a fully managed deployment. We handle infrastructure, scaling, backups, and updates. Your data stays in the EU.
Regions
| Region | Location | Status |
|---|---|---|
eu-central-1 | Frankfurt, Germany | Available |
eu-west-1 | Amsterdam, Netherlands | Planned |
What's included
- Managed Postgres, Redis, and Qdrant
- Automatic backups (daily, 30-day retention)
- TLS everywhere
- Automatic scaling
- 99.9% uptime SLA (paid plans)
- GDPR compliant by default
Getting started
1. Sign up
Create an account at qanatix.com. You'll get a tenant ID and can generate API keys immediately.
2. Generate an API key
curl -X POST https://api.qanatix.com/api/v1/auth/keys \
-H "X-Tenant-Id: your-tenant-id" \
-H "Content-Type: application/json" \
-d '{"name": "my-first-key", "scopes": ["search", "ingest", "entities"]}'3. Start building
Follow the Quickstart — your base URL is https://api.qanatix.com/api/v1.
Plans
| Plan | Queries/month | Price |
|---|---|---|
| Free | 1,000 | $0 |
| Starter | 25,000 | $49/mo |
| Growth | 100,000 | $199/mo |
| Business | 500,000 | $499/mo |
Paid plans include overage billing at graduated rates. See Rate Limits for request-per-minute limits.
Data sovereignty
- All data stored in EU (Frankfurt)
- No data transfer outside EU
- GDPR Article 28 compliant
- Data processing agreement (DPA) available on request
- You can export all your data at any time via the Export API
- You can delete all your data at any time
Embedding
EU Cloud uses BGE-M3 for all embedding — your data never leaves the EU infrastructure. Dense, sparse, and ColBERT vectors are all generated on managed GPU infrastructure.
vs Self-hosted
| EU Cloud | Self-hosted | |
|---|---|---|
| Infrastructure | Managed | You manage |
| Scaling | Automatic | Manual |
| Backups | Included | Your responsibility |
| Billing | Stripe, automated | Not applicable |
| Air-gapped | No | Yes |
| Data location | EU (Frankfurt) | Wherever you deploy |
| Pricing | Per-query | Free (your infra costs only) |
See Self-hosted for on-premise deployment.