Agents API
Roll back to a version, or save a labeled checkpoint
Two actions on an agent’s version history:
rollback: restore the agent’s live config from an earlier snapshot. This rewrites the live agent row (the source of truth the runtime reads) and repointspublishedVersionId— so the change takes effect immediately. RequiresversionId.checkpoint: append a version snapshotting the current live config, with an optionallabel. Useful for marking a known-good state before a round of edits. De-duplicated if nothing changed.
Requires agent management permission or org:admin.
POST
Authorizations
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Body
application/json