Skip to main content

AmbientMeta Documentation

Use any AI without exposing sensitive data. Strip PII before the LLM, restore it after.

Quickstart

Get your first API call working.

API Reference

Complete endpoint documentation.

Python SDK

Install and use the official SDK.

Integrations

LangChain, LlamaIndex, and more.

Feedback & Corrections

Submit corrections to improve detection.

Insights

Resolve conflicts and improve accuracy.

How It Works

AmbientMeta Privacy Gateway sits between your application and external LLMs:
  1. Sanitize — Send text to our API. We detect and replace PII with placeholders like [PERSON_1].
  2. Call your LLM — Send the sanitized text to Claude, GPT-4, or any model. The LLM never sees real PII.
  3. Rehydrate — Send the LLM’s response back to us. We restore the original entities.

Supported Entity Types

Base URL

Authentication

Include your API key in the X-API-Key header:
Ready to start? Follow the Quickstart guide to make your first API call.