Tools
| Name | Description |
|---|---|
list_organizationsList Eventbrite organizations available to the authenticated account. | List Eventbrite organizations available to the authenticated account. |
create_eventCreate a new event in Eventbrite | Create a new event in Eventbrite |
list_eventsList events for an organization | List events for an organization |
get_eventGet details of a specific event | Get details of a specific event |
update_eventUpdate selected Eventbrite event fields by exact event ID. | Update selected Eventbrite event fields by exact event ID. |
cancel_eventCancel an Eventbrite event by exact event ID. Requires confirmation. | Cancel an Eventbrite event by exact event ID. Requires confirmation. |
list_attendeesList attendees for an event | List attendees for an event |
list_ordersList orders for an Eventbrite event. | List orders for an Eventbrite event. |
create_ticket_classCreate a new ticket class for an event | Create a new ticket class for an event |
get_orderGet details of a specific order | Get details of a specific order |
custom_api_callMake a custom API call to the Eventbrite API | Make a custom API call to the Eventbrite API |
Triggers
| Name | Description |
|---|---|
new_attendeeTriggers when a new attendee registers for an event | Triggers when a new attendee registers for an event |
order_placedTriggers when a new order is placed for an event | Triggers when a new order is placed for an event |
event_publishedTriggers when an event is published | Triggers when an event is published |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('eventbrite', 'list_organizations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'eventbrite',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Eventbrite to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Eventbrite support?
Eventbrite supports 11 tools including List Organizations, Create Event, List Events, Get Event, Update Event, and more.
Can I use Eventbrite with AI agents?
Yes. Add Eventbrite to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Eventbrite to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Eventbrite as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Eventbrite tools exposed by that workspace.
Does Eventbrite work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Eventbrite work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Eventbrite?
Eventbrite exposes 11 tools, including List Organizations, Create Event, List Events, Get Event, Update Event, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Eventbrite be used in stateful agent workflows?
Yes. Agents can combine Eventbrite tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Eventbrite use?
Eventbrite uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Eventbrite integration cost?
The Eventbrite integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Eventbrite support?
Eventbrite supports 3 triggers including New Attendee, Order Placed, Event Published.
Connect Eventbrite in minutes
Get 20,000 free action executions every month. No credit card required.