D
Sandbox API
Preview responses and set spending limits for this service through use.mpp.land
Free budget controls, response samples, and reliability routing.
Compliance Checks
All paid ops declare 402 response
MUST
10pt
All x-payment-info valid
MUST
10pt
Challenge has Cache-Control: no-store
MUST
5pt
Challenge digest on POST
SHOULD
3pt
Challenge has expires
SHOULD
3pt
Challenge has Problem Details
SHOULD
2pt
Challenge has required params
MUST
5pt
Challenge has WWW-Authenticate
MUST
5pt
Challenge returns 402
MUST
10pt
Correct Content-Type
MUST
5pt
Has Cache-Control on discovery
SHOULD
5pt
Has input schemas
SHOULD
5pt
Has llms.txt
SHOULD
5pt
Has /openapi.json at root
MUST
10pt
Has required top-level fields
MUST
10pt
Served over HTTPS
MUST
10pt
Uses standard categories
SHOULD
2pt
5 issues
- Missing 402 response declaration on GET /openapi.json
- Missing 402 response declaration on GET /llms.txt
- Missing 402 response declaration on GET /__mpp/health
- Missing 402 response declaration on GET /__mpp/config
- Endpoint GET /openapi.json returned 200 without payment
Paid Operations (58)
GET /openapi.json dynamic
OpenAPI specification
- Amount
- 0
- Currency
- -
- Method
- mpp
- Intent
- -
Non-standard x-payment-info fields:
price: 0 pricingMode: fixed protocols: [mpp]
GET /llms.txt dynamic
Machine-readable API documentation for AI agents (markdown)
- Amount
- 0
- Currency
- -
- Method
- mpp
- Intent
- -
Non-standard x-payment-info fields:
price: 0 pricingMode: fixed protocols: [mpp]
Response Schema (200)
{
"type": "string"
}
GET /__mpp/health dynamic
Health check
- Amount
- 0
- Currency
- -
- Method
- mpp
- Intent
- -
Non-standard x-payment-info fields:
price: 0 pricingMode: fixed protocols: [mpp]
Response Schema (200)
| Field | Type | Description |
|---|---|---|
| paymentMethod | string | - |
| proxy | string | - |
| status | string | - |
| timestamp | number | - |
| upstream | string | - |
GET /__mpp/config dynamic
Proxy payment configuration
- Amount
- 0
- Currency
- -
- Method
- mpp
- Intent
- -
Non-standard x-payment-info fields:
price: 0 pricingMode: fixed protocols: [mpp]
GET /sandbox dynamic
List sandboxes
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| verbose | query | boolean | No | - |
| labels | query | string | No | - |
POST /sandbox dynamic
Create a sandbox
- Amount
- 0.010000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.010000 pricingMode: fixed protocols: [mpp]
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| autoArchiveInterval | integer | No | Minutes before auto-archive |
| autoDeleteInterval | integer | No | Minutes before auto-delete |
| autoStopInterval | integer | No | Minutes before auto-stop |
| env | object | No | |
| labels | object | No | |
| name | string | No | |
| public | boolean | No | |
| region | string | No | |
| snapshot | string | No | Snapshot image reference |
GET /sandbox/paginated dynamic
List sandboxes (paginated)
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
GET /sandbox/ssh-access/validate dynamic
Validate SSH access token
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| token | query | string | Yes | - |
GET /sandbox/{id} dynamic
Get sandbox details
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| verbose | query | boolean | No | - |
DELETE /sandbox/{id} dynamic
Delete a sandbox
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/start dynamic
Start a sandbox
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/stop dynamic
Stop a sandbox
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/archive dynamic
Archive a sandbox
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/resize dynamic
Resize a sandbox
- Amount
- 0.002000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.002000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| cpu | number | No | |
| disk | number | No | GiB |
| memory | number | No | GiB |
POST /sandbox/{id}/backup dynamic
Create sandbox backup
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/recover dynamic
Recover sandbox from error state
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
PUT /sandbox/{id}/labels dynamic
Update sandbox labels
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/public/{isPublic} dynamic
Set sandbox public status
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| isPublic | path | boolean | Yes | - |
POST /sandbox/{id}/autostop/{interval} dynamic
Set auto-stop interval
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| interval | path | integer | Yes | - |
POST /sandbox/{id}/autoarchive/{interval} dynamic
Set auto-archive interval
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| interval | path | integer | Yes | - |
POST /sandbox/{id}/autodelete/{interval} dynamic
Set auto-delete interval
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| interval | path | integer | Yes | - |
POST /sandbox/{id}/ssh-access dynamic
Create SSH access token
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| expiresInMinutes | query | integer | No | - |
DELETE /sandbox/{id}/ssh-access dynamic
Revoke SSH access
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| token | query | string | No | - |
GET /sandbox/{id}/toolbox-proxy-url dynamic
Get toolbox proxy URL
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/build-logs-url dynamic
Get build logs URL
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/ports/{port}/preview-url dynamic
Get port preview URL
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| port | path | integer | Yes | - |
GET /sandbox/{id}/ports/{port}/signed-preview-url dynamic
Get signed port preview URL
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| port | path | integer | Yes | - |
| expiresInSeconds | query | integer | No | - |
POST /sandbox/{id}/ports/{port}/signed-preview-url/{token}/expire dynamic
Expire signed preview URL token
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| port | path | integer | Yes | - |
| token | path | string | Yes | - |
POST /sandbox/{id}/toolbox/process/execute dynamic
Execute a command in sandbox
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
Input Schema
| Field | Type | Required | Description |
|---|---|---|---|
| command | string | Yes | |
| cwd | string | No |
GET /sandbox/{id}/toolbox/process/sessions dynamic
List process sessions
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/process/sessions dynamic
Create process session
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
DELETE /sandbox/{id}/toolbox/process/sessions/{sessionId} dynamic
Kill a process session
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| sessionId | path | string | Yes | - |
POST /sandbox/{id}/toolbox/process/sessions/{sessionId}/exec dynamic
Execute command in a session
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
| sessionId | path | string | Yes | - |
GET /sandbox/{id}/toolbox/files dynamic
List files
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
DELETE /sandbox/{id}/toolbox/files dynamic
Delete a file
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/upload dynamic
Upload a file
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/bulk-upload dynamic
Upload multiple files
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/files/download dynamic
Download a file
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/bulk-download dynamic
Download multiple files
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/folder dynamic
Create a folder
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/move dynamic
Move or rename a file
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/files/info dynamic
Get file info
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/files/search dynamic
Search files by name
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/files/find dynamic
Search file contents
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/replace dynamic
Find and replace in files
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/files/permissions dynamic
Set file permissions
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/project-dir dynamic
Get project directory
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/user-home-dir dynamic
Get user home directory
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/work-dir dynamic
Get work directory
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/git/clone dynamic
Clone a git repository
- Amount
- 0.001000
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.001000 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/git/add dynamic
Stage files for commit
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/git/commit dynamic
Commit changes
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/git/push dynamic
Push changes
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/git/pull dynamic
Pull changes
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/git/branches dynamic
List git branches
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
POST /sandbox/{id}/toolbox/git/branches dynamic
Create a git branch
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
DELETE /sandbox/{id}/toolbox/git/branches dynamic
Delete a git branch
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
GET /sandbox/{id}/toolbox/git/history dynamic
Get commit history
- Amount
- 0.000100
- Currency
- -
- Method
- mpp
- Intent
- -
- 402 Declared
- Yes
Non-standard x-payment-info fields:
price: 0.000100 pricingMode: fixed protocols: [mpp]
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | - |
Payment Methods
- Methods
- -
- Intents
- -
- Currencies (discovery)
- -
- Multiple Challenges
- No
Security
- TLS Version
- TLSv1.3
- Challenge ID Unique
- -
- Challenge ID Length
- -
- Digest Binding
- -
Uptime
- Discovery
- Reachable (99ms)
- Challenge
- Reachable (384ms)
- Last Checked
Schema Completeness
- Paid Operations
- 58
- With Input Schema
- 3
- With Description
- 58
55 missing schema
- GET /openapi.json
- GET /llms.txt
- GET /__mpp/health
- GET /__mpp/config
- GET /sandbox
- GET /sandbox/paginated
- GET /sandbox/ssh-access/validate
- GET /sandbox/{id}
- DELETE /sandbox/{id}
- POST /sandbox/{id}/start
- POST /sandbox/{id}/stop
- POST /sandbox/{id}/archive
- POST /sandbox/{id}/backup
- POST /sandbox/{id}/recover
- PUT /sandbox/{id}/labels
- POST /sandbox/{id}/public/{isPublic}
- POST /sandbox/{id}/autostop/{interval}
- POST /sandbox/{id}/autoarchive/{interval}
- POST /sandbox/{id}/autodelete/{interval}
- POST /sandbox/{id}/ssh-access
- DELETE /sandbox/{id}/ssh-access
- GET /sandbox/{id}/toolbox-proxy-url
- GET /sandbox/{id}/build-logs-url
- GET /sandbox/{id}/ports/{port}/preview-url
- GET /sandbox/{id}/ports/{port}/signed-preview-url
- POST /sandbox/{id}/ports/{port}/signed-preview-url/{token}/expire
- GET /sandbox/{id}/toolbox/process/sessions
- POST /sandbox/{id}/toolbox/process/sessions
- DELETE /sandbox/{id}/toolbox/process/sessions/{sessionId}
- POST /sandbox/{id}/toolbox/process/sessions/{sessionId}/exec
- GET /sandbox/{id}/toolbox/files
- DELETE /sandbox/{id}/toolbox/files
- POST /sandbox/{id}/toolbox/files/upload
- POST /sandbox/{id}/toolbox/files/bulk-upload
- GET /sandbox/{id}/toolbox/files/download
- POST /sandbox/{id}/toolbox/files/bulk-download
- POST /sandbox/{id}/toolbox/files/folder
- POST /sandbox/{id}/toolbox/files/move
- GET /sandbox/{id}/toolbox/files/info
- GET /sandbox/{id}/toolbox/files/search
- GET /sandbox/{id}/toolbox/files/find
- POST /sandbox/{id}/toolbox/files/replace
- POST /sandbox/{id}/toolbox/files/permissions
- GET /sandbox/{id}/toolbox/project-dir
- GET /sandbox/{id}/toolbox/user-home-dir
- GET /sandbox/{id}/toolbox/work-dir
- POST /sandbox/{id}/toolbox/git/clone
- POST /sandbox/{id}/toolbox/git/add
- POST /sandbox/{id}/toolbox/git/commit
- POST /sandbox/{id}/toolbox/git/push
- POST /sandbox/{id}/toolbox/git/pull
- GET /sandbox/{id}/toolbox/git/branches
- POST /sandbox/{id}/toolbox/git/branches
- DELETE /sandbox/{id}/toolbox/git/branches
- GET /sandbox/{id}/toolbox/git/history
Documentation
- Homepage
- -
- API Reference
- -
- llms.txt
- -
Discovery
- OpenAPI URL
- https://daytona-sandbox-mpp.cnvlabs.workers.dev/openapi.json
- OpenAPI Version
- 3.1.0
- Service Version
- 2.0.0
- Document Size
- 26946 bytes
- Document Hash
- b6f487d4800b8909e2378a1592cdbad568e0e8f4f32402c21d058b2a7ed69bcc
Version History (2 snapshots)
Scan snapshots
| Date | Grade | Score | Response | Status |
|---|---|---|---|---|
| 2026-04-06 | D | 48% | 85ms | Up |
| 2026-04-07 | D | 48% | 248ms | Up |