fix environments demo (#696)

* fix

* fixes

* fixes

* update docs

* fixes

* fixes

* sandbox tokens

* better logging
This commit is contained in:
Chris Tate
2026-03-09 17:00:30 -05:00
committed by GitHub
parent c0a525c9e4
commit 5bf9fedd58
42 changed files with 1366 additions and 1850 deletions
+20
View File
@@ -0,0 +1,20 @@
# --- Vercel Sandbox ---
# Snapshot ID with agent-browser + Chromium pre-installed (optional, speeds up startup)
# Create one with: npx tsx scripts/create-snapshot.ts
# AGENT_BROWSER_SNAPSHOT_ID=snap_xxxxxxxxxxxx
# --- Sandbox Authentication ---
# On Vercel deployments, OIDC auth is automatic. For local development,
# provide explicit credentials:
# VERCEL_TOKEN=
# VERCEL_TEAM_ID=
# VERCEL_PROJECT_ID=
# --- Rate Limiting (Upstash / Vercel KV) ---
# Automatically populated when you add Vercel KV to your project
KV_REST_API_URL=
KV_REST_API_TOKEN=
# Optional: override default limits
# RATE_LIMIT_PER_MINUTE=10
# RATE_LIMIT_PER_DAY=100