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
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/inferenceproxy/config | inferenceproxy:config:read | Bearer token | Returns the tenant's proxy config (the safe defaults when none is set). |
| put | /v1/m/inferenceproxy/config | inferenceproxy:config:admin | Bearer token | Upserts the tenant's singleton config (admin-tier; self-audited). |
| post | /v1/m/inferenceproxy/device/approve | inferenceproxy:config:admin | Bearer token | inferenceproxy module route (requires inferenceproxy:config:admin) |
| get | /v1/m/inferenceproxy/dlp/rules | inferenceproxy:dlp:read | Bearer token | Lists the tenant's inference-egress DLP rules. |
| put | /v1/m/inferenceproxy/dlp/rules | inferenceproxy:dlp:admin | Bearer token | Upserts one DLP rule by class (admin-tier: authorizing egress is privileged governance; self-audited). |
| delete | /v1/m/inferenceproxy/dlp/rules/{id} | inferenceproxy:dlp:admin | Bearer token | Removes one DLP rule by id (admin-tier; self-audited). |