Metafinite LogoMetafinite

Simple pricing. No usage anxiety.

Flat monthly fee. Unlimited events on Pro. No per-request charges. Ever.

For builders exploring

$0/month
  • 1,000 webhook events/month
  • 3 routing rules
  • In-browser live tester
  • Supabase Realtime live tail (24h)
  • Full REST API access
  • Community support
  • No SLA guarantee
  • No custom domains
Start free — no card

No credit card. No time limit.

Most popular

For teams shipping fast

$19/month$79

Flat monthly fee. No per-request billing. No usage surprises.

  • Unlimited webhook events
  • Unlimited routing rules
  • In-browser live tester
  • Supabase Realtime live tail (90 days)
  • HTTP 200 returned instantly — your providers never time out
  • Full REST API + MCP-ready
  • Custom webhook domains
  • Written reasoning for every FORWARD and DROP decision
  • Priority email support
Get Pro — $19/mo

One rule you didn't have to write = already worth it.

What $19/month replaces

Regex maintenance4 hours/month → $0
Schema breakage fixes2 hours/month → $0
Edge infra setup1 weekend to build → already done

Common questions

Can I use the free tier in production?+

Yes. It runs on the same global edge infrastructure as Pro — Vercel + Cloudflare. 1,000 events covers real side projects and integration testing. Not a sandbox.

What counts as one webhook event?+

One inbound HTTP POST to your Metafinite endpoint. Routing evaluation, decision, forwarding, and logging are all included in that single event count.

What happens when I hit the free limit?+

We email you before you hit it. No surprise charges. New events return a 402 until the next calendar month or you upgrade to Pro.

How does the timing work — is there a delay?+

When a webhook hits your Metafinite URL, HTTP 200 is returned to the sender immediately — before any evaluation. This means Stripe, GitHub, and other providers never time out regardless of how long evaluation takes. The routing evaluation runs asynchronously and typically completes in 1-3 seconds. The result appears in your Live Tail within ~1 second via Supabase Realtime CDC.

Does Metafinite change my rules or thresholds?+

No. The routing engine checks payloads against the rule you wrote — nothing more. 'Forward if amount over $40' means $40.00. The engine does not interpret, expand, or modify your rules. Every decision includes a written reasoning so you can verify exactly what was checked against what value.

Can a malicious payload override my routing rules?+

No. Your routing rules are stored separately and cannot be changed by incoming payload content. Rules are configured by you at endpoint creation time. Incoming payloads are read-only data input. An attacker sending a crafted webhook body can only affect whether their own request gets FORWARD or DROP — they cannot change how your rules evaluate other requests.

What happens if the routing decision looks wrong?+

Every decision includes a written reasoning in your Live Tail. If it looks wrong, the fix is always to make your rule more specific. For example: instead of 'forward if payment failed', use 'forward if type is invoice.payment_failed and amount_due is greater than 4000'. More specific rules produce more predictable decisions.

What data does Metafinite store?+

We store: your endpoint configuration (name, destination URL, rule text), routing decisions and reasoning per event, and the incoming payload for your Live Tail. We do not sell or share your payload data with third parties. Your data is stored in Supabase. You can delete your account and all associated data by contacting legal@metafinite.com.

Is Metafinite GDPR compliant?+

Metafinite processes webhook payload data on your behalf as a data processor. We do not sell or share your data. Payload data is stored in Supabase (EU region available). You control your data and can request full deletion. We are a small team — we will respond to any data request at legal@metafinite.com within 30 days.

Can I manage endpoints from a CI pipeline?+

Yes. POST /endpoints with your Bearer token. rule_text accepts plain English. Any script, CI pipeline, or HTTP client can manage your routing rules.

What about Enterprise?+

Email sales@metafinite.com for high-volume pricing and dedicated support. We do not currently offer SOC2, SSO, or dedicated infrastructure — those are on the roadmap.

Need high-volume pricing or dedicated support? Contact sales →