Pipes Integrations
Connect anything.
Even if no template exists.
Webhooks, one Web SDK, or AI-generated connectors from any docs. Drop a token into secrets, and your data flows. No vendor roadmap to wait for.
Try Pipes Now
Enter your details to receive a secure link.
Check your details and try again, or contact [email protected] if you think this is a mistake.
We cannot reach the services needed to submit this form. If you use Brave Shields, an ad blocker, or a privacy extension, disable it for this page and refresh.
Would you rather talk? Contact our team directly →
By registering, you agree to our Terms of Service & DPA and Privacy Policy and confirm you are acting on behalf of a legal entity.
Preparing your setup link
We're validating your details and sending your secure signup email.
- Validate email and company details
- Send your setup email
- Prepare confirmation access
Confirm your Pipes workspace
We sent a secure setup link to your work email.
The link expires in 24 hours. If it does not arrive, check spam or contact us.
Three ways in. Same outcome — clean events, identified profiles, ready to route.
Pick the path that matches the upstream system. Pipes handles the rest — schema validation, identity stitching, retries, observability.
Webhook in 60 seconds
Any tool that can POST is connected. Create a Source, get a slug, point the upstream system at /collect/<slug>. Pipes validates, extracts identifiers, and routes to your destinations.
curl -X POST https://your-pipes.com/collect/website \
-H "Content-Type: application/json" \
-d '{
"user_id": "u_123",
"email": "[email protected]",
"page": "/pricing"
}' One Web SDK for browser data
Drop one snippet on your site. Auto-tracks page views, clicks, form submits. Custom events when you want them. Identifier-aware out of the box — no separate tracking plan.
<script src="https://your-pipes.com/mpt.js" defer></script>
<script>
mpt('identify', {
user_id: 'u_123',
email: '[email protected]'
});
mpt('track', 'pricing_viewed', { plan: 'enterprise' });
</script> AI Piper builds the rest
No webhook? No SDK? Paste the API docs into AI Piper. It generates a Cloud App with the fetch logic, auth headers, schema mapping, and retry handling. Drop the token into secrets, schedule it, done.
See AI Piper in actionShow me: AI Piper sets up Mixpanel
Real conversation, real tool calls. Piper orchestrates the setup: creates destinations, asks for the secrets it needs, inspects sources, wires pipes. You approve each step. When something breaks, the error comes back with the fix.
Setting up Mixpanel as an event destination.
You'll need three values from your Mixpanel project (Settings → Project Settings): Project Token, API Secret, and Project ID. Save them to Secrets as MIXPANEL_PROJECT_TOKEN, MIXPANEL_API_SECRET, and MIXPANEL_PROJECT_ID.
I've created the destination with an import script that batches events into Mixpanel's /import API and handles retries on 5xx responses.
Mixpanel destination is live. Once your secrets are saved, we can wire a pipe from your source.
Connecting meiro.io to the Mixpanel destination.
I've inspected the source: standard web events — page_view, form_submit, click. These map cleanly to Mixpanel's event model.
The pipe forwards each event with its name, timestamp, and full payload as event properties. No custom mapping needed.
Pipe "meiro.io → Mixpanel" is active. Events are flowing now — you can verify in Mixpanel under Events or Live View.
Test failed.
Error: "MIXPANEL_PROJECT_TOKEN, MIXPANEL_API_SECRET, and MIXPANEL_PROJECT_ID are required."
Root cause: the secrets exist in your vault, but they're not bound to the Mixpanel destination yet. The send function can't read them until you connect them.
Fix:
1. Open the Mixpanel destination → Secrets section
2. Select MIXPANEL_PROJECT_TOKEN, MIXPANEL_API_SECRET, MIXPANEL_PROJECT_ID
3. Save and re-run the test
This is the only step Piper can't do for you — secret binding always requires your explicit confirmation.
Every Piper action is logged with the exact tool calls. Nothing goes live without your approval.
300+ pre-built integrations. Plus everything else.
The catalog is a head start, not a ceiling. When the tool you need isn't there — long-tail SaaS, in-house apps, niche regional platforms — AI Piper builds the connector from docs. You don't wait for a vendor roadmap.
Pre-built catalog
Use when: standard tool, want fastest path, no custom logic needed.
Custom-built with AI Piper
- Paste API docs → connector generated
- Auth handling, pagination, rate limit, schema mapping — written for you
- Tokens stored in encrypted secrets vault
Use when: tool isn't in the catalog, has unusual API shape, or you want full control over the payload mapping.
Either way, the data lands as identified events in the same identity graph. Same downstream destinations. Same observability. Same operational tooling.
Connectors that survive Monday morning.
Built-in capabilities most teams hand-roll: token vaulting, schema validation, retries, identity stitching, sandbox security. You get them in every connector — pre-built or AI-generated.
Encrypted secrets vault
Tokens, API keys, certificates stored encrypted at rest. Bound per-source, never in code. Rotate without redeploying connectors.
Schema validation at ingestion
Programmatic validation with Zod, AJV. Bad payloads rejected with detailed errors before they pollute the identity graph. AI Piper detects schema drift proactively.
Retries & rate limiting
Per-fetch timeout 5s, 30s execution budget. Failed deliveries retry with backoff. Rate limit configurable per destination. Queue health visible in Dashboard.
Identity-aware routing
Every event gets identifier extraction (email, user_id, custom IDs) before fan-out. Consistent profile keys across all downstream tools.
47 NPM modules in sandbox
date-fns, lodash-es, zod, jose, crypto, papaparse, fast-xml-parser, and 40 more. Available in every transform and connector. No package.json to manage.
Hardened sandbox
QuickJS sandbox blocks private IPs, redirects, internal services. Sandbox process restart on timeout. Connectors can't escape, can't break each other.

Connect your stack today.
Build what's missing tomorrow.
Free trial available. Deploy on your own infrastructure in minutes. Bring the catalog you have, build the long-tail you need.
- No credit card needed
- Full feature access in trial
- Deploy anywhere — cloud, on-prem, air-gapped