Sazabi
APISandbox clis

Test CLI connection

POST
/sandbox-clis/test

Validate unsaved CLI credentials in a read-only ephemeral sandbox without persisting them.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/sandbox-clis/test" \  -H "Content-Type: application/json" \  -d '{    "cliType": "string",    "environmentVariables": [      {        "key": "string",        "value": "string"      }    ]  }'
{  "status": "success",  "message": "string",  "stdout": "string",  "stderr": "string"}