Authentication key required as a ?key= query string on every request. When omitted:
if appContext is provided, derived deterministically from apiSecret + storeFqdn
so browser tabs survive dev server restarts.
otherwise, generated randomly per process.
port
port:number
OptionalprotectMutations
protectMutations?:boolean
When true, the proxy rejects mutation operations with HTTP 400 before forwarding
them to the Admin API. Use this to mirror non-interactive safety guarantees in the
interactive UI.
Authentication key required as a
?key=query string on every request. When omitted:appContextis provided, derived deterministically fromapiSecret+storeFqdnso browser tabs survive dev server restarts.