Install App
Install a catalog app into a workspace.
Installation runs as a background job. Use Get Job Status to track progress.Documentation Index
Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace ID
Body
Response
Catalog app installed successfully
OpenAPI-facing mirror of the canonical app payload.
Response types can keep serializing rig_data_store::models::App while
pointing schema generation at this local mirror to avoid cross-crate derive
coupling in utoipa.
If workspace is running, whether live install was attempted.
Credentials generated at install time (only for apps that require login).
Job ID for async install - frontend should poll GET /workspaces/{id}/jobs/{job_id}.