You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the open-to-third-party program. This is the long pole — the public open is gated on it being solid.
Goal: creators ship custom logic that runs isolated, never touching platform/other-tenant secrets.
Integrate Worker Loader API (Dynamic Workers): store creator source in D1/R2 → load into an isolated V8 sandbox at runtime. NEVER `eval()` inside the platform worker (would run creator code with platform bindings).
Scoped per-tenant bindings + server-side secret injection — creator code sees only its instance's scoped resources; platform/other-tenant secrets are injected server-side and never exposed.
Define the creator-code contract: available tools/bindings, resource limits (CPU/time/subrequests), egress policy (reuse `lib/ssrf.ts`).
Part of the open-to-third-party program. This is the long pole — the public open is gated on it being solid.
Goal: creators ship custom logic that runs isolated, never touching platform/other-tenant secrets.