Your customers

Sell tickets from your own website. Revenue goes straight to your Stripe account and your customer list stays yours. A dashboard, a drop-in widget and an API, for concerts, conferences, meetups and anything with a door.

First 1,000 API calls free. Then Standard from $99.00 a month.

What you get

Three ways in, one set of tickets

Dashboard

Create events and ticket classes, connect Stripe, invite your team with scoped roles, and check attendees in at the door.

Widget

Two lines on any page of your own site. Buyers never leave it, and updates reach them without you touching the snippet again.

<div data-event-id="EVENT_ID" data-api-url="https://api.enlightened-events.com"></div>
<script src="https://api.enlightened-events.com/v1/embed.js"></script>

API

Everything the dashboard does, with an organizer key. Read the docs.

curl https://api.enlightened-events.com/v1/organizers/ORGANIZER_ID/events \
  -H "Authorization: Bearer pk_..."

Agent-ready

Let an agent buy on your customer's behalf

AI agents are starting to buy things for people. Rather than block them or make them pose as human, we gave them a front door with a policy attached. Off by default, opt in per event.

Consent

The agent proposes; your customer approves at a consent link and saves a card there. Nothing is bought on an authority the buyer never granted.

curl -X POST https://api.enlightened-events.com/v1/delegations \
  -H "Authorization: Bearer <agent-assertion>" \
  -d '{"event_id":"EVENT_ID","capabilities":["reservation.create"],"max_total_cents":20000}'

Limits

Each delegation is scoped to one event and a fixed set of ticket classes, with a hard spend cap and an expiry. An agent cannot hand its authority on to another agent.

Attribution

Every delegated action is re-checked at the moment it happens and recorded against the agent that took it. Revoke a delegation and the next call fails. Read the docs.

How it works

Pick your path

  1. 01

    Sign up and create your first event with its ticket classes and prices

  2. 02

    Connect your Stripe account, so ticket revenue goes straight to you

  3. 03

    Paste the two-line widget snippet into your website

  4. 04

    Sell tickets, and scan them at the door with the box office