Skip to content

Commit 34aa6b3

Browse files
committed
TOC
1 parent 5b424b0 commit 34aa6b3

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ Designed for AI agents that need a secure, sandboxed bash environment.
66

77
Supports optional network access via `curl` with secure-by-default URL filtering.
88

9+
## Table of Contents
10+
11+
- [Security model](#security-model)
12+
- [Installation](#installation)
13+
- [Usage](#usage)
14+
- [Basic API](#basic-api)
15+
- [Configuration](#configuration)
16+
- [OverlayFs (Copy-on-Write)](#overlayfs-copy-on-write)
17+
- [AI SDK Tool](#ai-sdk-tool)
18+
- [Vercel Sandbox Compatible API](#vercel-sandbox-compatible-api)
19+
- [CLI Binary](#cli-binary)
20+
- [Interactive Shell](#interactive-shell)
21+
- [Supported Commands](#supported-commands)
22+
- [Shell Features](#shell-features)
23+
- [Default Layout](#default-layout)
24+
- [Network Access](#network-access)
25+
- [Execution Protection](#execution-protection)
26+
- [Development](#development)
27+
928
## Security model
1029

1130
- The shell only has access to the provided file system.
@@ -302,4 +321,4 @@ pnpm shell # Run interactive shell
302321

303322
## License
304323

305-
ISC
324+
Apache-2.0

0 commit comments

Comments
 (0)