cURL
curl --request POST \ --url https://api.rigbox.dev/api/workspaces/{id}/tools/{tool}/install \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "status": "<string>", "job_id": "<string>" }
Install a tool into a workspace. Returns a job ID for tracking progress.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Tool ID
Tool install dispatched