domain: developers.livestorm.co · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain an API token (Bearer) or set up an OAuth2 client scoped with events:write.
POST to https://api.livestorm.co/v1/events with a data object containing owner_id, title, and at least one session under relationships.sessions (or set copy_from_event_id to duplicate an existing event's settings).
Optionally set slug, status (draft/published), description, and feature toggles like recording_enabled, chat_enabled, polls_enabled, questions_enabled.
Handle the 201 Created response and read the generated session ID needed for registrations.
Back off and retry on 429 Too Many Requests responses.
Known gotchas
events:write scope is mandatory, and the API uses a JSON:API-style body (application/vnd.api+json), not a flat JSON payload.
At least one session must be included when creating from scratch; you cannot create a session-less event and add sessions later without a separate POST /events/{id}/sessions call.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?