docs theme

This commit is contained in:
Nathan Flurry 2026-01-25 03:37:54 -08:00
parent 1fcae6ed76
commit 4b483afbae
3 changed files with 5 additions and 16 deletions

View file

@ -42,4 +42,4 @@ Questions and permission prompts are normalized into the universal schema:
## Authentication
The daemon uses a **global token** configured at startup. All HTTP and CLI operations reuse the same token and are validated against the `Authorization` header (`Bearer` or `Token`) or `x-sandbox-token`.
The daemon uses a **global token** configured at startup. All HTTP and CLI operations reuse the same token and are validated against the `Authorization` header (`Bearer` or `Token`).

View file

@ -1,22 +1,11 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "dark",
"theme": "almond",
"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"
"light": "#000000",
"dark": "#ffffff"
},
"favicon": "/favicon.svg",
"logo": {

View file

@ -3,7 +3,7 @@ title: "HTTP API"
description: "Endpoint reference for the sandbox agent daemon."
---
All endpoints are under `/v1`. Authentication uses the daemon-level token via `Authorization: Bearer <token>` or `x-sandbox-token`.
All endpoints are under `/v1`. Authentication uses the daemon-level token via `Authorization: Bearer <token>`.
## Health