{ "opencollection": "1.0.0", "info": { "name": "Aptible API v1 Llm Gateway Configurations API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "LlmGatewayConfigurations", "type": "folder" }, "items": [ { "info": { "name": "list llm_gateway_configurations", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/llm_gateway_configurations", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "Filter by organization ID" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ] }, "docs": "Returns a list of LLM Gateway configurations, optionally filtered by organization." }, { "info": { "name": "enroll organization in AI Gateway", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/llm_gateway_configurations", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enrolls an organization in the AI Gateway service, creating a new LLM Gateway configuration." }, { "info": { "name": "update llm_gateway_configuration", "type": "http" }, "http": { "method": "PATCH", "url": "{baseUrl}/llm_gateway_configurations/:id", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "LLM Gateway Configuration database ID" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially updates an LLM Gateway configuration's attributes." } ] } ], "bundled": true }