Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

AICPA SOC for Service Organizations logoAICPA SOC for Service Organizations logo

SOC 2® Type 1 report

Audited by Prescient Assurance

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / E Commerce / Eventbrite API
Eventbrite API logo

Eventbrite API

61
AI ReadinessAI-Aware (B-)61/100
See full scorecard
Agent-ready OpenAPI document · curated by JenticE CommerceOrder Managementbearer14 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Create, update, publish, and search events, read their orders, attendees, and ticket classes, and manage an organization's venues across 14 endpoints.

Use for: create a new event for my organization, publish an event so tickets go on sale, search Eventbrite for upcoming events by keyword, list the attendees registered for an event

Not supported: Manages events, ticket classes, venues, and reads orders and attendees. Does not process payments, issue refunds, or handle payout settlement.

Jentic publishes the only available OpenAPI specification for Eventbrite API, keeping it validated and agent-ready. The Eventbrite API creates and manages events, publishes them to an organization, and reads back the orders, attendees, and ticket classes attached to each one. It also searches the public event listings and manages the venues an organization uses, so an agent can run the full lifecycle of an event from creation through attendee lookup against a Bearer-authenticated account.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Eventbrite API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Eventbrite API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Feventbrite.com%2Feventbrite" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Feventbrite.com%2Feventbrite" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Eventbrite API.

Create, update, publish, and delete events under an organization

List and search events, including the public event search surface

Read attendees, orders, and ticket classes for a given event

Create ticket classes to define pricing and capacity for an event

List and create venues an organization reuses across events

Look up the authenticated user and organization context

Use Cases

Patterns agents use Eventbrite API for, with concrete tasks.

★ Agent-run event setup

An AI agent creates an event under an organization, adds ticket classes with pricing and capacity, and publishes it so registration opens, all from a single conversational instruction rather than clicking through the Eventbrite organizer dashboard.

Create an event titled 'Product Launch' for the organization, add a 100-capacity ticket class priced at 25, and publish it

Attendee and order lookup

An agent answers organizer questions by reading the attendees and orders on an event, returning who registered and what was purchased so a support assistant can resolve queries without opening the web console.

List every attendee for event 123456789 and summarize how many tickets were sold per ticket class

Event discovery assistant

An agent searches the public event listings by keyword and location and returns structured results so a user can find and compare upcoming events in a conversation.

Search Eventbrite for music events happening this month and return the top five by start date

Key Endpoints

14 endpoints — jentic publishes the only available openapi specification for eventbrite api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/events/search/

Search the public event listings by keyword and filters

POST

/organizations/{organization_id}/events/

Create an event under an organization

POST

/events/{event_id}/publish/

Publish an event so it goes live

GET

/events/{event_id}/attendees/

List the attendees for an event

GET

/events/{event_id}/orders/

List the orders placed against an event

POST

/events/{event_id}/ticket_classes/

Create a ticket class for an event

GET

/events/search/

Search the public event listings by keyword and filters

POST

/organizations/{organization_id}/events/

Create an event under an organization

POST

/events/{event_id}/publish/

Publish an event so it goes live

GET

/events/{event_id}/attendees/

List the attendees for an event

GET

/events/{event_id}/orders/

List the orders placed against an event

POST

/events/{event_id}/ticket_classes/

Create a ticket class for an event

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

E

Eventbrite API

- AI-Aware (B-)
61/100
73
Foundational Compliance
56
Developer Experience & Jentic Compatibility
44
AI-Readiness & Agent Experience
94
Agent Usability
60
Security
79
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.2
Show dimension breakdown
73

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: A-Signals: 4
90%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

100%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

56

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: CSignals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

25%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

44

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: DSignals: 4
14%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

100%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

61%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

60

Security

Trust, risk posture, and security compliance.

Grade: B-Signals: 1
60%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

79

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: A-Signals: 1
79%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring Eventbrite by hand means registering an OAuth application, carrying a Bearer token on every call, and paging through events, orders, and attendees yourself. Through Jentic you install once, import the Eventbrite API from the Directory, store the token once, and your agent calls it.

Permission scoping

The event and organization ids are path parameters, so scope by operation and by resource: allow the agent the read-only listing and lookup operations it needs while withholding create, update, delete, and publish, or confine it to one organization's events.

Credential isolation

Your Eventbrite OAuth token credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent, such as 'publish a new event' or 'list the attendees for an event', and Jentic returns the matching Eventbrite API operation with its input schema so the agent calls the right endpoint without reading the reference docs by hand.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Ticketmaster Discovery API

→

Discovery of primary-market events and ticket inventory rather than self-published events

Choose Ticketmaster Discovery when you need to search primary-market events and official inventory rather than create your own listings.

Alternative

SeatGeek API

→

Event and ticket discovery across a secondary marketplace

Choose SeatGeek for event, venue, and performer discovery on the resale market instead of organizer-side event management.

Complementary

Meetup API

→

Community group events alongside ticketed Eventbrite events

Use Meetup for recurring community group events when Eventbrite covers paid, ticketed events.

FAQs

Specific to using Eventbrite API through Jentic.

Why is there no official OpenAPI spec for Eventbrite API?

Eventbrite documents its API but does not publish a machine-readable OpenAPI specification. Jentic generates and maintains this spec, validates it against the live API, and keeps it current so agents and developers can call Eventbrite through structured tooling. To get started, install the self-hosted Jentic One runtime from its GitHub repository and import the Eventbrite API from the Jentic API Directory.

What can an AI agent do with the Eventbrite API?

An agent can create, update, publish, and delete events, read their attendees, orders, and ticket classes, search public listings, and manage an organization's venues, covering the event lifecycle end to end.

What authentication does the Eventbrite API use?

Requests carry an OAuth 2.0 Bearer token issued by Eventbrite. Jentic One stores that token encrypted in your own instance and attaches it at execution time.

Can I limit what my agent is allowed to do with the Eventbrite API?

Yes. Because event and organization ids are path parameters, you can scope the agent by operation and by resource: permit read-only listing and lookups while withholding the create, update, delete, and publish operations, or restrict it to a single organization's events.

Does the Eventbrite API handle payments or refunds?

No. The spec reads orders and attendees and manages events, ticket classes, and venues, but it does not process payments, issue refunds, or move funds.

GET STARTED

Start building with Eventbrite API

Explore with Jentic One
View OpenAPI Document