Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
5 tools available
AnonyFlow offers a simple and powerful service for encryption-based data anonymization and community sharing, enabling GDPR, CCPA, and HIPAA data privacy protection compliance.
Connect Anonyflow to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Anonyflow's 5 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Anonyflow action below is a callable tool any Definable persona can invoke.
Tool to anonymize a JSON data packet with support for partial anonymization. Use when you need to conceal specific fields in structured data. If keys array is empty, the complete data packet will be anonymized.
Tool to anonymize a string or array of string values. Use when you need to conceal sensitive text before storage or transmission. Example: `AnonymizeValue().execute(AnonymizeValueRequest(data=['secret']))` Limitations: Only supports list of strings, not nested structures.
Tool to deanonymize a JSON data packet using your private key. Use after receiving an anonymized packet to recover specific fields.
Tool to deanonymize one or more anonymized string values. Use when you need to recover the original plaintext values after encryption-based anonymization. Example: `DeanonymizeValue().execute(DeanonymizeValueRequest(data=["<anonymized_string>"]))`
Tool to test the connection to the AnonyFlow API. Use when verifying that the AnonyFlow service is reachable and operational before performing anonymization tasks. Example: `TestConnection().execute(TestConnectionRequest())`
Anything Anonyflow exposes through its API. Common security & identity tools workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 5 Anonyflow tools directly, then chain the result into another integration without you writing code.
Anonyflow uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 5 Anonyflow tools. You only need a separate Anonyflow subscription if Anonyflow itself charges per seat or per API call.
Every call from a persona to Anonyflow is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Anonyflow, and connect via OAuth or API key. You can immediately attach Anonyflow to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 5 Anonyflow actions as callable tools — including `Anonymize Packet`, `Anonymize Value`, `Deanonymize Packet`, plus 2 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.