cURL
curl --request POST \ --url https://api.primeintellect.ai/api/v1/sandbox/{sandbox_id}/auth \ --header 'Authorization: Bearer <token>'
{ "token": "<string>", "gateway_url": "<string>", "user_ns": "<string>", "job_id": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Get JWT token for direct sandbox access
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
JWT token for direct sandbox access
Gateway URL for direct sandbox operations
User namespace for sandbox access
Job ID for sandbox access
Token expiration time
Was this page helpful?