Overview
These endpoints manage project databases (operations, checkpoints, SQL backups) and dev container access.Trigger AI Indexing
Trigger re-indexing of project files for AI context.
Database Operations
List active database operations for a project.
| Parameter | Type | Description |
|---|---|---|
projectId | string | The project’s UUID |
Database Checkpoints
List Checkpoints
List all database checkpoints for a project.
Restore Checkpoint
Restore a database to a specific checkpoint.
| Parameter | Type | Description |
|---|---|---|
projectId | string | The project’s UUID |
hash | string | The checkpoint hash |
SQL Backups
List Backups
List all SQL backups for a project.
Download Backup
Download a specific SQL backup file.
| Parameter | Type | Description |
|---|---|---|
projectId | string | The project’s UUID |
s3Key | string | The backup file identifier |
Terminal
WebSocket connection to the project’s dev container terminal.