Skip to content

Beta module namespace

inferenceproxy

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

6 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/inferenceproxy/configinferenceproxy:config:readBearer tokenReturns the tenant's proxy config (the safe defaults when none is set).
put/v1/m/inferenceproxy/configinferenceproxy:config:adminBearer tokenUpserts the tenant's singleton config (admin-tier; self-audited).
post/v1/m/inferenceproxy/device/approveinferenceproxy:config:adminBearer tokeninferenceproxy module route (requires inferenceproxy:config:admin)
get/v1/m/inferenceproxy/dlp/rulesinferenceproxy:dlp:readBearer tokenLists the tenant's inference-egress DLP rules.
put/v1/m/inferenceproxy/dlp/rulesinferenceproxy:dlp:adminBearer tokenUpserts one DLP rule by class (admin-tier: authorizing egress is privileged governance; self-audited).
delete/v1/m/inferenceproxy/dlp/rules/{id}inferenceproxy:dlp:adminBearer tokenRemoves one DLP rule by id (admin-tier; self-audited).