Skip to main content

Enumerations

SupportedIDEs

Defined in: components/ide-link.tsx:20 Supported IDE protocols that can hook into remote sandboxes.

Enumeration Members

cursor
Defined in: components/ide-link.tsx:24 Cursor AI Editor (cursor:// scheme)
vscode
Defined in: components/ide-link.tsx:22 Visual Studio Code (vscode:// scheme)

Interfaces

SandboxInfo

Defined in: components/ide-link.tsx:30 Sandbox authentication details and SSH endpoints retrieved from Daytona client API.

Properties

framework
Defined in: components/ide-link.tsx:32 Active compilation framework (e.g. dotnet_efcore, java_spring_data_mongodb).
sandboxId
Defined in: components/ide-link.tsx:34 Container instance ID allocated by Daytona.
sshCommand
Defined in: components/ide-link.tsx:36 Standard SSH connection command.
token
Defined in: components/ide-link.tsx:38 Ephemeral API token for connection handshake.

Functions

Defined in: components/ide-link.tsx:48 React Component providing deep links and SSH credentials for IDEs. Enables developers to connect VS Code or Cursor directly into the Daytona container compilation sandboxes in order to examine build environments or debug code.

Returns

Element Remote workspace linking controls.