cb15c5e0d8
CI / Rust (windows-latest - x86_64-pc-windows-msvc) (push) Waiting to run
CI / Native E2E Tests (push) Blocked by required conditions
CI / Windows Integration Test (push) Blocked by required conditions
CI / Version Sync Check (push) Waiting to run
CI / Rust (push) Waiting to run
CI / Dashboard (push) Waiting to run
CI / Sandbox Package (push) Waiting to run
CI / Rust (macos-latest - aarch64-apple-darwin) (push) Waiting to run
CI / Rust (macos-latest - x86_64-apple-darwin) (push) Waiting to run
CI / Global Install (macos-latest) (push) Blocked by required conditions
CI / Global Install (ubuntu-latest) (push) Blocked by required conditions
CI / Global Install (windows-latest) (push) Blocked by required conditions
Release / Check for new version (push) Waiting to run
Release / Build macOS ARM64 (push) Blocked by required conditions
Release / Build macOS x64 (push) Blocked by required conditions
Release / Build Linux ARM64 (push) Blocked by required conditions
Release / Build Linux musl ARM64 (push) Blocked by required conditions
Release / Build Linux musl x64 (push) Blocked by required conditions
Release / Build Linux x64 (push) Blocked by required conditions
Release / Build Windows x64 (push) Blocked by required conditions
Release / Publish to npm (push) Blocked by required conditions
Release / Publish sandbox package to npm (push) Blocked by required conditions
Release / Create GitHub Release (push) Blocked by required conditions
21 lines
643 B
Bash
21 lines
643 B
Bash
# --- 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
|