Skip to content

rulvar API reference


rulvar API reference / @rulvar/rulvar / SandboxMethod

Type Alias: SandboxMethod

ts
type SandboxMethod = 
  | "agent"
  | "step"
  | "workflow"
  | "awaitExternal"
  | "parallel"
  | "pipeline"
  | "phase"
  | "budget.spent"
  | "budget.remaining";

Defined in: packages/core/dist/index.d.ts

Methods a sandbox script may proxy to the host ctx.