Brev

Official

create_workspace

Create a workspace from an instance type and cloud provider

Input Schema

NameRequiredDescriptionDefault
cloud_providerYesThe cloud provider for the workspace
instance_typeNoThe instance type of the workspace
nameNoThe name of the workspace

Input Schema (JSON Schema)

{ "properties": { "cloud_provider": { "description": "The cloud provider for the workspace", "enum": [ "aws", "gcp", "azure", "crusoe", "lambda-labs", "fluidstack", "launchpad", "akash", "gcpalpha" ] }, "instance_type": { "description": "The instance type of the workspace", "type": "string" }, "name": { "description": "The name of the workspace", "type": "string" } }, "required": [ "cloud_provider" ], "type": "object" }

You must be authenticated.

Other Tools