Connect API keys
Free test keys and paid live keys on docs.eventyvo.com/developer.
Where to manage keys
All Connect key management for integrators is on the Developer portal (docs.eventyvo.com) — not the organizer app.
- Sign in on docs
- Open /developer → Connect API keys
- Choose test (free) or live (requires Connect pack) → Create → copy the plaintext once
- Revoke compromised keys from the same page
Free vs paid
| Test | Live | |
|---|---|---|
| Prefix | ev_test_* | ev_live_* |
| Cost | Free | Requires Connect Monthly/Yearly |
| Use | Sandbox / TEST events / CI | Production websites |
Subscribe for live capacity under Connect plans on the same portal — Sandbox.
Automatic issuance (billing)
On every buy or renew with API access, the platform may also rotate Connect-tagged live keys and notify you (email / in-app — never includes the raw key). Copy the new key from /developer.
Prefixes
| Prefix | Use |
|---|---|
ev_live_* | Production Connect REST (paid) |
ev_test_* | Free test/sandbox |
ev_* (legacy) | Treat as live if still active |
Examples in docs always use placeholders: ev_live_xxxxxxxx.
Scope (Model B)
A Connect key unlocks your company’s related Eventyvo data. It must never be placed on a public website.
- Model A (embeds only) does not need a key in the browser — Two website models
- Model B stores the key on servers / automation vaults only — Security checklist
Manual revoke
Revoke immediately from /developer if you suspect compromise.