Versions
Snapshot a version
Snapshot the world’s CURRENT graph as a new version. The parent is parentVersionId (or the current HEAD if omitted); a save onto the current HEAD advances HEAD, while a snapshot off an older parent forks a branch without moving HEAD.
POST
Snapshot a version
Authorizations
An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.
Path Parameters
Body
application/json
Previous
Diff two versionsA pure structural diff between version `a` (base) and version `b` (target): states and events added, removed, and changed.
Next
Snapshot a version