{"name":"Carly Events","description":"Create an event, invite people by email, collect RSVPs, remind them. Usable from a terminal, a script, an agent, or a browser.","start_here":["POST /v1/signup {email} — emails you a six-digit code","POST /v1/verify {email, code} — returns an API key, shown once","POST /v1/events {title, starts_at, timezone}","POST /v1/events/{id}/guests {guests:[{email, name}]}","POST /v1/events/{id}/invites — this is the call that sends mail","GET  /v1/events/{id}/summary — who is coming"],"auth":"Authorization: Bearer <key>","mcp":"/mcp — the same operations as MCP tools, same key","docs":"/openapi.json","website":{"sign_in":"/signin — a person signs in with an emailed code, no key","hand_over":"Creating an event returns `open_url`: a one-time link that signs the person in and opens the event, showing the invitation and the event page as they will go out, with one button to send. It works once and lasts a day. `host_url` is the same page without the sign-in, for anyone already signed in. Prefer handing one of these over to sending on somebody's behalf."}}