Skip to content

Runtime grants

Runtime grants are the host’s resolved view of what a provider instance may ask it to do.

GrantMeaning
DomainHTTPS host allowed for callouts. Built-in manifests should use exact hosts; the runtime checker also accepts an explicit * wildcard grant.
Git repoPattern for Git handoff.
Unix socketExact Unix socket path allowed for socket-backed callouts.
Preopened pathHost path exposed into the provider sandbox through WASI.
Auth injectionDomains and header shape for host-owned credentials.
Memory declarationProvider’s requested memory budget metadata.
Blob limitsMaximum fetch/read blob byte declarations used by blob handling.

Runtime grants are checked by the host. They are not a promise that a provider is harmless. Docker socket access and local preopens remain high-value review surfaces.