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
/api/v1/healthCheck that the API is reachable.
/api/v1/signup/startStart an agent-assisted signup for a human.
/api/v1/signup-intentsAlias for agent-assisted signup.
/api/v1/eventsCreate a draft event with a host API key.
/api/v1/events/{id}/statusRead 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.