mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 03:00:48 +00:00
Delete orphaned docs not in docs.json navigation (gigacode.mdx, foundry-self-hosting.mdx, session-transcript-schema.mdx, pi-support-plan.md). Remove outdated musl/glibc troubleshooting section. Add event types documentation with example payloads to agent-sessions.mdx. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
130 lines
3.1 KiB
JSON
130 lines
3.1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Sandbox Agent SDK",
|
|
"appearance": {
|
|
"default": "dark",
|
|
"strict": true
|
|
},
|
|
"colors": {
|
|
"primary": "#ff4f00",
|
|
"light": "#ff6a2a",
|
|
"dark": "#cc3f00"
|
|
},
|
|
"favicon": "/favicon.svg",
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"integrations": {
|
|
"posthog": {
|
|
"apiKey": "phc_6kfTNEAVw7rn1LA51cO3D69FefbKupSWFaM7OUgEpEo",
|
|
"apiHost": "https://ph.rivet.gg",
|
|
"sessionRecording": true
|
|
}
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Discord",
|
|
"icon": "discord",
|
|
"href": "https://discord.gg/auCecybynK"
|
|
},
|
|
{
|
|
"label": "GitHub",
|
|
"type": "github",
|
|
"href": "https://github.com/rivet-dev/sandbox-agent"
|
|
}
|
|
]
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Documentation",
|
|
"pages": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": [
|
|
"quickstart",
|
|
"sdk-overview",
|
|
"llm-credentials",
|
|
"react-components",
|
|
{
|
|
"group": "Deploy",
|
|
"icon": "server",
|
|
"pages": [
|
|
"deploy/local",
|
|
"deploy/e2b",
|
|
"deploy/daytona",
|
|
"deploy/vercel",
|
|
"deploy/cloudflare",
|
|
"deploy/docker",
|
|
"deploy/modal",
|
|
"deploy/boxlite",
|
|
"deploy/computesdk"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Agent",
|
|
"pages": [
|
|
"agent-sessions",
|
|
{
|
|
"group": "Agents",
|
|
"icon": "robot",
|
|
"pages": ["agents/claude", "agents/codex", "agents/opencode", "agents/cursor", "agents/amp", "agents/pi"]
|
|
},
|
|
"attachments",
|
|
"skills-config",
|
|
"mcp-config",
|
|
"custom-tools"
|
|
]
|
|
},
|
|
{
|
|
"group": "System",
|
|
"pages": ["file-system", "processes", "computer-use", "common-software"]
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": [
|
|
"troubleshooting",
|
|
"architecture",
|
|
"cli",
|
|
"inspector",
|
|
"opencode-compatibility",
|
|
{
|
|
"group": "More",
|
|
"pages": [
|
|
"daemon",
|
|
"cors",
|
|
"session-restoration",
|
|
"telemetry",
|
|
{
|
|
"group": "AI",
|
|
"pages": ["ai/skill", "ai/llms-txt"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "HTTP API",
|
|
"pages": [
|
|
{
|
|
"group": "HTTP Reference",
|
|
"openapi": "openapi.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"__removed": [
|
|
{
|
|
"group": "Orchestration",
|
|
"pages": ["orchestration-architecture", "session-persistence", "observability", "multiplayer", "security"]
|
|
}
|
|
]
|
|
}
|