App Logo
luma.com

Register for a free Luma event

Register the signed-in Luma account for a free public event by its slug. If the event asks for a phone number, a random one is used automatically. Only fails loudly on events that aren't free, aren't open for registration, or ask custom registration questions this script doesn't support. This signs you up as an attendee under your real identity, so confirm the event with the person you're helping before running it — cancelling afterward is a separate action.

Input

slug required

The event's short Luma slug, e.g. "9n5kxo7k" from luma.com/9n5kxo7k.

Output

slug required
event_id required
already_registered required
rsvp_id optional
ticket_key optional
approval_status optional

FAQ

Register the signed-in Luma account for a free public event by its slug. If the event asks for a phone number, a random one is used automatically. Only fails loudly on events that aren't free, aren't open for registration, or ask custom registration questions this script doesn't support. This signs you up as an attendee under your real identity, so confirm the event with the person you're helping before running it — cancelling afterward is a separate action.
Required: slug.
It returns slug, rsvp_id, event_id, ticket_key, approval_status, already_registered.
Yes. It acts as you on luma.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the luma.com cookies saved by the Reduck extension.
It makes changes on luma.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/luma.com/register_to_event, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/luma.com/register_to_event
It is part of Reduck's official curated catalogue.

Start building not clicking