← Report Desk

Manage reports

Create or update a project, upload a complete report package, publish it, or remove it. This management console uses a separate origin so report JavaScript cannot read the passcode, which stays in this page’s memory only.

Ready.

Projects

Upserting an existing ID updates its name or summary.

Reports

Choose a folder containing index.html for new content, or leave it empty to update metadata only. Existing files with the same paths are replaced; untouched files remain.

Current library

Edit metadata by loading a report into the form. Deletion removes metadata and every stored file.

Agent access

Agents use the same endpoints with Authorization: Bearer <passcode>. Save report metadata at PUT /api/manage/reports, upload raw files at PUT /api/manage/files?reportId=&path=&expectedRevision=, then publish at POST /api/manage/publish. The reader cookie is never accepted as write authority.