diff --git a/docs/architecture.mdx b/docs/architecture.mdx index 3773bd4..50983f4 100644 --- a/docs/architecture.mdx +++ b/docs/architecture.mdx @@ -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`). diff --git a/docs/docs.json b/docs/docs.json index 7302b66..4487d94 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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": { diff --git a/docs/http-api.mdx b/docs/http-api.mdx index 14b1f3b..5b39919 100644 --- a/docs/http-api.mdx +++ b/docs/http-api.mdx @@ -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 ` or `x-sandbox-token`. +All endpoints are under `/v1`. Authentication uses the daemon-level token via `Authorization: Bearer `. ## Health