Managed tracio.ai cloud: EU/US region selection, AES-256 encryption, Redis caching, and nginx proxy setup
tracio.ai is a fully managed cloud platform. All visitor data is processed in our secure cloud infrastructure with AES-256 encryption at rest and TLS 1.3 in transit. We never share your data with third parties. Choose between EU and US data residency to meet your compliance requirements.
Getting started takes minutes: create an account, get your API key, install the client SDK, and start identifying visitors. Our cloud handles scaling, redundancy, security patches, and infrastructure management.
Your application integrates with tracio.ai through two touchpoints: a client-side JavaScript SDK and a server-side API.
Browser (JS SDK) ──▶ tracio.ai Cloud ──▶ Your Server (webhooks) ◀── (identification)1. SDK collects signals → sends encrypted to tracio.ai cloud2. Cloud processes and returns: visitorId, confidence, signals3. Optionally, tracio.ai sends webhook events to your serverrequestId.Create an account at dashboard.tracio.ai, choose your data region, and get your API keys:
Configure webhooks in the dashboard to receive real-time notifications when visitors are identified. Webhooks are sent as POST requests with HMAC-signed payloads.
Configure your webhook endpoint in Dashboard → Settings → Webhooks.
| Region | Location | Compliance |
|---|---|---|
eu | Frankfurt, Germany | GDPR compliant, EU data residency |
us | Virginia, USA | SOC 2 Type II |
| Plan | Requests/sec | Monthly calls |
|---|---|---|
| Free | 5 | 2,500 |
| Plus | 50 | 50,000 |
| Business | 200 | 250,000 |
| Enterprise | Custom | Custom |