# RSVPme.xyz RSVPme.xyz is a simple way to create an event, share a link, and collect RSVPs. Agent and API entry points: - Human-first create flow: https://rsvpme.xyz/create - Agent-assisted signup intent: POST https://rsvpme.xyz/api/v1/signup/start - Agent-assisted signup intent alias: POST https://rsvpme.xyz/api/v1/signup-intents - Poll signup result for a one-time API key: POST https://rsvpme.xyz/api/v1/signup/result - Create and publish an event (API key): POST https://rsvpme.xyz/api/v1/events - Event status and RSVP counts (API key): GET https://rsvpme.xyz/api/v1/events/{id}/status - API health: GET https://rsvpme.xyz/api/v1/health - OpenAPI document: https://rsvpme.xyz/openapi.json - API docs: https://rsvpme.xyz/docs/api - CLI: npx --package @rsvpme/cli rsvpme - MCP server: npx --package @rsvpme/mcp rsvpme-mcp Zero-click flow: an agent starts an event for a human, the human approves with one click in the email (which verifies their address, publishes the event, and provisions an API key), and the agent polls /api/v1/signup/result for that key. Future events are created and published directly with the key — no more emails.