Skip to main content
For AI Agents & Developers

Schedule events. Programmatically.

A full REST API with OpenAPI spec. Let your AI agent create events, manage tickets, and automate scheduling with simple HTTP requests.

OpenAI Claude LangChain Custom Agents REST llms.txt agents.json

Everything your agent needs

A complete toolkit for programmatic event management.

REST API

Full REST API

Create, read, update, and delete schedules, events, tickets, and sub-schedules. Standard HTTP methods, JSON responses, and predictable URL structure.

JSON responses API key auth Rate limiting
POST /api/events
{
  "name": "AI Meetup",
  "starts_at": "2025-06-15",
  "venue": "Tech Hub SF"
}
201 Created
{
  "id": 42,
  "name": "AI Meetup",
  "url": "..."
}
Smart Creation

Smart event creation

Send event details and the API auto-resolves venues, members, and categories. No need to look up IDs first.

Venue auto-resolution
Member matching
Sub-schedule assignment
Shareable URL

One link for everything

Every schedule gets a public URL your agent can share. Events, tickets, and iCal feeds all accessible from one link.

your-schedule.eventschedule.com
Ticketing

Ticket management

Create ticket types, set prices, and track sales through the API. Zero platform fees on all ticket sales.

Multiple ticket types Zero platform fees Sales tracking
General Admission
50 available
$25
VIP Access
10 available
$75
Student
25 available
$15
Recurring

Recurring events

Set up repeating events with flexible patterns. Daily, weekly, monthly, or custom recurrence rules.

Every Monday 1st of month Every 2 weeks
i18n

Multi-language

Events auto-translate to 10 languages. Reach a global audience without extra work.

EN AI Developer Meetup
ES Encuentro de desarrolladores IA
DE KI-Entwicklertreffen
OpenAPI 3.0

OpenAPI spec

Download the OpenAPI 3.0 spec to auto-generate client libraries in any language.

/api/openapi.json
Python JavaScript Go PHP

Built for every kind of integration

Whatever you're building, the API has you covered.

AI Assistants

Give your AI assistant the ability to create and manage events for users through natural conversation.

Developer Tools & Scripts

Automate event management with scripts, CLI tools, and custom integrations using the REST API.

Community Bots

Build Discord, Slack, or Telegram bots that create events and notify community members automatically.

Booking Platforms

Integrate event creation and ticket management into your existing booking or reservation system.

Calendar Aggregators

Pull events from Event Schedule into aggregation services and cross-platform calendar views.

Custom Integrations

Use the OpenAPI spec to generate client libraries and build custom integrations in any language.

Three steps to your first API call

1

Get your API key

Sign up for free and generate an API key from your account settings. Pro plan required for write operations.

2

Create a schedule

POST to /api/schedules with a name and subdomain. Your schedule is live instantly.

3

Start managing events

Create events, set up tickets, and manage your schedule programmatically. Check the API docs for the full reference.

Give your agent the power of scheduling.

Full REST API. OpenAPI spec. Zero platform fees.

Read the API Docs

Pro plan required for write operations