feat: refresh docs and agent schema

This commit is contained in:
Nathan Flurry 2026-01-25 03:04:12 -08:00
parent a49ea094f3
commit 0fbf6272b1
39 changed files with 3127 additions and 1806 deletions

82
docs/docs.json Normal file
View file

@ -0,0 +1,82 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "dark",
"name": "Sandbox Agent SDK",
"colors": {
"primary": "#ff4f00",
"light": "#ff6a2a",
"dark": "#cc3f00",
"background": "#000000",
"card": "#1c1c1e",
"border": "#2c2c2e",
"inputBackground": "#2c2c2e",
"inputBorder": "#3a3a3c",
"text": "#ffffff",
"muted": "#8e8e93",
"success": "#30d158",
"warning": "#ff4f00",
"danger": "#ff3b30",
"purple": "#bf5af2"
},
"favicon": "/favicon.svg",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": [
"index",
"quickstart",
"architecture",
"agent-compatibility",
"universal-api"
]
},
{
"group": "Operations",
"pages": [
"frontend"
]
}
]
},
{
"tab": "Reference",
"groups": [
{
"group": "Interfaces",
"pages": [
"cli",
"http-api",
"typescript-sdk"
]
}
]
},
{
"tab": "Deployments",
"groups": [
{
"group": "Examples",
"pages": [
"deployments/docker",
"deployments/e2b",
"deployments/daytona",
"deployments/vercel-sandboxes",
"deployments/cloudflare-sandboxes"
]
}
]
}
]
},
"styles": [
"/theme.css"
]
}