Control Block
Field-level privacy controls applied declaratively at the data boundary. Define what to protect once—enforce it everywhere.
Replace sensitive values with consistent, syntax-preserving tokens. Capital letters stay capital, numbers stay numbers.
Within a Virtual API, the same input always produces the same token—enabling analytics without exposing raw data.
| Field | Input | Output |
|---|---|---|
| ssn | "123-45-6789" | "847-29-3156" |
| salary | 95000 | 62847 |
Generate randomized replacements that preserve data structure. Each call produces a different value, making re-identification impossible while maintaining payload shape.
| Field | Input | Output |
|---|---|---|
| "jane@acme.com" | "xkqp@mznv.org" | |
| age | 34 | 71 |
Remove sensitive data entirely. Strings become empty, numbers become zero. Clean, predictable, and absolute.
| Field | Input | Output |
|---|---|---|
| phone | "555-123-4567" | "" |
| balance | 12500 | 0 |
All controls are configured declaratively and enforced consistently across every Virtual API consumer.
Join the waitlist and be among the first to experience plug-and-play MCP servers. No hassle, no complex onboarding — just revolutionary API management.