Changelog
Notable changes to Oratora and its API.
2026-07-13 — Edit forms from Claude Code
edit-formskill — Claude Code can now modify a form you already made: add, reword, require/optional, remove, and reorder fields; rename the form; change its settings; and publish, close, or delete it. It reads the form first so single-field edits keep the parts you didn't touch, and confirms before anything destructive. (The underlyingadd_form_field/update_form_field/remove_form_field/reorder_form_fields/update_form/update_form_settings/close_form/delete_formtools and/v1/formsendpoints were already available.)
2026-07-13 — Series & sponsor reports over the API
- Multi-round series — new
GET/POST/seriesendpoints andcreate_series/list_seriesMCP tools. Create a series and seed its teams and round line-up in one call, then run each round from the dashboard with a leaderboard that carries across rounds. Requires the series entitlement. - Sponsor reports — new
GET/POST/sponsorsendpoints andcreate_sponsor_report/list_sponsor_reportsMCP tools. Generate a shareable, public engagement rollup for a sponsor, optionally scoped to a date window. Requires the data export & analytics entitlement. - New Claude Code skills —
create-event(assemble a whole run-of-show from a short interview),create-series,create-hackathon,create-retro,create-hr-pulse, andcreate-sponsor-report, alongside the existing form/quiz/slides skills.
2026-07-11 — Slides & integration guides
- Slides activity — show content slides (title, bullets, statement, image) on the big screen between interactive activities. Buildable from the dashboard, the API, and Claude Code.
- Integration docs — new guides for the PowerPoint add-in, Teams app, and Zoom (beta).
2026-07 — Public docs
- Launched
docs.oratora.livewith product, API, and Claude Code documentation.
2026 — Claude Code plugin: full product coverage
- The Claude Code plugin can now create and manage everything a user can in the app: update a form's title/description and fields (add, update, remove, reorder), close or delete a form, and manage sessions — team mode, teams, presenting an activity, ending a session.
create_formadvertises the submission field kind and all use-case templates (hackathon, retro, HR pulse), so those surfaces are discoverable from the plugin.- Backed by new
/api/v1endpoints.
2026 — Claude Code plugin: initial release
- Create forms (12 field kinds, templates, publish) and live sessions (7 activity kinds, live or self-paced, open); read form responses.