MCPcopy
hub / github.com/simstudioai/sim / isApiExecutionGateActive

Function isApiExecutionGateActive

apps/sim/lib/billing/core/api-access.ts:7–9  ·  view source on GitHub ↗

The programmatic-execution paywall is active only when billing is enforced AND the gate flag is on.

()

Source from the content-addressed store, hash-verified

5
6/** The programmatic-execution paywall is active only when billing is enforced AND the gate flag is on. */
7function isApiExecutionGateActive(): boolean {
8 return isBillingEnabled && isFreeApiDeploymentGateEnabled
9}
10
11/**
12 * Message for the 402 returned when a free-plan account attempts programmatic

Callers 2

isApiExecutionEntitledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected