Create a new team volume
cURL
curl --request POST \ --url https://api.e2b.app/volumes \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "volumeID": "<string>", "name": "<string>", "token": "<string>" }
Name of the volume
^[a-zA-Z0-9_-]+$
Successfully created a new team volume
ID of the volume
Auth token to use for interacting with volume content
Was this page helpful?