Sazabi
APISandbox clis

List CLI types

GET
/sandbox-clis/types

List all supported sandbox CLI types with their environment variable requirements and setup skills.

Response Body

application/json

curl -X GET "https://example.com/sandbox-clis/types"
{  "types": [    {      "type": "string",      "label": "string",      "executableNames": [        "string"      ],      "envVarKeys": [        "string"      ],      "setupSkill": "string"    }  ]}