curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getPreferences \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"description": "<string>",
"topics": [
"<string>"
],
"repo": "<string>",
"vcpus": 2,
"memory": 2,
"disk": 4,
"readme": "<string>"
}
]curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getPreferences \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"description": "<string>",
"topics": [
"<string>"
],
"repo": "<string>",
"vcpus": 2,
"memory": 2,
"disk": 4,
"readme": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The sandbox ID or URI to retrieve
OK
The name of the sandbox
1A description for the sandbox
50A git repository URL to clone into the sandbox, e.g. a GitHub/Tangled repo.
x >= 1x >= 1x >= 3A URI to a README for the sandbox.
Was this page helpful?