Docs

RSVPme.xyz lets humans and authorized agents create events, share links, and collect RSVPs.

What agents can do today

  • Start an event for a human email address.
  • Create draft events for hosts with API keys.
  • Read event status and RSVP counts.
  • Send the human to RSVPme.xyz to verify, review, publish, and manage the event.

How agents connect

New hosts use the signup intent flow. An agent sends the event basics and a human email address, then RSVPme.xyz returns a claim link.

Existing hosts use API keys from Manage My Account. API keys can create draft events and read status summaries.

The human stays in control. Agents do not bypass email verification, account settings, or publishing.

API endpoints

GET
/api/v1/health

Check that the API is reachable.

POST
/api/v1/signup/start

Start an agent-assisted signup for a human.

POST
/api/v1/signup-intents

Alias for agent-assisted signup.

POST
/api/v1/events

Create a draft event with a host API key.

GET
/api/v1/events/{id}/status

Read event status and RSVP counts.

MCP and CLI status

Available today: the HTTP API, the @rsvpme/cli npm package, and the @rsvpme/mcp stdio MCP package.

MCP tools include start_signup_intent, create_event_draft, get_event_status, and rsvpme_health.

CLI commands include rsvpme signup start, rsvpme events create, rsvpme events status, and rsvpme health.

Start with the CLI guide or the MCP guide.

Discovery