Manage the workspaces that hold ingested data.

list_workspaces

Lists the workspaces available to the authenticated account. Takes no parameters.

create_workspace

Creates a workspace.
ParameterTypeDescription
namestringHuman-readable name for the workspace.

get_workspace

Retrieves a single workspace.
ParameterTypeDescription
idstringID of the workspace to retrieve.

update_workspace

Updates a workspace.
ParameterTypeDescription
idstringID of the workspace to update.
namestringNew name for the workspace.

delete_workspace

Deletes a workspace.
ParameterTypeDescription
idstringID of the workspace to delete.