Workspaces are isolated development environments managed by Daytona. This guide covers how to create, manage, and remove workspaces using the SDK.
Creating Workspaces
Daytona SDK provides an option to create workspaces with default or custom configurations. You can specify the language, image, resources, environment variables, and volumes for the workspace.
Basic Workspace Creation
Python
TypeScript
Managing Workspaces
Workspace Information
Daytona SDK provides methods to get information about a workspace, such as ID, root directory, and status.
Python
TypeScript
Workspace Operations
Daytona SDK provides methods to perform operations on Workspaces, such as removing Workspaces.