cURL
curl --request POST \ --url https://api.rigbox.dev/api/workspaces/{id}/tools/{tool}/launch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "max_depth": 1, "max_projects": 1, "project_root": "<string>" } '
{ "message": "<string>", "status": "<string>", "started_at_ms": 1, "url": "<string>" }
Launch a tool that is installed in the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Tool ID
x >= 0
Tool launch result