Create an event and configure ticket items and quotas via the Pretix API
domain: pretix.eu · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Generate an API token in the Pretix organizer account, or set up an OAuth connection for multi-user access
Authenticate REST calls with the token as a Bearer/Token header against the organizer's API base
POST to the organizer's events endpoint to create a new event, optionally with sub-events for recurring dates
Create items (ticket types) and quotas to control available inventory per item
Configure vouchers or discounts if promotional pricing is needed before opening sales
Known gotchas
Pretix supports both self-hosted and pretix-hosted (SaaS) deployments sharing the same core REST API, but hosted-only accounts expose extra billing endpoints not present on self-hosted instances
Quotas are decoupled from items — multiple items can share one quota, so inventory logic must account for quota-level limits, not just per-item counts
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?