Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/content/docs/sandbox/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,12 @@ The Sandbox SDK provides a comprehensive API for executing code, managing files,
Create isolated execution contexts within a sandbox. Each session maintains its own shell state, environment variables, and working directory.
</LinkTitleCard>

<LinkTitleCard
title="PTY"
href="/sandbox/api/pty/"
icon="terminal-box"
>
Manage pseudo-terminal (PTY) sessions for interactive command execution. Support real-time terminal I/O, collaborative editing, and advanced shell features.
</LinkTitleCard>

</CardGrid>
Loading
Loading