{ "opencollection": "1.0.0", "info": { "name": "LangWatch Agents Providers API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "List provider bindings", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/gateway/v1/providers" }, "docs": "Lists every gateway-bound model-provider credential for the caller's project, including health and rate-limit settings." }, { "info": { "name": "Bind a model provider to the gateway", "type": "http" }, "http": { "method": "POST", "url": "https://app.langwatch.ai/api/gateway/v1/providers" }, "docs": "Creates a GatewayProviderCredential binding. Reuses the ModelProvider API key already configured in project settings; this only adds gateway-specific settings (rate limits, rotation, fallback priority)." }, { "info": { "name": "Update provider binding", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.langwatch.ai/api/gateway/v1/providers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Partial update of gateway-specific settings (rate limits, rotation, slot, extra headers). The underlying ModelProvider credentials are managed in project settings, not here." }, { "info": { "name": "Disable provider binding", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.langwatch.ai/api/gateway/v1/providers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Marks the binding disabled. Requests routing to this slot are skipped (fallback chain continues). Historical ledger rows are retained." } ] } ], "bundled": true }