Search the academy
Search articles by title or content
Browse for event organizers
Developers
Build on the Zunaro API — create keys, sell tickets from your own code, and receive signed webhooks.
Get started with the Zunaro APICreate an API key in Settings → Developers, make your first authenticated request to https://api.zunaro.ai/v1, and learn the list envelope, problem+json errors, and rate limits.Receive webhooksAdd a webhook endpoint in Settings → Developers or over the API, verify the Standard Webhooks signature in Node.js, and understand retries, redelivery, and auto-disable.Sell tickets through AI agentsExternal AI assistants like Claude and ChatGPT can discover your events, show live availability, and hold tickets for buyers directly in chat through Zunaro's Model Context Protocol server — with nothing for you to build. Here's how it works, the tools it exposes, and when to choose it over the REST API.Sell tickets with the APIThe full lifecycle from your own code — create a published event with one POST, check live availability, record a sale with an Idempotency-Key, then fetch and check in the tickets.