1. Get your API key
Go to the Upstash Console and create an API key.
2. Install the SDK
3. Set API Key
.env
4. Create a Box
lib/box.ts
5. Configure an Agent (optional)
To configure an agent for your box, pass the model you want to use and the provider API key:- Claude
- Codex
6. Run Your First Task
Your box is ready to use! It’s a secure cloud environment to run agents, execute commands, or manage files. For example:Use Cases
The idea behind Upstash Box is simple: give AI its own computer. Your agent gets a full, isolated cloud environment it can control. Run commands, write files, or execute code independent of any user device. Freeze a box anytime, and continue days or even weeks later with perfect resumability. Great example use cases:Agent Servers
One box per user with durable state. Personalized agents that remember context and improve over time.
Multi-Agent Orchestration
Fan out to multiple boxes running specialized agents in parallel, then combine their results.
Parallel Testing
Run the same inputs across isolated boxes and compare model output side by side.