Eventyvo Connect

Sandbox & test mode

Free testing with ev_test_* keys and TEST events — production Connect is paid only.

Free to test, paid in production

Anyone can integrate Eventyvo Connect for free in test mode. You only pay when you need production (ev_live_*) access via a Connect Monthly or Yearly pack on the Developer portal.

Test (free)Live (paid)
API key prefixev_test_*ev_live_*
EventsMarked TEST in the dashboardProduction / published
EmbedsMay show a watermarkNormal
PaymentsProvider sandbox / test rails when configuredReal money
Connect pack required?NoYes — subscribe on docs

How to practice safely

  1. Create or clone an event and set mode to TEST
  2. On /developer, create a test Connect key (free)
  3. Embed with the real docs host — unpublished or TEST events behave as documented in Embeds overview
  4. Point webhooks at a tunnel (ngrok, Cloudflare Tunnel) that verifies signatures
  5. Never put ev_live_* in CI fixtures that run against sandbox data

Going to production

  1. Subscribe to Eventyvo Connect — Monthly or Yearly on /developer (Connect packs are sold only on docs, not in the organizer Offers catalog)
  2. Complete checkout (app cart → Eventyvo Pay)
  3. Create a live key on the same portal
  4. Point production apps at ev_live_* and live events

Rotation

Buy/renew may rotate live Connect keys. Update secrets when notified — Key rotation. Test keys are not required to rotate on renew.

What not to do

  • Do not use test keys in production apps
  • Do not expose any Connect key in browser bundles
  • Do not assume Zapier production Zaps should use ev_test_*

Related