Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request POST \ --url 'https://api.sandbox.stateset.app/api/v1/sandbox/{id}/files/glob' \ --header "Authorization: Bearer $STATESET_SANDBOX_API_KEY" \ --header 'Content-Type: application/json' \ --data '{}'
{ "files": [ { "name": "Two-Person Tent", "path": "string", "type": "file", "size": 1, "modified_at": "2026-08-31T14:22:05Z" } ] }
Matching files
GlobQueryRequest
FileListResponse
Show FileListEntry
200
404