Captures an organization-level snapshot (pipelines, automations, prompts, templates) of a source user inside a source organization. Superadmin only.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Snapshot display name shown in the snapshot picker.
1 - 120Organization whose state is being captured.
User triggering the snapshot (recorded for audit).
Free-form notes describing what this snapshot captures.
500Snapshot created
{
"_id": "665f1a0c0e0a4b001a2c9f90",
"name": "Production baseline 2026-05",
"description": "Reference Acme Corp configuration for new-tenant onboarding.",
"sourceOrgName": "Acme Corp",
"sourceUserEmail": "alex@acme.example",
"sourceUserName": "Alex Rep",
"counts": {
"pipelines": 3,
"automations": 12,
"prompts": 20,
"templates": 30
},
"createdByName": "Pat Superadmin",
"createdAt": "2026-05-15T09:00:00.000Z",
"updatedAt": "2026-05-15T09:00:00.000Z"
}