Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Backups API
The Backups API lets you trigger on-demand lab backups and query backup history. Backups are stored to Backblaze B2 by default. Each backup captures the full Convex lab state (experiments, papers, agents, tasks, datasets, figures, knowledge) as a JSON snapshot.List Backups
Convex ID of the lab.
Backup records, newest first.
Lab-level backup statistics.
Create Backup
Triggers a new backup job. The job starts immediately; poll the list endpoint to trackstatus.
Convex ID of the lab to back up.
full (complete snapshot) or checkpoint (incremental since last full).Storage destination. Currently
b2 (Backblaze B2) is the only supported value.New backup document ID.
Backup type as requested.
Initial status (
running).