File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ Designed for AI agents that need a secure, sandboxed bash environment.
66
77Supports 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
You can’t perform that action at this time.
0 commit comments