Skip to main content

Prerequisites

  • macOS or Linux
  • Node.js 18+ (for CLI)
  • Lima (macOS only): brew install lima

Step 1: Install

Step 2: Create Agent

Create a folder with two files: agent.yaml
agent.py

Step 3: Deploy

First deploy takes ~30s (builds runtime). Subsequent deploys take ~2s.

Step 4: Run

Output:
No cold start - worker was already warm!

Step 5: Verify

What Just Happened

  1. Worker stayed warm - No cold start on second request
  2. Execution logged - Every request tracked in ExecLog
  3. Isolated container - Ran in sandboxed runc container

Next Steps

Core Concepts

Learn how autoscaling works

Examples

See more agent patterns