Ours Privacy documentation
Ours Privacy is a HIPAA-compliant customer data platform. Capture behavior on your own domain, decide what leaves it, and run analytics, consent, and experimentation on the result.
// Identify a visitor on your own domainours('identify', { email: 'sam@example.com' });// Track what happened, then decide what leavesours('track', 'Appointment Requested', { value: 100,});The Web SDK, two REST APIs, and server SDKs all send the same events.
Start here
Three steps take a new site from nothing to events landing in a destination.
- 1Install the scriptA developer adds the Web SDK to your site, or install it yourself through Google Tag Manager.
- 2Send and verify eventsTrack your first event and confirm it arrived before you wire anything up.
- 3Connect a destinationMap events to Meta, Google, a warehouse, or a CRM, and redact the rest.
Products
Every product reads the same visitors and events, so they can be adopted one at a time.
Understand behavior
- Web AnalyticsTraffic, sources, and page performance, without a third-party tracker.
- AttributionWhich channels, campaigns, and audiences produced conversions and revenue.
- Session ReplayReplay what a visitor did, alongside the events they fired.
- HeatmapsClicks and scroll depth painted on a real recording of the page.
Act on it
- AudiencesDescribe a group from your own data, then export or sync it daily.
- ExperimentationA/B tests, redirect tests, and personalization on your existing audiences.
- Tag ManagerDeploy tags, triggers, and variables without shipping code.
- Short LinksBranded links and QR codes whose clicks land as first-party events.
Stay compliant
Build on it
Write against whichever surface fits where your code runs. They share one event schema and one configuration.
Send events from your own servers, mobile apps, or backend jobs.
Read and configure sources, destinations, governance rules, and mappings.
Typed Node.js and Go clients, plus a CLI, generated from the OpenAPI spec.
Point an AI agent at it
Your account is readable by an agent, and so are these docs.
- MCP serverConnect Claude, ChatGPT, or Codex to your account and manage it in natural language.
- Platform API for agentsThe same REST surface an agent calls, with scoped keys and a read-only preset.
- Docs as MarkdownEvery page is available as plain Markdown at llms.txt for agent context.
Register the MCP server with Claude Code
claude mcp add --transport http oursprivacy \ https://ai.oursprivacy.com/mcp \ --header "Authorization: Bearer YOUR_API_KEY"Get help
If the answer is not in the docs, a person or your dashboard has it.