curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.claimSandbox \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"provider": "<string>",
"description": "<string>",
"website": "<string>",
"logo": "<string>",
"topics": [
"<string>"
],
"repo": "<string>",
"readme": "<string>",
"vcpus": 123,
"memory": 123,
"disk": 123,
"ports": [
33280
],
"installs": 123,
"createdAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.claimSandbox \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"provider": "<string>",
"description": "<string>",
"website": "<string>",
"logo": "<string>",
"topics": [
"<string>"
],
"repo": "<string>",
"readme": "<string>",
"vcpus": 123,
"memory": 123,
"disk": 123,
"ports": [
33280
],
"installs": 123,
"createdAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Name of the sandbox
50The provider of the sandbox, e.g. 'daytona', 'vercel', 'cloudflare', etc.
503000Any URI related to the sandbox
URI to an image logo for the sandbox
501 - 50A git repository URL to clone into the sandbox, e.g. a GitHub/Tangled repo.
A URI to a README for the sandbox.
1001025 <= x <= 65535Was this page helpful?