← All integrations

Anonyflow

5 operations0 webhooks

Privacy-focused data tokenization service for protecting sensitive customer information.

Supported operations

  • AnonymizeWrite

    Anonymize sensitive data in text

  • Anonymize PacketWrite

    Encrypt field values within a data packet based on keys

  • DeanonymizeWrite

    Restore original text from anonymized mapping

  • Deanonymize PacketWrite

    Decrypt field values within a data packet based on keys

  • Test ConnectionRead-only

    Verify API key and connectivity

FAQ

Install corsair and @corsair-dev/anonyflow, add the Anonyflow plugin, and connect with an API key. Then call methods like corsair.anonyflow.api.core.anonymize() from your app. Corsair keeps each tenant isolated.

Yes. Anonyflow requires an API key from your Anonyflow account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Anonyflow, GitHub, Notion, Stripe, and the rest. Trigger Anonyflow from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for privacy-focused data tokenization service for protecting sensitive customer information. Common builds include sync jobs, admin tooling, and agents that call Anonyflow APIs from your backend.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Anonyflow API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/anonyflow in the open repo. When Anonyflow ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Anonyflow data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Anonyflow data on your behalf.