{ "item": [ { "id": "c7e982f3-83f1-4a5d-b6a9-5cca894a85bb", "name": "Agents", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "d020f7b9-14b9-40f7-923d-2c6aef320da1", "name": "List all agents in the workspace.", "request": { "name": "List all agents in the workspace.", "description": {}, "url": { "path": [ "agents" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "cd1a3340-8817-4f0b-9ad1-6f61eb1cc919", "name": "Create a new agent deployment.", "request": { "name": "Create a new agent deployment.", "description": {}, "url": { "path": [ "agents" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "70b2ae5f-0f8c-420c-a240-0017315e62fa", "name": "Get an agent by name.", "request": { "name": "Get an agent by name.", "description": {}, "url": { "path": [ "agents", "{agent_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "972f8da7-1f1b-4d3e-b30d-8291e2fb3e3a", "name": "Update an agent by name.", "request": { "name": "Update an agent by name.", "description": {}, "url": { "path": [ "agents", "{agent_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2e2c3a15-ab38-4cd9-bd28-c474197c0841", "name": "Delete an agent by name.", "request": { "name": "Delete an agent by name.", "description": {}, "url": { "path": [ "agents", "{agent_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "12210f0d-d5ec-43cd-bcfd-f1bef36d3193", "name": "List revisions for an agent.", "request": { "name": "List revisions for an agent.", "description": {}, "url": { "path": [ "agents", "{agent_name}", "revisions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "f0749b25-83e1-4cb2-afd4-c5e8c7635d4f", "name": "Functions", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "25c4fbaf-0d6b-41de-816b-55b397c92e58", "name": "List all functions (MCP servers) in the workspace.", "request": { "name": "List all functions (MCP servers) in the workspace.", "description": {}, "url": { "path": [ "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "790b1585-ab57-4037-b7c0-bb2a5bd68a18", "name": "Create a new function (MCP server).", "request": { "name": "Create a new function (MCP server).", "description": {}, "url": { "path": [ "functions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0263200c-e683-4614-a392-18f5f970a3a8", "name": "Get a function by name.", "request": { "name": "Get a function by name.", "description": {}, "url": { "path": [ "functions", "{function_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9c8e5e7e-41be-46ee-9d75-e86679b5337b", "name": "Update a function by name.", "request": { "name": "Update a function by name.", "description": {}, "url": { "path": [ "functions", "{function_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e2e30659-be18-49ee-8d86-5f57b7210024", "name": "Delete a function by name.", "request": { "name": "Delete a function by name.", "description": {}, "url": { "path": [ "functions", "{function_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "63cc09e7-a52f-4520-885c-c242d4c289c8", "name": "List revisions for a function.", "request": { "name": "List revisions for a function.", "description": {}, "url": { "path": [ "functions", "{function_name}", "revisions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "6b21c2e4-8fc4-4c40-8df1-434957efe26b", "name": "Models", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "d90a1379-50ca-496b-b30d-b90443f715fd", "name": "List all model deployments in the workspace.", "request": { "name": "List all model deployments in the workspace.", "description": {}, "url": { "path": [ "models" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "69c816e1-ccb3-4306-bbf2-0bb9882ec7ff", "name": "Create a new model deployment behind the model gateway.", "request": { "name": "Create a new model deployment behind the model gateway.", "description": {}, "url": { "path": [ "models" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "00d5efec-9503-4dbb-970f-0b596a4e608b", "name": "Get a model by name.", "request": { "name": "Get a model by name.", "description": {}, "url": { "path": [ "models", "{model_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b46df708-4682-4a2c-a8a7-f60842c319df", "name": "Update a model by name.", "request": { "name": "Update a model by name.", "description": {}, "url": { "path": [ "models", "{model_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "823a0acc-6a9d-4e93-90a3-95e02281dfb9", "name": "Delete a model by name.", "request": { "name": "Delete a model by name.", "description": {}, "url": { "path": [ "models", "{model_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "2aa6aa2d-033d-4332-8dd6-09881edf9190", "name": "List revisions for a model.", "request": { "name": "List revisions for a model.", "description": {}, "url": { "path": [ "models", "{model_name}", "revisions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "54ff4a29-508f-48bc-8852-d84f24e5e7a3", "name": "Compute", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "9cb49439-2e39-4eca-8876-77ce6e4c4aae", "name": "List all sandboxes in the workspace.", "request": { "name": "List all sandboxes in the workspace.", "description": {}, "url": { "path": [ "sandboxes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "338fa4a0-d61f-4680-a230-c54f60fdc53c", "name": "Create a new sandbox.", "request": { "name": "Create a new sandbox.", "description": {}, "url": { "path": [ "sandboxes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "795e2bce-300f-4ffc-9e01-dbc299f6abe4", "name": "Get a sandbox by name.", "request": { "name": "Get a sandbox by name.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6a5af9b5-37ca-44ea-bdd6-cc72a1d6077a", "name": "Update a sandbox by name.", "request": { "name": "Update a sandbox by name.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f202b0d2-7a6c-4513-be76-7447d6accccf", "name": "Delete a sandbox by name.", "request": { "name": "Delete a sandbox by name.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "171ee111-d4d8-4fba-9f08-76011e58ecf7", "name": "Start a sandbox.", "request": { "name": "Start a sandbox.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}", "start" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "01de70cb-e1d0-429d-99f4-c86768e3f586", "name": "Stop a sandbox.", "request": { "name": "Stop a sandbox.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}", "stop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d390ca43-a138-4714-b6fc-df36eb944f46", "name": "List previews for a sandbox.", "request": { "name": "List previews for a sandbox.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}", "previews" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a3bc346d-5122-4cd5-bb98-2765e367e118", "name": "Create a preview for a sandbox.", "request": { "name": "Create a preview for a sandbox.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}", "previews" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b578a79b-3ce8-4194-80a6-9d1a3ef841d3", "name": "List tokens for a sandbox preview.", "request": { "name": "List tokens for a sandbox preview.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}", "previews", "{preview_name}", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7ec08be2-7bf5-47e2-9f13-fab75b56a3e0", "name": "Create a token for a sandbox preview.", "request": { "name": "Create a token for a sandbox preview.", "description": {}, "url": { "path": [ "sandboxes", "{sandbox_name}", "previews", "{preview_name}", "tokens" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "2e0e41ef-da2b-40c8-a3cf-eea1ccdbdabc", "name": "Jobs", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "0ad08974-e467-4bac-a265-0c3b593a6683", "name": "List all jobs in the workspace.", "request": { "name": "List all jobs in the workspace.", "description": {}, "url": { "path": [ "jobs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "cb27df96-fafa-4f04-a7d1-67d92b68a3e3", "name": "Create a new job.", "request": { "name": "Create a new job.", "description": {}, "url": { "path": [ "jobs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9fc62751-f3a6-4905-aef7-03fac9c1a2db", "name": "Get a job by id.", "request": { "name": "Get a job by id.", "description": {}, "url": { "path": [ "jobs", "{job_id}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8168329e-66f4-402c-ad83-a3c245af227b", "name": "Update a job by id.", "request": { "name": "Update a job by id.", "description": {}, "url": { "path": [ "jobs", "{job_id}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b21257f0-6a8d-4b8c-a9f1-17f7d9d99d04", "name": "Delete a job by id.", "request": { "name": "Delete a job by id.", "description": {}, "url": { "path": [ "jobs", "{job_id}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a96d1555-c991-402e-9747-86fc0949aa6f", "name": "List executions for a job.", "request": { "name": "List executions for a job.", "description": {}, "url": { "path": [ "jobs", "{job_id}", "executions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f42a3b90-cb17-4eb5-9072-08382524ee97", "name": "Create (run) a job execution.", "request": { "name": "Create (run) a job execution.", "description": {}, "url": { "path": [ "jobs", "{job_id}", "executions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "3f52b5bc-e1f7-4f90-978a-a0a9ff3c8c29", "name": "Get a job execution.", "request": { "name": "Get a job execution.", "description": {}, "url": { "path": [ "jobs", "{job_id}", "executions", "{execution_id}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "86bb655a-aa17-433f-a35c-904e9789d21c", "name": "Delete a job execution.", "request": { "name": "Delete a job execution.", "description": {}, "url": { "path": [ "jobs", "{job_id}", "executions", "{execution_id}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "f9ea9f80-def9-43d4-ae47-0602f5bd4a03", "name": "Policies", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "1d969703-2d4e-4dd3-b242-e13459c6b582", "name": "List all policies in the workspace.", "request": { "name": "List all policies in the workspace.", "description": {}, "url": { "path": [ "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "45c1a206-357f-45d7-b257-7e8a8cf4629b", "name": "Create a new policy.", "request": { "name": "Create a new policy.", "description": {}, "url": { "path": [ "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "4b8c7586-aa3f-4fe7-9dfe-c2240ecba9ad", "name": "Get a policy by name.", "request": { "name": "Get a policy by name.", "description": {}, "url": { "path": [ "policies", "{policy_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ea753cb0-8797-47ec-b341-818fb6f72b76", "name": "Update a policy by name.", "request": { "name": "Update a policy by name.", "description": {}, "url": { "path": [ "policies", "{policy_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "08dea424-c9ce-46c9-9bfd-f9963ba725fe", "name": "Delete a policy by name.", "request": { "name": "Delete a policy by name.", "description": {}, "url": { "path": [ "policies", "{policy_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "aec0c2c6-ff18-459e-9701-9ebad433bf41", "name": "Integrations", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "5a7c821e-b227-41b2-b35e-465091bb5566", "name": "Get an integration by name.", "request": { "name": "Get an integration by name.", "description": {}, "url": { "path": [ "integrations", "{integration_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "74a55618-4d2c-4b36-bb58-ab6af45b51ac", "name": "List all integration connections in the workspace.", "request": { "name": "List all integration connections in the workspace.", "description": {}, "url": { "path": [ "integrations", "connections" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "a1a94586-c67b-41dd-9330-21d9419d0ef0", "name": "Create a new integration connection.", "request": { "name": "Create a new integration connection.", "description": {}, "url": { "path": [ "integrations", "connections" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d203bb21-6ef6-4a35-8404-78b425e1cc1f", "name": "Get an integration connection by name.", "request": { "name": "Get an integration connection by name.", "description": {}, "url": { "path": [ "integrations", "connections", "{connection_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f028891f-a09c-464f-a2d4-8bc42d61309f", "name": "Update an integration connection by name.", "request": { "name": "Update an integration connection by name.", "description": {}, "url": { "path": [ "integrations", "connections", "{connection_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "bbb7598c-0f1f-40ed-9bf4-cffe3ab978d4", "name": "Delete an integration connection by name.", "request": { "name": "Delete an integration connection by name.", "description": {}, "url": { "path": [ "integrations", "connections", "{connection_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1942c9bf-9377-41fd-be64-fd1e6f40ffd3", "name": "List models available through an integration connection.", "request": { "name": "List models available through an integration connection.", "description": {}, "url": { "path": [ "integrations", "connections", "{connection_name}", "models" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f6e8a23d-da28-4a99-bb99-eaddd740978f", "name": "Get endpoint configurations for an integration connection.", "request": { "name": "Get endpoint configurations for an integration connection.", "description": {}, "url": { "path": [ "integrations", "connections", "{connection_name}", "endpointConfigurations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "f390eb8d-9a14-4d22-937c-ed2eb04a9335", "name": "Workspaces", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "54a39a3a-c17c-4dd1-84de-09585ac8597e", "name": "List all workspaces the caller belongs to.", "request": { "name": "List all workspaces the caller belongs to.", "description": {}, "url": { "path": [ "workspaces" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0bced464-fea5-4074-ad93-52878d512b86", "name": "Create a new workspace.", "request": { "name": "Create a new workspace.", "description": {}, "url": { "path": [ "workspaces" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1d379a48-1fa4-4692-81b2-235a01293184", "name": "Get a workspace by name.", "request": { "name": "Get a workspace by name.", "description": {}, "url": { "path": [ "workspaces", "{workspace_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e7c0b652-2327-4455-8e90-9e4b772ab5f9", "name": "Update a workspace by name.", "request": { "name": "Update a workspace by name.", "description": {}, "url": { "path": [ "workspaces", "{workspace_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e934ee02-f650-4123-b8b4-1f49260e4f7e", "name": "Delete a workspace by name.", "request": { "name": "Delete a workspace by name.", "description": {}, "url": { "path": [ "workspaces", "{workspace_name}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "DELETE", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "53b8df40-2b13-493c-9207-dcf89506e14f", "name": "List users in the current workspace.", "request": { "name": "List users in the current workspace.", "description": {}, "url": { "path": [ "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "0c495138-f7a6-41b6-bbaa-90b35fa4a493", "name": "Invite a user to the current workspace.", "request": { "name": "Invite a user to the current workspace.", "description": {}, "url": { "path": [ "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "c30bc011-6659-4fe4-997d-4461e567b660", "name": "Service Accounts", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "3259e327-e74e-454c-ba6d-f092c9a481cf", "name": "List service accounts in the workspace.", "request": { "name": "List service accounts in the workspace.", "description": {}, "url": { "path": [ "service_accounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9e89f702-62d7-4828-8a96-5ac35267cb48", "name": "Create a workspace service account.", "request": { "name": "Create a workspace service account.", "description": {}, "url": { "path": [ "service_accounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ef82ee3e-0cd7-458d-9038-0f50ddeb6a4a", "name": "List API keys for a service account.", "request": { "name": "List API keys for a service account.", "description": {}, "url": { "path": [ "service_accounts", "{client_id}", "api_keys" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9ca8c4d7-269c-4262-b3ef-64b7e779f48a", "name": "Create an API key for a service account.", "request": { "name": "Create an API key for a service account.", "description": {}, "url": { "path": [ "service_accounts", "{client_id}", "api_keys" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "9a8394d9-46d5-4c42-8dbe-8a3b6797fc17", "name": "Volumes", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "5580a45e-16ac-44ac-966a-db873df00b33", "name": "List all volumes in the workspace.", "request": { "name": "List all volumes in the workspace.", "description": {}, "url": { "path": [ "volumes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "8a01c5e4-ea18-499a-82db-383ff03b8bf8", "name": "Create a new volume.", "request": { "name": "Create a new volume.", "description": {}, "url": { "path": [ "volumes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] }, { "id": "ec3db385-bc96-4b92-bc8e-bbb230d23e2b", "name": "Locations", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "da0c5c45-a8d5-4a4e-9dc3-41ee9a2f829a", "name": "List available deployment locations.", "request": { "name": "List available deployment locations.", "description": {}, "url": { "path": [ "locations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": null, "body": null }, "response": [], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.blaxel.ai/v0", "key": "baseUrl" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}" } ] }, "info": { "_postman_id": "d408bfc2-4f69-40b0-8e31-d4e3ba200f72", "name": "Blaxel Control Plane API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Representative specification of the Blaxel (formerly Beamlit) control plane API\n\nContact Support:\n Name: Blaxel Support\n Email: support@blaxel.ai", "type": "text/plain" } } }