# Eventbrite AI integration on Definable

> Eventbrite enables organizers to plan, promote, and manage events, selling tickets and providing attendee tools for conferences, concerts, and gatherings

## What this connects

Eventbrite enables organizers to plan, promote, and manage events, selling tickets and providing attendee tools for conferences, concerts, and gatherings

Vendor: https://www.eventbrite.com/

## Tools available

**95** tools available. First 12:

- `EVENTBRITE_ADD_TICKET_TO_GROUP` — Add Ticket Class to Groups — Tool to add a ticket class to one or more ticket groups for an Eventbrite event. Use when you need to organize tickets by grouping them together. If an empty array is provided, the ticket class is removed from all groups.
- `EVENTBRITE_ADD_TICKET_TO_GROUP_BY_ORGANIZATION` — Add Ticket to Group by Organization — Tool to add a ticket class to ticket groups using organization and event IDs. Use when managing ticket groups at the organization level.
- `EVENTBRITE_CALCULATE_PRICE_FOR_ITEM` — Calculate Price For Item — Tool to calculate Eventbrite fees for a given ticket price. Use when you need to determine the exact fees, taxes, and organizer share for a specific price point before creating tickets.
- `EVENTBRITE_CANCEL_EVENT` — Cancel Event — Tool to cancel an Eventbrite event. Use when you need to cancel an event. Note: Event must not have any pending or completed orders or the cancellation will fail.
- `EVENTBRITE_COPY_EVENT` — Copy Event — Tool to copy an Eventbrite event and create a duplicate with a new Event ID. Use when you need to duplicate an existing event to create a similar event with the same settings.
- `EVENTBRITE_CREATE_ACCESS_CODE` — Create Access Code — Tool to create a new access code for an Eventbrite event. Use when you need to create promotional codes, early bird access, or VIP ticket codes that unlock hidden ticket classes.
- `EVENTBRITE_CREATE_CHECKOUT_SETTINGS` — Create Checkout Settings — Tool to create checkout settings for an Eventbrite organization. Use when you need to configure payment methods, country, and currency for an organization's checkout process.
- `EVENTBRITE_CREATE_CUSTOM_QUESTION` — Create Custom Question — Tool to create a custom question for an Eventbrite event. Use when you need to collect additional information from attendees during registration (e.g., dietary preferences, T-shirt sizes, special requirements).
- `EVENTBRITE_CREATE_DISCOUNT` — Create Discount — Tool to create a new discount for an Eventbrite organization. Use when you need to create promotional discounts, coupon codes, or special pricing for events.
- `EVENTBRITE_CREATE_EVENT` — Create Event — Tool to create a new Eventbrite event. Use when you need to create single events or series parent events for repeating events. By default creates a single occurrence event unless is_series is set to true.
- `EVENTBRITE_CREATE_EVENT_SCHEDULE` — Create Event Schedule — Tool to create an event schedule for a series parent event. Use when you need to add recurring occurrences to an event based on a recurrence pattern (daily, weekly, monthly, etc.). The schedule follows iCalendar RFC 5545 format.
- `EVENTBRITE_CREATE_INVENTORY_TIER` — Create Inventory Tier — Tool to create a new inventory tier for an Eventbrite event. Use when you need to set up tiered seating, pricing levels, or capacity allocation for an event.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Eventbrite

Inside a Definable workflow, Eventbrite is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Eventbrite** — the Researcher (GPT-5.5) pulls context from Eventbrite (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Eventbrite** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Eventbrite (create record, post message, draft email).
- **Designer / Engineer → Distributor → Eventbrite** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Eventbrite (attach file, open PR comment, post status).

The Verifier checks every Eventbrite call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- event management — https://definable.ai/apps/category/event-management/

## Related

- HTML page: https://definable.ai/apps/eventbrite/
- Same category (event management): https://definable.ai/apps/category/event-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
