mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 05:00:20 +00:00
docs theme
This commit is contained in:
parent
1fcae6ed76
commit
4b483afbae
3 changed files with 5 additions and 16 deletions
|
|
@ -42,4 +42,4 @@ Questions and permission prompts are normalized into the universal schema:
|
||||||
|
|
||||||
## Authentication
|
## 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`).
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://mintlify.com/docs.json",
|
"$schema": "https://mintlify.com/docs.json",
|
||||||
"theme": "dark",
|
"theme": "almond",
|
||||||
"name": "Sandbox Agent SDK",
|
"name": "Sandbox Agent SDK",
|
||||||
"colors": {
|
"colors": {
|
||||||
"primary": "#ff4f00",
|
"primary": "#ff4f00",
|
||||||
"light": "#ff6a2a",
|
"light": "#000000",
|
||||||
"dark": "#cc3f00",
|
"dark": "#ffffff"
|
||||||
"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",
|
"favicon": "/favicon.svg",
|
||||||
"logo": {
|
"logo": {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ title: "HTTP API"
|
||||||
description: "Endpoint reference for the sandbox agent daemon."
|
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
|
## Health
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue