Via the console
- On the Secrets page, create a secret with the OpenAI provider and paste your API key — you only do this once, and the key never enters the sandbox.
- Go to console.superserve.ai and click Create sandbox.
-
Pick the
superserve/node-22template. -
Under Advanced Options → Secrets, bind that secret to
OPENAI_API_KEY. -
Create the sandbox, open its Terminal, and run:
Via the SDK
OPENAI_API_KEY as usual, but its value is a stand-in token — the real key is attached only on requests to OpenAI, never exposed to the agent.
Open the sandbox in the console, launch the terminal, and run codex.