QANATIX
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

RegionLocationStatus
eu-central-1Frankfurt, GermanyAvailable
eu-west-1Amsterdam, NetherlandsPlanned

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

PlanQueries/monthPrice
Free1,000$0
Starter25,000$49/mo
Growth100,000$199/mo
Business500,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 CloudSelf-hosted
InfrastructureManagedYou manage
ScalingAutomaticManual
BackupsIncludedYour responsibility
BillingStripe, automatedNot applicable
Air-gappedNoYes
Data locationEU (Frankfurt)Wherever you deploy
PricingPer-queryFree (your infra costs only)

See Self-hosted for on-premise deployment.

On this page