Eventbrite
Use Eventbrite from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect Eventbrite once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect eventbrite # opens browser → authorize Eventbrite
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using Eventbrite
npx @useclawlink/cli actions eventbrite "<what you want to do>" # find an action
npx @useclawlink/cli describe eventbrite <action-id> # see its inputs (before writes)
npx @useclawlink/cli run eventbrite <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
eventbrite_add_ticket_to_group |
Tool to add a ticket class to one or more explicitly specified ticket groups for an Eventbrite event. Use when you need to organize tickets by grouping them together. The caller must supply a non-empty list of ticket_group_ids; to discover available groups, call a list ticket groups action first. |
eventbrite_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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
Notes
- No API key for Eventbrite itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect eventbrite. - The action list above is a snapshot;
npx @useclawlink/cli actions eventbriteis always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.