Cribl · Capability
Cribl As Code API — Workspaces
Cribl As Code API — Workspaces. 5 operations. Lead operation: List all workspaces. Self-contained Naftiko capability covering one Cribl business surface.
What You Can Do
GET
Listworkspaces
— List all workspaces
/v1/v1/organizations/{organizationid}/workspaces
POST
Createworkspace
— Create a workspace
/v1/v1/organizations/{organizationid}/workspaces
GET
Getworkspace
— Get a workspace by ID
/v1/v1/organizations/{organizationid}/workspaces/{workspaceid}
PATCH
Updateworkspace
— Update a workspace
/v1/v1/organizations/{organizationid}/workspaces/{workspaceid}
DELETE
Deleteworkspace
— Delete a workspace
/v1/v1/organizations/{organizationid}/workspaces/{workspaceid}
MCP Tools
list-all-workspaces
List all workspaces
read-only
idempotent
create-workspace
Create a workspace
get-workspace-id
Get a workspace by ID
read-only
idempotent
update-workspace
Update a workspace
idempotent
delete-workspace
Delete a workspace
idempotent