> ## Documentation Index
> Fetch the complete documentation index at: https://uom-demo.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Ide link

## Enumerations

### SupportedIDEs

Defined in: [components/ide-link.tsx:20](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L20)

Supported IDE protocols that can hook into remote sandboxes.

#### Enumeration Members

##### cursor

```ts theme={null}
cursor: "cursor";
```

Defined in: [components/ide-link.tsx:24](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L24)

Cursor AI Editor (cursor:// scheme)

##### vscode

```ts theme={null}
vscode: "vscode";
```

Defined in: [components/ide-link.tsx:22](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L22)

Visual Studio Code (vscode:// scheme)

## Interfaces

### SandboxInfo

Defined in: [components/ide-link.tsx:30](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L30)

Sandbox authentication details and SSH endpoints retrieved from Daytona client API.

#### Properties

##### framework

```ts theme={null}
framework: FrameworkType | null;
```

Defined in: [components/ide-link.tsx:32](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L32)

Active compilation framework (e.g. dotnet\_efcore, java\_spring\_data\_mongodb).

##### sandboxId

```ts theme={null}
sandboxId: string;
```

Defined in: [components/ide-link.tsx:34](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L34)

Container instance ID allocated by Daytona.

##### sshCommand

```ts theme={null}
sshCommand: string;
```

Defined in: [components/ide-link.tsx:36](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L36)

Standard SSH connection command.

##### token

```ts theme={null}
token: string;
```

Defined in: [components/ide-link.tsx:38](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L38)

Ephemeral API token for connection handshake.

## Functions

### IdeLink()

```ts theme={null}
function IdeLink(): Element;
```

Defined in: [components/ide-link.tsx:48](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/ide-link.tsx#L48)

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.
