{ "opencollection": "1.0.0", "info": { "name": "Blaxel Control Plane Agents Integrations API", "version": "v0" }, "request": { "auth": { "type": "apikey", "key": "X-Blaxel-Authorization", "value": "{{X-Blaxel-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Get an integration by name.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/integrations/:integration_name", "params": [ { "name": "integration_name", "value": "", "type": "path" } ] }, "docs": "Get an integration by name." }, { "info": { "name": "List all integration connections in the workspace.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/integrations/connections" }, "docs": "List all integration connections in the workspace." }, { "info": { "name": "Create a new integration connection.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/integrations/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new integration connection." }, { "info": { "name": "Get an integration connection by name.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/integrations/connections/:connection_name", "params": [ { "name": "connection_name", "value": "", "type": "path" } ] }, "docs": "Get an integration connection by name." }, { "info": { "name": "Update an integration connection by name.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.blaxel.ai/v0/integrations/connections/:connection_name", "params": [ { "name": "connection_name", "value": "", "type": "path" } ] }, "docs": "Update an integration connection by name." }, { "info": { "name": "Delete an integration connection by name.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blaxel.ai/v0/integrations/connections/:connection_name", "params": [ { "name": "connection_name", "value": "", "type": "path" } ] }, "docs": "Delete an integration connection by name." }, { "info": { "name": "List models available through an integration connection.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/integrations/connections/:connection_name/models", "params": [ { "name": "connection_name", "value": "", "type": "path" } ] }, "docs": "List models available through an integration connection." }, { "info": { "name": "Get endpoint configurations for an integration connection.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/integrations/connections/:connection_name/endpointConfigurations", "params": [ { "name": "connection_name", "value": "", "type": "path" } ] }, "docs": "Get endpoint configurations for an integration connection." } ] } ], "bundled": true }