{ "info": { "_postman_id": "98a2315e-6f3d-4ea3-9617-c69239f25373", "name": "Oz agent API", "description": "API for creating, managing, and querying Oz cloud agent runs.\n\nThese endpoints allow users to programmatically spawn agents, list runs, \nand retrieve detailed run information.\n\n\nContact Support:\n Name: Warp Support\n Email: support@warp.dev", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:28:54.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-98a2315e-6f3d-4ea3-9617-c69239f25373" }, "item": [ { "name": "agent", "item": [ { "name": "connected-self-hosted-workers", "item": [ { "name": "List connected self-hosted workers", "id": "04abc43e-8604-4812-a126-c8146b5accf7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/connected-self-hosted-workers", "host": [ "{{baseUrl}}" ], "path": [ "agent", "connected-self-hosted-workers" ] }, "description": "Retrieve currently connected self-hosted workers for the authenticated principal's team.\nWorker presence is derived from worker websocket heartbeats and may be briefly stale.\n" }, "response": [ { "id": "f19eb1bc-e161-4223-8c1b-7913284b60b6", "name": "List of currently connected self-hosted workers", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/connected-self-hosted-workers", "host": [ "{{baseUrl}}" ], "path": [ "agent", "connected-self-hosted-workers" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workers\": [\n {\n \"worker_host\": \"\",\n \"connection_count\": \"\",\n \"connected_at\": \"\",\n \"last_seen_at\": \"\"\n },\n {\n \"worker_host\": \"\",\n \"connection_count\": \"\",\n \"connected_at\": \"\",\n \"last_seen_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-f19eb1bc-e161-4223-8c1b-7913284b60b6" }, { "id": "9930466b-debf-4f63-a95d-f082c1bbc81e", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/connected-self-hosted-workers", "host": [ "{{baseUrl}}" ], "path": [ "agent", "connected-self-hosted-workers" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-9930466b-debf-4f63-a95d-f082c1bbc81e" }, { "id": "530afd2e-5eaa-4fa9-91a6-61446e0f90ef", "name": "Not authorized to list connected workers", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/connected-self-hosted-workers", "host": [ "{{baseUrl}}" ], "path": [ "agent", "connected-self-hosted-workers" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-530afd2e-5eaa-4fa9-91a6-61446e0f90ef" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-04abc43e-8604-4812-a126-c8146b5accf7" } ], "id": "a3b179e3-9452-4c52-afa6-28d04e4ece90", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-a3b179e3-9452-4c52-afa6-28d04e4ece90" }, { "name": "runs", "item": [ { "name": "{runId}", "item": [ { "name": "transcript", "item": [ { "name": "Get run transcript", "id": "8e8ae167-a754-421b-93f3-60fde774293e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "id": "1cd04fd6-08d0-4d64-9c54-4eb1d6037758", "key": "runId", "value": "", "description": "(Required) The unique identifier of the run" } ] }, "description": "Retrieve the raw conversation transcript for an agent run.\nReturns a 302 redirect to a time-limited download URL for the transcript.\n" }, "response": [ { "id": "3467f751-3d9e-48a9-920d-f9da0e04cf85", "name": "Redirect to a download URL for the transcript", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "key": "runId" } ] } }, "status": "Found", "code": 302, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "URL to download the transcript", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-3467f751-3d9e-48a9-920d-f9da0e04cf85" }, { "id": "59432f3b-beb3-4acf-b26c-2cb5fdf193f4", "name": "Missing run ID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "key": "runId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-59432f3b-beb3-4acf-b26c-2cb5fdf193f4" }, { "id": "72422c76-b9af-4eaf-8bc5-9c8282acab66", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "key": "runId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-72422c76-b9af-4eaf-8bc5-9c8282acab66" }, { "id": "a2d52875-e88a-4924-9b70-586cfe753aa2", "name": "No permission to access run transcript", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "key": "runId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-a2d52875-e88a-4924-9b70-586cfe753aa2" }, { "id": "27e4351f-11dd-4ccb-9aab-398ff0b107fb", "name": "Run not found or has no transcript", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "key": "runId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-27e4351f-11dd-4ccb-9aab-398ff0b107fb" }, { "id": "7ec32fe6-4fd5-4572-9f96-e7b3fffaf5aa", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/transcript", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "transcript" ], "variable": [ { "key": "runId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7ec32fe6-4fd5-4572-9f96-e7b3fffaf5aa" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-8e8ae167-a754-421b-93f3-60fde774293e" } ], "id": "d57793f0-02e2-4596-ad00-9ada35209ddc", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-d57793f0-02e2-4596-ad00-9ada35209ddc" }, { "name": "timeline", "item": [ { "name": "Get run timeline", "id": "53b6ef9b-9fa6-4229-b81c-d3e2b2dad73a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/timeline", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "timeline" ], "variable": [ { "id": "eaacb864-16bf-4f28-b9d6-8d24c081b816", "key": "runId", "value": "", "description": "(Required) The unique identifier of the run" } ] }, "description": "Retrieve chronological setup and lifecycle timeline events for an agent run.\n" }, "response": [ { "id": "dc32194a-6695-449b-8080-b07508794983", "name": "Run timeline events", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/timeline", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "timeline" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"events\": [\n {\n \"event_uuid\": \"\",\n \"run_id\": \"\",\n \"event_type\": \"oz_run_finished\",\n \"occurred_at\": \"\",\n \"execution_id\": \"\",\n \"payload\": {\n \"fugiatd60\": 28229516\n }\n },\n {\n \"event_uuid\": \"\",\n \"run_id\": \"\",\n \"event_type\": \"worker_container_ready\",\n \"occurred_at\": \"\",\n \"execution_id\": \"\",\n \"payload\": {\n \"in_36e\": \"eiusmod et ullamco\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-dc32194a-6695-449b-8080-b07508794983" }, { "id": "0a0a5c10-3c46-4979-a987-a133aaef56c2", "name": "Missing run ID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/timeline", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "timeline" ], "variable": [ { "key": "runId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-0a0a5c10-3c46-4979-a987-a133aaef56c2" }, { "id": "48218df3-4c0b-499f-88ce-c918e5ddc1ce", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/timeline", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "timeline" ], "variable": [ { "key": "runId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-48218df3-4c0b-499f-88ce-c918e5ddc1ce" }, { "id": "4b031f3a-8b63-448e-8bbb-f138238eec56", "name": "No permission to access run", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/timeline", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "timeline" ], "variable": [ { "key": "runId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-4b031f3a-8b63-448e-8bbb-f138238eec56" }, { "id": "1f8a7705-ba38-4ac7-8eff-3056d15457a3", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/timeline", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "timeline" ], "variable": [ { "key": "runId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-1f8a7705-ba38-4ac7-8eff-3056d15457a3" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-53b6ef9b-9fa6-4229-b81c-d3e2b2dad73a" } ], "id": "dd0bf594-1e38-4fee-80c8-a4a81740a06c", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-dd0bf594-1e38-4fee-80c8-a4a81740a06c" }, { "name": "conversation", "item": [ { "name": "Get normalized run conversation", "id": "eae74b86-4bba-4176-933e-38efbec24191", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "id": "b3c762be-401c-4312-82c0-04a3e0e4f20e", "key": "runId", "value": "", "description": "(Required) The unique identifier of the run" } ] }, "description": "Retrieve a run's conversation as a normalized sequence of messages and\nnested steps.\nThe response groups text, tool activity, and event content into\nstructured blocks.\n" }, "response": [ { "id": "fd291924-7582-4083-9b84-36cbb4899ff9", "name": "Normalized conversation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"conversation_id\": \"\",\n \"steps\": [\n {\n \"id\": \"\",\n \"messages\": [\n {\n \"role\": \"assistant\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"role\": \"assistant\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"steps\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"\",\n \"summary\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\"\n },\n {\n \"id\": \"\",\n \"messages\": [\n {\n \"role\": \"assistant\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"role\": \"user\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"steps\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"\",\n \"summary\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-fd291924-7582-4083-9b84-36cbb4899ff9" }, { "id": "642e9987-5428-462a-a6e9-064153d708a0", "name": "Missing run ID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "key": "runId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-642e9987-5428-462a-a6e9-064153d708a0" }, { "id": "42cb643d-f0df-4707-84cb-f992fd50021a", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "key": "runId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-42cb643d-f0df-4707-84cb-f992fd50021a" }, { "id": "0cb23888-cb2f-4d8a-bf73-ec6ab54e70ef", "name": "No permission to access run", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "key": "runId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-0cb23888-cb2f-4d8a-bf73-ec6ab54e70ef" }, { "id": "48df2500-e8fb-4051-a8eb-b7522326c78d", "name": "Run not found, or the run has no conversation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "key": "runId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-48df2500-e8fb-4051-a8eb-b7522326c78d" }, { "id": "30b900e4-441f-4c7e-a102-51bb61fcfdae", "name": "Conversation format is not yet supported by the normalized endpoint\n(error_code: operation_not_supported)\n", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/conversation", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "conversation" ], "variable": [ { "key": "runId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-30b900e4-441f-4c7e-a102-51bb61fcfdae" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-eae74b86-4bba-4176-933e-38efbec24191" } ], "id": "81cc2cff-39e6-4534-9779-9bb668e6e590", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-81cc2cff-39e6-4534-9779-9bb668e6e590" }, { "name": "cancel", "item": [ { "name": "Cancel a run", "id": "bb612a85-59b6-44ec-b2ec-5aa06d4d4f11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "id": "e79a33b3-e487-4dd7-8379-f55a88c17fe1", "key": "runId", "value": "", "description": "(Required) The unique identifier of the run to cancel" } ] }, "description": "Cancel an agent run that is currently queued or in progress.\nOnce cancelled, the run will transition to a cancelled state.\n\nNot all runs can be cancelled. Runs that are in a terminal state\n(SUCCEEDED, FAILED, ERROR, BLOCKED, CANCELLED) return 400. Runs in\nPENDING state return 409 (retry after a moment). Self-hosted, local,\nand GitHub Action runs return 422.\n" }, "response": [ { "id": "36b6f3d8-8635-429d-9c76-6bafaaf4036e", "name": "Run cancelled successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-36b6f3d8-8635-429d-9c76-6bafaaf4036e" }, { "id": "391b2c58-eb8b-4f60-a4e1-c23abd8595ab", "name": "Missing run ID, or the run is already in a terminal state\n(error_code: invalid_request)\n", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-391b2c58-eb8b-4f60-a4e1-c23abd8595ab" }, { "id": "b9bdf3d6-4faf-45f0-a66e-746c4ac26ac5", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-b9bdf3d6-4faf-45f0-a66e-746c4ac26ac5" }, { "id": "7d1c1341-6e4f-4345-98f3-c2f6aaab69a7", "name": "No permission to cancel run", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7d1c1341-6e4f-4345-98f3-c2f6aaab69a7" }, { "id": "ebcd3024-07f8-4d45-8b0e-d82ee850575c", "name": "Run not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-ebcd3024-07f8-4d45-8b0e-d82ee850575c" }, { "id": "3ddcad3c-7354-4936-832d-33537cced1f4", "name": "Run is in PENDING state and cannot be cancelled yet.\nRetry after a moment (error_code: conflict, retryable: true).\n", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-3ddcad3c-7354-4936-832d-33537cced1f4" }, { "id": "590f1746-47b7-4e78-a8a4-65c342935f30", "name": "Run cannot be cancelled because the operation is not supported\nfor this run type (e.g., self-hosted, local, or GitHub Action runs)\n(error_code: operation_not_supported)\n", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "cancel" ], "variable": [ { "key": "runId" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-590f1746-47b7-4e78-a8a4-65c342935f30" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-bb612a85-59b6-44ec-b2ec-5aa06d4d4f11" } ], "id": "c9140896-6e34-450f-9c60-d000278273e6", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-c9140896-6e34-450f-9c60-d000278273e6" }, { "name": "followups", "item": [ { "name": "Submit a follow-up message for a run", "id": "5a90cc2b-9468-4777-a1a9-e2fd7b93475f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "id": "dc2d97c9-4f48-4d70-985c-77525e675336", "key": "runId", "value": "", "description": "(Required) The unique identifier of the run" } ] }, "description": "Send a follow-up message to an existing run. The server transparently\nroutes the message based on the current state of the run (still\nqueued, actively running, or ended). A 200 response means the follow-up\nwas accepted; updated run state can be observed via\n`GET /agent/runs/{runId}`.\n" }, "response": [ { "id": "51df2316-b2fd-409e-b3ab-272e9d0e1a46", "name": "Follow-up accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-51df2316-b2fd-409e-b3ab-272e9d0e1a46" }, { "id": "5ca914fd-0d07-4115-bf51-dc80aa920e6f", "name": "Invalid request (e.g. no active sandbox without conversation ID,\nmalformed payload). Empty messages are accepted when continuing a\nrun from saved conversation context; otherwise they are rejected.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "key": "runId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-5ca914fd-0d07-4115-bf51-dc80aa920e6f" }, { "id": "2895e422-79eb-42c0-930b-d26c2e3af8d9", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "key": "runId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-2895e422-79eb-42c0-930b-d26c2e3af8d9" }, { "id": "d8425678-46b1-4dfe-8d06-56730a6ac77c", "name": "No permission to submit follow-ups for this run", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "key": "runId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-d8425678-46b1-4dfe-8d06-56730a6ac77c" }, { "id": "c6a999b4-b7d2-46c1-bf08-57ccfd373732", "name": "Run not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "key": "runId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-c6a999b4-b7d2-46c1-bf08-57ccfd373732" }, { "id": "8c7f9284-5726-4980-bed3-b72d2d7d2067", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"mode\": \"normal\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs/:runId/followups", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId", "followups" ], "variable": [ { "key": "runId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-8c7f9284-5726-4980-bed3-b72d2d7d2067" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-5a90cc2b-9468-4777-a1a9-e2fd7b93475f" } ], "id": "17afb8d3-d156-494d-b942-75fcf3c5d6af", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-17afb8d3-d156-494d-b942-75fcf3c5d6af" }, { "name": "Get run details", "id": "e600b86b-6a38-4072-9df6-730590c43987", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId" ], "variable": [ { "id": "3b4e6bfa-9a8e-45f4-bb4c-ef9f3ef9477a", "key": "runId", "value": "", "description": "(Required) The unique identifier of the run" } ] }, "description": "Retrieve detailed information about a specific agent run, \nincluding the full prompt, session link, and resolved configuration.\n" }, "response": [ { "id": "37049c33-c20b-4f01-970d-7786ae1c825d", "name": "Run details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId" ], "variable": [ { "key": "runId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"task_id\": \"\",\n \"title\": \"\",\n \"state\": \"BLOCKED\",\n \"prompt\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"execution_location\": \"REMOTE\",\n \"run_time\": \"\",\n \"started_at\": \"\",\n \"status_message\": {\n \"message\": \"\",\n \"error_code\": \"invalid_request\",\n \"retryable\": \"\"\n },\n \"source\": \"CLOUD_MODE\",\n \"schedule\": {\n \"schedule_id\": \"\",\n \"schedule_name\": \"\",\n \"cron_schedule\": \"\"\n },\n \"session_id\": \"\",\n \"session_link\": \"\",\n \"trigger_url\": \"\",\n \"creator\": {\n \"type\": \"user\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"executor\": {\n \"type\": \"service_account\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"request_usage\": {\n \"inference_cost\": \"\",\n \"compute_cost\": \"\",\n \"platform_cost\": \"\"\n },\n \"agent_config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"consequat_e5\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"aute_0\": \"\",\n \"cupidatat_d\": \"\"\n },\n \"headers\": {\n \"Duis_d6\": \"\",\n \"anim_6\": \"\"\n }\n },\n \"sint6d1\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"id_e5\": \"\",\n \"esse_f\": \"\"\n },\n \"headers\": {\n \"qui_5_4\": \"\",\n \"amet52\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"codex\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"EDITOR\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"conversation_id\": \"\",\n \"parent_run_id\": \"\",\n \"is_sandbox_running\": \"\",\n \"artifacts\": [\n {\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"artifact_uid\": \"\",\n \"notebook_uid\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n },\n {\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"artifact_uid\": \"\",\n \"notebook_uid\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"agent_skill\": {\n \"name\": \"\",\n \"description\": \"\",\n \"full_path\": \"\",\n \"bundled_skill_id\": \"\"\n },\n \"scope\": {\n \"type\": \"User\",\n \"uid\": \"\"\n }\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-37049c33-c20b-4f01-970d-7786ae1c825d" }, { "id": "a8ecc242-736d-45ad-9d38-d0dd8ab5bc33", "name": "Missing run ID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId" ], "variable": [ { "key": "runId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-a8ecc242-736d-45ad-9d38-d0dd8ab5bc33" }, { "id": "c0577f72-5454-4dcb-bffd-bd82822037ae", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId" ], "variable": [ { "key": "runId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-c0577f72-5454-4dcb-bffd-bd82822037ae" }, { "id": "3c8afa80-1c1b-4447-816d-f7f2c0c7af52", "name": "No permission to access run", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId" ], "variable": [ { "key": "runId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-3c8afa80-1c1b-4447-816d-f7f2c0c7af52" }, { "id": "8f6181d2-187d-4798-a4c5-be1fd5bbc3a6", "name": "Run not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs/:runId", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs", ":runId" ], "variable": [ { "key": "runId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-8f6181d2-187d-4798-a4c5-be1fd5bbc3a6" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-e600b86b-6a38-4072-9df6-730590c43987" } ], "id": "dc6a877e-d1cc-479f-9924-e4132f69e1f9", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-dc6a877e-d1cc-479f-9924-e4132f69e1f9" }, { "name": "Run a cloud agent", "id": "7ae72587-30dd-4c44-bc5f-6b086772fe96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ] }, "description": "Spawn a cloud agent with a prompt and optional configuration.\nThe agent will be queued for execution and assigned a unique run ID.\n" }, "response": [ { "id": "56d73a15-bbdf-472d-9a48-4997dcb7da30", "name": "Run created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"task_id\": \"\",\n \"state\": \"CANCELLED\",\n \"at_capacity\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-56d73a15-bbdf-472d-9a48-4997dcb7da30" }, { "id": "5df4ccca-1ef9-4e3c-95e0-e7f41922b124", "name": "Invalid request (missing prompt, invalid config)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-5df4ccca-1ef9-4e3c-95e0-e7f41922b124" }, { "id": "150ccef7-13b5-4b97-8371-96af8687b211", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-150ccef7-13b5-4b97-8371-96af8687b211" }, { "id": "7083c49d-db89-42a1-bd36-2ce5ebb4acc7", "name": "No permission to access referenced resources (environment, MCP servers)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/runs", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7083c49d-db89-42a1-bd36-2ce5ebb4acc7" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7ae72587-30dd-4c44-bc5f-6b086772fe96" }, { "name": "List agent runs", "id": "f6a74a88-c3a0-46d1-93ca-e308a155e4c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/runs?limit=20&cursor=&sort_by=updated_at&sort_order=desc&state=PENDING&state=INPROGRESS&name=&model_id=&creator=&executor=&source=API&execution_location=LOCAL&created_after=&created_before=&updated_after=&environment_id=&skill=&skill_spec=&schedule_id=&ancestor_run_id=&artifact_type=SCREENSHOT&q=", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ], "query": [ { "description": "Maximum number of runs to return", "key": "limit", "value": "20" }, { "description": "Pagination cursor from previous response", "key": "cursor", "value": "" }, { "description": "Sort field for results.\n- `updated_at`: Sort by last update timestamp (default)\n- `created_at`: Sort by creation timestamp\n- `title`: Sort alphabetically by run title\n- `agent`: Sort alphabetically by skill. Runs without a skill are grouped last.\n", "key": "sort_by", "value": "updated_at" }, { "description": "Sort direction", "key": "sort_order", "value": "desc" }, { "description": "Filter by run state. Can be specified multiple times to match any of the given states.\n", "key": "state", "value": "PENDING" }, { "description": "Filter by run state. Can be specified multiple times to match any of the given states.\n", "key": "state", "value": "INPROGRESS" }, { "description": "Filter by agent config name", "key": "name", "value": "" }, { "description": "Filter by model ID", "key": "model_id", "value": "" }, { "description": "Filter by creator UID (user or service account)", "key": "creator", "value": "" }, { "description": "Filter by the user or agent that executed the run. This will often be the\nsame as the creator, but not always: users may delegate tasks to agents.\n", "key": "executor", "value": "" }, { "description": "Filter by run source type", "key": "source", "value": "API" }, { "description": "Filter by where the run executed", "key": "execution_location", "value": "LOCAL" }, { "description": "Filter runs created after this timestamp (RFC3339 format)", "key": "created_after", "value": "" }, { "description": "Filter runs created before this timestamp (RFC3339 format)", "key": "created_before", "value": "" }, { "description": "Filter runs updated after this timestamp (RFC3339 format)", "key": "updated_after", "value": "" }, { "description": "Filter runs by environment ID", "key": "environment_id", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\").\nAlias for skill_spec.\n", "key": "skill", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\")", "key": "skill_spec", "value": "" }, { "description": "Filter runs by the scheduled agent ID that created them", "key": "schedule_id", "value": "" }, { "description": "Filter runs by ancestor run ID. The referenced run must exist and be accessible to the caller.", "key": "ancestor_run_id", "value": "" }, { "description": "Filter runs by artifact type", "key": "artifact_type", "value": "SCREENSHOT" }, { "description": "Fuzzy search query across run title, prompt, and skill_spec", "key": "q", "value": "" } ] }, "description": "Retrieve a paginated list of agent runs with optional filtering.\nResults default to `sort_by=updated_at` and `sort_order=desc`.\n" }, "response": [ { "id": "08d6e664-5ec9-48dd-a985-fe3259fdd0ea", "name": "List of runs", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs?limit=20&cursor=&sort_by=updated_at&sort_order=desc&state=INPROGRESS&name=&model_id=&creator=&executor=&source=API&execution_location=LOCAL&created_after=&created_before=&updated_after=&environment_id=&skill=&skill_spec=&schedule_id=&ancestor_run_id=&artifact_type=SCREENSHOT&q=", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ], "query": [ { "description": "Maximum number of runs to return", "key": "limit", "value": "20" }, { "description": "Pagination cursor from previous response", "key": "cursor", "value": "" }, { "description": "Sort field for results.\n- `updated_at`: Sort by last update timestamp (default)\n- `created_at`: Sort by creation timestamp\n- `title`: Sort alphabetically by run title\n- `agent`: Sort alphabetically by skill. Runs without a skill are grouped last.\n", "key": "sort_by", "value": "updated_at" }, { "description": "Sort direction", "key": "sort_order", "value": "desc" }, { "description": "Filter by run state. Can be specified multiple times to match any of the given states.\n", "key": "state", "value": "INPROGRESS" }, { "description": "Filter by agent config name", "key": "name", "value": "" }, { "description": "Filter by model ID", "key": "model_id", "value": "" }, { "description": "Filter by creator UID (user or service account)", "key": "creator", "value": "" }, { "description": "Filter by the user or agent that executed the run. This will often be the\nsame as the creator, but not always: users may delegate tasks to agents.\n", "key": "executor", "value": "" }, { "description": "Filter by run source type", "key": "source", "value": "API" }, { "description": "Filter by where the run executed", "key": "execution_location", "value": "LOCAL" }, { "description": "Filter runs created after this timestamp (RFC3339 format)", "key": "created_after", "value": "" }, { "description": "Filter runs created before this timestamp (RFC3339 format)", "key": "created_before", "value": "" }, { "description": "Filter runs updated after this timestamp (RFC3339 format)", "key": "updated_after", "value": "" }, { "description": "Filter runs by environment ID", "key": "environment_id", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\").\nAlias for skill_spec.\n", "key": "skill", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\")", "key": "skill_spec", "value": "" }, { "description": "Filter runs by the scheduled agent ID that created them", "key": "schedule_id", "value": "" }, { "description": "Filter runs by ancestor run ID. The referenced run must exist and be accessible to the caller.", "key": "ancestor_run_id", "value": "" }, { "description": "Filter runs by artifact type", "key": "artifact_type", "value": "SCREENSHOT" }, { "description": "Fuzzy search query across run title, prompt, and skill_spec", "key": "q", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"runs\": [\n {\n \"run_id\": \"\",\n \"task_id\": \"\",\n \"title\": \"\",\n \"state\": \"ERROR\",\n \"prompt\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"execution_location\": \"REMOTE\",\n \"run_time\": \"\",\n \"started_at\": \"\",\n \"status_message\": {\n \"message\": \"\",\n \"error_code\": \"budget_exceeded\",\n \"retryable\": \"\"\n },\n \"source\": \"WEB_APP\",\n \"schedule\": {\n \"schedule_id\": \"\",\n \"schedule_name\": \"\",\n \"cron_schedule\": \"\"\n },\n \"session_id\": \"\",\n \"session_link\": \"\",\n \"trigger_url\": \"\",\n \"creator\": {\n \"type\": \"user\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"executor\": {\n \"type\": \"user\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"request_usage\": {\n \"inference_cost\": \"\",\n \"compute_cost\": \"\",\n \"platform_cost\": \"\"\n },\n \"agent_config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"aliquip0\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"sint_\": \"\"\n },\n \"headers\": {\n \"non__a\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"oz\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"EDITOR\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"conversation_id\": \"\",\n \"parent_run_id\": \"\",\n \"is_sandbox_running\": \"\",\n \"artifacts\": [\n {\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"artifact_uid\": \"\",\n \"notebook_uid\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n },\n {\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"artifact_uid\": \"\",\n \"notebook_uid\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"agent_skill\": {\n \"name\": \"\",\n \"description\": \"\",\n \"full_path\": \"\",\n \"bundled_skill_id\": \"\"\n },\n \"scope\": {\n \"type\": \"User\",\n \"uid\": \"\"\n }\n },\n {\n \"run_id\": \"\",\n \"task_id\": \"\",\n \"title\": \"\",\n \"state\": \"FAILED\",\n \"prompt\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"execution_location\": \"LOCAL\",\n \"run_time\": \"\",\n \"started_at\": \"\",\n \"status_message\": {\n \"message\": \"\",\n \"error_code\": \"resource_unavailable\",\n \"retryable\": \"\"\n },\n \"source\": \"SCHEDULED_AGENT\",\n \"schedule\": {\n \"schedule_id\": \"\",\n \"schedule_name\": \"\",\n \"cron_schedule\": \"\"\n },\n \"session_id\": \"\",\n \"session_link\": \"\",\n \"trigger_url\": \"\",\n \"creator\": {\n \"type\": \"user\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"executor\": {\n \"type\": \"service_account\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"request_usage\": {\n \"inference_cost\": \"\",\n \"compute_cost\": \"\",\n \"platform_cost\": \"\"\n },\n \"agent_config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"adipisicing52\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"Utc7\": \"\",\n \"nostrud2c1\": \"\",\n \"magnad36\": \"\"\n },\n \"headers\": {\n \"ut_da7\": \"\"\n }\n },\n \"ut_c\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"proident_b0\": \"\",\n \"fugiat16\": \"\",\n \"aute_6\": \"\"\n },\n \"headers\": {\n \"eua42\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"EDITOR\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"conversation_id\": \"\",\n \"parent_run_id\": \"\",\n \"is_sandbox_running\": \"\",\n \"artifacts\": [\n {\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"artifact_uid\": \"\",\n \"notebook_uid\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n },\n {\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"artifact_uid\": \"\",\n \"notebook_uid\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"agent_skill\": {\n \"name\": \"\",\n \"description\": \"\",\n \"full_path\": \"\",\n \"bundled_skill_id\": \"\"\n },\n \"scope\": {\n \"type\": \"Team\",\n \"uid\": \"\"\n }\n }\n ],\n \"page_info\": {\n \"has_next_page\": \"\",\n \"next_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-08d6e664-5ec9-48dd-a985-fe3259fdd0ea" }, { "id": "aa468bec-30b4-43c9-82f5-aafbf06667bf", "name": "Invalid request parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs?limit=20&cursor=&sort_by=updated_at&sort_order=desc&state=INPROGRESS&name=&model_id=&creator=&executor=&source=API&execution_location=LOCAL&created_after=&created_before=&updated_after=&environment_id=&skill=&skill_spec=&schedule_id=&ancestor_run_id=&artifact_type=SCREENSHOT&q=", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ], "query": [ { "description": "Maximum number of runs to return", "key": "limit", "value": "20" }, { "description": "Pagination cursor from previous response", "key": "cursor", "value": "" }, { "description": "Sort field for results.\n- `updated_at`: Sort by last update timestamp (default)\n- `created_at`: Sort by creation timestamp\n- `title`: Sort alphabetically by run title\n- `agent`: Sort alphabetically by skill. Runs without a skill are grouped last.\n", "key": "sort_by", "value": "updated_at" }, { "description": "Sort direction", "key": "sort_order", "value": "desc" }, { "description": "Filter by run state. Can be specified multiple times to match any of the given states.\n", "key": "state", "value": "INPROGRESS" }, { "description": "Filter by agent config name", "key": "name", "value": "" }, { "description": "Filter by model ID", "key": "model_id", "value": "" }, { "description": "Filter by creator UID (user or service account)", "key": "creator", "value": "" }, { "description": "Filter by the user or agent that executed the run. This will often be the\nsame as the creator, but not always: users may delegate tasks to agents.\n", "key": "executor", "value": "" }, { "description": "Filter by run source type", "key": "source", "value": "API" }, { "description": "Filter by where the run executed", "key": "execution_location", "value": "LOCAL" }, { "description": "Filter runs created after this timestamp (RFC3339 format)", "key": "created_after", "value": "" }, { "description": "Filter runs created before this timestamp (RFC3339 format)", "key": "created_before", "value": "" }, { "description": "Filter runs updated after this timestamp (RFC3339 format)", "key": "updated_after", "value": "" }, { "description": "Filter runs by environment ID", "key": "environment_id", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\").\nAlias for skill_spec.\n", "key": "skill", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\")", "key": "skill_spec", "value": "" }, { "description": "Filter runs by the scheduled agent ID that created them", "key": "schedule_id", "value": "" }, { "description": "Filter runs by ancestor run ID. The referenced run must exist and be accessible to the caller.", "key": "ancestor_run_id", "value": "" }, { "description": "Filter runs by artifact type", "key": "artifact_type", "value": "SCREENSHOT" }, { "description": "Fuzzy search query across run title, prompt, and skill_spec", "key": "q", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-aa468bec-30b4-43c9-82f5-aafbf06667bf" }, { "id": "dc70a9ab-3e54-4856-996d-ac39a49ba034", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/runs?limit=20&cursor=&sort_by=updated_at&sort_order=desc&state=INPROGRESS&name=&model_id=&creator=&executor=&source=API&execution_location=LOCAL&created_after=&created_before=&updated_after=&environment_id=&skill=&skill_spec=&schedule_id=&ancestor_run_id=&artifact_type=SCREENSHOT&q=", "host": [ "{{baseUrl}}" ], "path": [ "agent", "runs" ], "query": [ { "description": "Maximum number of runs to return", "key": "limit", "value": "20" }, { "description": "Pagination cursor from previous response", "key": "cursor", "value": "" }, { "description": "Sort field for results.\n- `updated_at`: Sort by last update timestamp (default)\n- `created_at`: Sort by creation timestamp\n- `title`: Sort alphabetically by run title\n- `agent`: Sort alphabetically by skill. Runs without a skill are grouped last.\n", "key": "sort_by", "value": "updated_at" }, { "description": "Sort direction", "key": "sort_order", "value": "desc" }, { "description": "Filter by run state. Can be specified multiple times to match any of the given states.\n", "key": "state", "value": "INPROGRESS" }, { "description": "Filter by agent config name", "key": "name", "value": "" }, { "description": "Filter by model ID", "key": "model_id", "value": "" }, { "description": "Filter by creator UID (user or service account)", "key": "creator", "value": "" }, { "description": "Filter by the user or agent that executed the run. This will often be the\nsame as the creator, but not always: users may delegate tasks to agents.\n", "key": "executor", "value": "" }, { "description": "Filter by run source type", "key": "source", "value": "API" }, { "description": "Filter by where the run executed", "key": "execution_location", "value": "LOCAL" }, { "description": "Filter runs created after this timestamp (RFC3339 format)", "key": "created_after", "value": "" }, { "description": "Filter runs created before this timestamp (RFC3339 format)", "key": "created_before", "value": "" }, { "description": "Filter runs updated after this timestamp (RFC3339 format)", "key": "updated_after", "value": "" }, { "description": "Filter runs by environment ID", "key": "environment_id", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\").\nAlias for skill_spec.\n", "key": "skill", "value": "" }, { "description": "Filter runs by skill spec (e.g., \"owner/repo:path/to/SKILL.md\")", "key": "skill_spec", "value": "" }, { "description": "Filter runs by the scheduled agent ID that created them", "key": "schedule_id", "value": "" }, { "description": "Filter runs by ancestor run ID. The referenced run must exist and be accessible to the caller.", "key": "ancestor_run_id", "value": "" }, { "description": "Filter runs by artifact type", "key": "artifact_type", "value": "SCREENSHOT" }, { "description": "Fuzzy search query across run title, prompt, and skill_spec", "key": "q", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-dc70a9ab-3e54-4856-996d-ac39a49ba034" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-f6a74a88-c3a0-46d1-93ca-e308a155e4c9" } ], "id": "d6d336c8-9c26-433c-9c37-2d32e51fa52b", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-d6d336c8-9c26-433c-9c37-2d32e51fa52b" }, { "name": "run", "item": [ { "name": "Run an agent task", "id": "374f5f5a-a3c1-41ed-b06d-fcc8bd312849", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/run", "host": [ "{{baseUrl}}" ], "path": [ "agent", "run" ] }, "description": "Spawn a cloud agent with a prompt and optional configuration.\nThe agent will be queued for execution and assigned a unique run ID.\n" }, "response": [ { "id": "43dd85f2-b5a3-47d8-853a-4126303c7b25", "name": "Run created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/run", "host": [ "{{baseUrl}}" ], "path": [ "agent", "run" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"run_id\": \"\",\n \"task_id\": \"\",\n \"state\": \"CANCELLED\",\n \"at_capacity\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-43dd85f2-b5a3-47d8-853a-4126303c7b25" }, { "id": "cb814171-5732-402e-b5b1-512221e51a2d", "name": "Invalid request (missing prompt, invalid config)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/run", "host": [ "{{baseUrl}}" ], "path": [ "agent", "run" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-cb814171-5732-402e-b5b1-512221e51a2d" }, { "id": "f9875cf4-4d6b-44f3-b9af-f300569b58d0", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/run", "host": [ "{{baseUrl}}" ], "path": [ "agent", "run" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-f9875cf4-4d6b-44f3-b9af-f300569b58d0" }, { "id": "b158d628-2dc7-45bd-9235-428b40298838", "name": "No permission to access referenced resources (environment, MCP servers)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"prompt\": \"\",\n \"mode\": \"normal\",\n \"skill\": \"\",\n \"config\": {\n \"name\": \"\",\n \"model_id\": \"\",\n \"base_prompt\": \"\",\n \"environment_id\": \"\",\n \"skill_spec\": \"\",\n \"skills\": [\n \"\",\n \"\"\n ],\n \"mcp_servers\": {\n \"elit_9\": {\n \"warp_id\": \"\",\n \"command\": \"\",\n \"args\": [\n \"\",\n \"\"\n ],\n \"url\": \"\",\n \"env\": {\n \"pariatur1\": \"\",\n \"cillum995\": \"\"\n },\n \"headers\": {\n \"nullad\": \"\"\n }\n }\n },\n \"computer_use_enabled\": \"\",\n \"idle_timeout_minutes\": \"\",\n \"worker_host\": \"\",\n \"harness\": {\n \"type\": \"claude\"\n },\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n },\n \"session_sharing\": {\n \"public_access\": \"VIEWER\"\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n }\n },\n \"title\": \"\",\n \"team\": \"\",\n \"agent_identity_uid\": \"\",\n \"conversation_id\": \"\",\n \"attachments\": [\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n },\n {\n \"file_name\": \"\",\n \"mime_type\": \"\",\n \"data\": \"\"\n }\n ],\n \"parent_run_id\": \"\",\n \"interactive\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/run", "host": [ "{{baseUrl}}" ], "path": [ "agent", "run" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-b158d628-2dc7-45bd-9235-428b40298838" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-374f5f5a-a3c1-41ed-b06d-fcc8bd312849" } ], "id": "da33a5cc-5fac-4adf-85d1-a80401fd2a9f", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-da33a5cc-5fac-4adf-85d1-a80401fd2a9f" }, { "name": "conversations", "item": [ { "name": "{conversation_id}", "item": [ { "name": "Get normalized conversation", "id": "b635a643-24f6-4007-80ff-9c68601c49fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "id": "16890d56-86ee-444a-9ff0-dec5a0db4b5f", "key": "conversation_id", "value": "", "description": "(Required) The unique identifier of the conversation" } ] }, "description": "Retrieve a conversation directly by conversation ID in Warp's\nnormalized task/message format.\n" }, "response": [ { "id": "049ccc48-5426-43e0-a76e-2389cff52e94", "name": "Normalized conversation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "key": "conversation_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"conversation_id\": \"\",\n \"steps\": [\n {\n \"id\": \"\",\n \"messages\": [\n {\n \"role\": \"assistant\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"role\": \"assistant\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"steps\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"\",\n \"summary\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\"\n },\n {\n \"id\": \"\",\n \"messages\": [\n {\n \"role\": \"assistant\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"role\": \"user\",\n \"content\": [\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n },\n {\n \"type\": \"text\",\n \"text\": \"\",\n \"message_id\": \"\"\n }\n ],\n \"message_ids\": [\n \"\",\n \"\"\n ],\n \"request_id\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"steps\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"description\": \"\",\n \"summary\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-049ccc48-5426-43e0-a76e-2389cff52e94" }, { "id": "235e11b2-0c52-486e-b950-9ba9af275083", "name": "Missing conversation ID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "key": "conversation_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-235e11b2-0c52-486e-b950-9ba9af275083" }, { "id": "0215c71c-e1c8-44b4-a88b-77a8c8971aa0", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "key": "conversation_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-0215c71c-e1c8-44b4-a88b-77a8c8971aa0" }, { "id": "63bfff51-e6e7-473a-a8a7-6504ffe7737e", "name": "No permission to access conversation", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "key": "conversation_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-63bfff51-e6e7-473a-a8a7-6504ffe7737e" }, { "id": "315bf057-17de-41c7-aaa3-f07dde1d7f78", "name": "Conversation not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "key": "conversation_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-315bf057-17de-41c7-aaa3-f07dde1d7f78" }, { "id": "1cec8b0c-ff91-46b3-ad09-ec0cfbf82928", "name": "Conversation format is not yet supported by the normalized endpoint\n(error_code: operation_not_supported)\n", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/conversations/:conversation_id", "host": [ "{{baseUrl}}" ], "path": [ "agent", "conversations", ":conversation_id" ], "variable": [ { "key": "conversation_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-1cec8b0c-ff91-46b3-ad09-ec0cfbf82928" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-b635a643-24f6-4007-80ff-9c68601c49fc" } ], "id": "cb4f60a3-dafa-49ea-b8c8-ce31952550c7", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-cb4f60a3-dafa-49ea-b8c8-ce31952550c7" } ], "id": "22b6cc64-029b-47fb-a0dd-f9a76a728df7", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-22b6cc64-029b-47fb-a0dd-f9a76a728df7" }, { "name": "environments", "item": [ { "name": "List environments", "id": "8986e981-b8ba-4321-9c50-2e97ba6a6a01", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/environments?sort_by=last_updated", "host": [ "{{baseUrl}}" ], "path": [ "agent", "environments" ], "query": [ { "description": "Sort order for the returned environments.\n- `name`: alphabetical by environment name\n- `last_updated`: most recently updated first (default)\n", "key": "sort_by", "value": "last_updated" } ] }, "description": "Retrieve cloud environments accessible to the authenticated principal.\nReturns environments the caller owns, has been granted guest access to,\nor has accessed via link sharing.\n" }, "response": [ { "id": "a4e8ba23-d381-4369-8073-dded47866ee6", "name": "List of accessible environments", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/environments?sort_by=last_updated", "host": [ "{{baseUrl}}" ], "path": [ "agent", "environments" ], "query": [ { "description": "Sort order for the returned environments.\n- `name`: alphabetical by environment name\n- `last_updated`: most recently updated first (default)\n", "key": "sort_by", "value": "last_updated" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"environments\": [\n {\n \"uid\": \"\",\n \"config\": {\n \"name\": \"\",\n \"description\": \"\",\n \"docker_image\": \"\",\n \"github_repos\": [\n {\n \"owner\": \"\",\n \"repo\": \"\"\n },\n {\n \"owner\": \"\",\n \"repo\": \"\"\n }\n ],\n \"setup_commands\": [\n \"\",\n \"\"\n ],\n \"providers\": {\n \"gcp\": {\n \"project_number\": \"\",\n \"workload_identity_federation_pool_id\": \"\",\n \"workload_identity_federation_provider_id\": \"\",\n \"service_account_email\": \"\"\n },\n \"aws\": {\n \"role_arn\": \"\"\n }\n }\n },\n \"last_updated\": \"\",\n \"setup_failed\": \"\",\n \"last_task_run_timestamp\": \"\",\n \"last_task_created\": {\n \"id\": \"\",\n \"title\": \"\",\n \"state\": \"SUCCEEDED\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"started_at\": \"\"\n },\n \"scope\": {\n \"type\": \"User\",\n \"uid\": \"\"\n },\n \"creator\": {\n \"type\": \"service_account\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"last_editor\": {\n \"type\": \"user\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n }\n },\n {\n \"uid\": \"\",\n \"config\": {\n \"name\": \"\",\n \"description\": \"\",\n \"docker_image\": \"\",\n \"github_repos\": [\n {\n \"owner\": \"\",\n \"repo\": \"\"\n },\n {\n \"owner\": \"\",\n \"repo\": \"\"\n }\n ],\n \"setup_commands\": [\n \"\",\n \"\"\n ],\n \"providers\": {\n \"gcp\": {\n \"project_number\": \"\",\n \"workload_identity_federation_pool_id\": \"\",\n \"workload_identity_federation_provider_id\": \"\",\n \"service_account_email\": \"\"\n },\n \"aws\": {\n \"role_arn\": \"\"\n }\n }\n },\n \"last_updated\": \"\",\n \"setup_failed\": \"\",\n \"last_task_run_timestamp\": \"\",\n \"last_task_created\": {\n \"id\": \"\",\n \"title\": \"\",\n \"state\": \"FAILED\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"started_at\": \"\"\n },\n \"scope\": {\n \"type\": \"User\",\n \"uid\": \"\"\n },\n \"creator\": {\n \"type\": \"service_account\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n },\n \"last_editor\": {\n \"type\": \"user\",\n \"uid\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"photo_url\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-a4e8ba23-d381-4369-8073-dded47866ee6" }, { "id": "d5c6199e-b207-4329-bcee-9a9f0472481a", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/environments?sort_by=last_updated", "host": [ "{{baseUrl}}" ], "path": [ "agent", "environments" ], "query": [ { "description": "Sort order for the returned environments.\n- `name`: alphabetical by environment name\n- `last_updated`: most recently updated first (default)\n", "key": "sort_by", "value": "last_updated" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-d5c6199e-b207-4329-bcee-9a9f0472481a" }, { "id": "f7042473-245e-4fbc-a528-b1f55795dd7a", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/environments?sort_by=last_updated", "host": [ "{{baseUrl}}" ], "path": [ "agent", "environments" ], "query": [ { "description": "Sort order for the returned environments.\n- `name`: alphabetical by environment name\n- `last_updated`: most recently updated first (default)\n", "key": "sort_by", "value": "last_updated" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-f7042473-245e-4fbc-a528-b1f55795dd7a" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-8986e981-b8ba-4321-9c50-2e97ba6a6a01" } ], "id": "877e63fd-6b97-4a95-a8cb-27e5dc9cd7e5", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-877e63fd-6b97-4a95-a8cb-27e5dc9cd7e5" }, { "name": "models", "item": [ { "name": "List available models", "id": "cc927794-dfcc-4427-bfce-eb33cb88a02e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/models", "host": [ "{{baseUrl}}" ], "path": [ "agent", "models" ] }, "description": "Retrieve the list of LLM models available to the authenticated user for\nagent runs. The response includes which model is the default, as well as\nper-model metadata such as provider, cost, and whether the model is\ncurrently disabled (and why).\n" }, "response": [ { "id": "7b02b60f-cdba-496c-bc9b-af9e95df0eab", "name": "List of available models", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/models", "host": [ "{{baseUrl}}" ], "path": [ "agent", "models" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default_model_id\": \"\",\n \"models\": [\n {\n \"id\": \"\",\n \"display_name\": \"\",\n \"provider\": \"OPENAI\",\n \"vision_supported\": \"\",\n \"description\": \"\",\n \"reasoning_level\": \"\",\n \"disable_reason\": \"REQUIRES_UPGRADE\"\n },\n {\n \"id\": \"\",\n \"display_name\": \"\",\n \"provider\": \"UNKNOWN\",\n \"vision_supported\": \"\",\n \"description\": \"\",\n \"reasoning_level\": \"\",\n \"disable_reason\": \"ADMIN_DISABLED\"\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7b02b60f-cdba-496c-bc9b-af9e95df0eab" }, { "id": "3f9ec390-43f9-4893-a091-481107712695", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/models", "host": [ "{{baseUrl}}" ], "path": [ "agent", "models" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-3f9ec390-43f9-4893-a091-481107712695" }, { "id": "81702ceb-401b-412b-bd0b-11c3bf7de56e", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/models", "host": [ "{{baseUrl}}" ], "path": [ "agent", "models" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-81702ceb-401b-412b-bd0b-11c3bf7de56e" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-cc927794-dfcc-4427-bfce-eb33cb88a02e" } ], "id": "a8a51f2e-ff35-4fb8-8056-97afeec02b11", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-a8a51f2e-ff35-4fb8-8056-97afeec02b11" }, { "name": "artifacts", "item": [ { "name": "{artifactUid}", "item": [ { "name": "Get artifact details", "id": "183d60e6-91f2-4390-a239-06258eff6853", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/artifacts/:artifactUid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "artifacts", ":artifactUid" ], "variable": [ { "id": "f9fc44d7-b840-4757-8faf-1b3e1645075c", "key": "artifactUid", "value": "", "description": "(Required) The unique identifier (UUID) of the artifact" } ] }, "description": "Retrieve an artifact by its UUID. For downloadable file-like artifacts,\nreturns a time-limited signed download URL. For plan artifacts, returns\nthe current plan content inline.\n" }, "response": [ { "id": "0b4a8c19-4c52-4869-bb9b-47370b64da3c", "name": "Artifact details with download information", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/artifacts/:artifactUid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "artifacts", ":artifactUid" ], "variable": [ { "key": "artifactUid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"artifact_uid\": \"\",\n \"artifact_type\": \"PLAN\",\n \"created_at\": \"\",\n \"data\": {\n \"document_uid\": \"\",\n \"notebook_uid\": \"\",\n \"content\": \"\",\n \"content_type\": \"\",\n \"url\": \"\",\n \"title\": \"\"\n }\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-0b4a8c19-4c52-4869-bb9b-47370b64da3c" }, { "id": "88cccb35-40de-4a19-898b-529d104fc648", "name": "Missing artifact UID", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/artifacts/:artifactUid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "artifacts", ":artifactUid" ], "variable": [ { "key": "artifactUid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-88cccb35-40de-4a19-898b-529d104fc648" }, { "id": "66417350-3f81-4fcc-b75b-7813858479d5", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/artifacts/:artifactUid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "artifacts", ":artifactUid" ], "variable": [ { "key": "artifactUid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-66417350-3f81-4fcc-b75b-7813858479d5" }, { "id": "30095d0a-b17e-4cf0-82d0-c7d779e3d5b7", "name": "No permission to access artifact", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/artifacts/:artifactUid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "artifacts", ":artifactUid" ], "variable": [ { "key": "artifactUid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-30095d0a-b17e-4cf0-82d0-c7d779e3d5b7" }, { "id": "e04a6e1e-8e34-44b9-87b0-b52ac0c7eec6", "name": "Artifact not found or unsupported artifact type", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/artifacts/:artifactUid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "artifacts", ":artifactUid" ], "variable": [ { "key": "artifactUid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-e04a6e1e-8e34-44b9-87b0-b52ac0c7eec6" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-183d60e6-91f2-4390-a239-06258eff6853" } ], "id": "dd7c7526-d8e0-455b-8283-9c3e199a1670", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-dd7c7526-d8e0-455b-8283-9c3e199a1670" } ], "id": "cbc1104d-e81d-44db-8de0-8506d20978d4", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-cbc1104d-e81d-44db-8de0-8506d20978d4" }, { "name": "identities", "item": [ { "name": "{uid}", "item": [ { "name": "Retrieve an agent", "id": "19d49934-b1c6-43ac-9b44-5bafc119df28", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "id": "d31b90cf-8734-4800-9822-2938de03ee26", "key": "uid", "value": "", "description": "(Required) The unique identifier of the agent" } ] }, "description": "Retrieve a single agent by its unique identifier.\nThe response includes an `available` flag indicating whether the agent\nis within the team's plan limit and may be used for runs.\n" }, "response": [ { "id": "ab012ee8-9d7f-4167-826a-8d8e2211695c", "name": "Agent details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"uid\": \"\",\n \"name\": \"\",\n \"available\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-ab012ee8-9d7f-4167-826a-8d8e2211695c" }, { "id": "474ae812-a9ce-4e8d-bd48-0878d52066ab", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-474ae812-a9ce-4e8d-bd48-0878d52066ab" }, { "id": "455353b9-28fa-4d30-90d3-1ab494693467", "name": "Agent not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-455353b9-28fa-4d30-90d3-1ab494693467" }, { "id": "7bd27d72-8cad-400f-9aa1-a6e839d85a2b", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7bd27d72-8cad-400f-9aa1-a6e839d85a2b" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-19d49934-b1c6-43ac-9b44-5bafc119df28" }, { "name": "Update an agent", "id": "c2707b5d-8edc-4271-a359-bc7871443fb7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "id": "92bab803-b672-4fe8-947a-84ba718f4507", "key": "uid", "value": "", "description": "(Required) The unique identifier of the agent" } ] }, "description": "Update an existing agent.\n" }, "response": [ { "id": "63718602-308b-4f98-bb7e-315efeec91e5", "name": "Agent updated successfully", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"uid\": \"\",\n \"name\": \"\",\n \"available\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-63718602-308b-4f98-bb7e-315efeec91e5" }, { "id": "c66f3640-e051-4fcc-bc75-f3fc44788b80", "name": "Missing or invalid request body", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-c66f3640-e051-4fcc-bc75-f3fc44788b80" }, { "id": "0f9dc7a1-1cfb-4481-9852-8aacf2692dc9", "name": "Authentication required", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-0f9dc7a1-1cfb-4481-9852-8aacf2692dc9" }, { "id": "b24a410b-178a-464e-b505-3c5b419bd6fc", "name": "Only human users can manage agents, or plan limit exceeded", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-b24a410b-178a-464e-b505-3c5b419bd6fc" }, { "id": "d16222d9-f0f9-4a73-9947-01f482db6dd5", "name": "Agent not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-d16222d9-f0f9-4a73-9947-01f482db6dd5" }, { "id": "f77c77d9-5943-4a15-8d59-3e15de2ad1f8", "name": "Internal server error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n }\n ],\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-f77c77d9-5943-4a15-8d59-3e15de2ad1f8" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-c2707b5d-8edc-4271-a359-bc7871443fb7" }, { "name": "Delete an agent", "id": "6586673b-e161-4e6c-af4a-43ee78e680f4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "id": "bd42a574-96af-4df8-be00-6a6a6c713a88", "key": "uid", "value": "", "description": "(Required) The unique identifier of the agent" } ] }, "description": "Delete an agent. All API keys associated with the\nagent are deleted atomically.\n" }, "response": [ { "id": "ecddc9bc-4acb-49d1-ac62-0e263a05d7d9", "name": "Agent deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-ecddc9bc-4acb-49d1-ac62-0e263a05d7d9" }, { "id": "72deecec-5870-44f7-bb2c-c265b793b7ef", "name": "Cannot delete the default agent", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-72deecec-5870-44f7-bb2c-c265b793b7ef" }, { "id": "e6b39cf3-05d4-4431-9253-a13646d7d451", "name": "Authentication required", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-e6b39cf3-05d4-4431-9253-a13646d7d451" }, { "id": "7944dd6f-af46-4dc4-a059-db4a3450d0ac", "name": "Only human users can manage agents", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7944dd6f-af46-4dc4-a059-db4a3450d0ac" }, { "id": "c08ffc3e-475c-4ed1-b72f-15eac5a3e2c3", "name": "Agent not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-c08ffc3e-475c-4ed1-b72f-15eac5a3e2c3" }, { "id": "b5be8a88-0b91-4edd-a46a-c338e974db54", "name": "Internal server error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities/:uid", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities", ":uid" ], "variable": [ { "key": "uid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-b5be8a88-0b91-4edd-a46a-c338e974db54" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-6586673b-e161-4e6c-af4a-43ee78e680f4" } ], "id": "a79095f9-07fd-4d70-8f23-8373945cf77e", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-a79095f9-07fd-4d70-8f23-8373945cf77e" }, { "name": "Create an agent", "id": "8debfdd5-59ed-454c-87a7-ca3c25ab7001", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] }, "description": "Create a new agent for the caller's team.\nAgents can be used as the execution principal for team-owned runs.\n" }, "response": [ { "id": "49eea257-8ce6-4012-8fac-9da6c843a71f", "name": "Agent created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"uid\": \"\",\n \"name\": \"\",\n \"available\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-49eea257-8ce6-4012-8fac-9da6c843a71f" }, { "id": "81540d6d-f85b-4b3b-b2db-3fb45db28a30", "name": "Invalid request (empty name, user on multiple teams, or on no team)", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-81540d6d-f85b-4b3b-b2db-3fb45db28a30" }, { "id": "7bd6f05e-57b1-4567-8805-56f79ff0c987", "name": "Authentication required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-7bd6f05e-57b1-4567-8805-56f79ff0c987" }, { "id": "cef2d8cd-ce84-4714-94ea-03af94586706", "name": "Only human users can manage agents, or plan limit exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-cef2d8cd-ce84-4714-94ea-03af94586706" }, { "id": "e844ba58-c910-4686-972d-e62320fcf1f0", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_write\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-e844ba58-c910-4686-972d-e62320fcf1f0" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-8debfdd5-59ed-454c-87a7-ca3c25ab7001" }, { "name": "List agents", "id": "38555e9f-9fe3-4066-96f8-e3983e7b1b43", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] }, "description": "List all agents for the caller's team. Each agent includes\nan `available` flag indicating whether it is within the team's plan limit\nand may be used for runs.\n" }, "response": [ { "id": "d73babd5-645d-4fba-82c8-06e069c68631", "name": "List of agents", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"agents\": [\n {\n \"uid\": \"\",\n \"name\": \"\",\n \"available\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n },\n {\n \"uid\": \"\",\n \"name\": \"\",\n \"available\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"secrets\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"skills\": [\n \"\",\n \"\"\n ],\n \"memory_stores\": [\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n },\n {\n \"uid\": \"\",\n \"access\": \"read_only\",\n \"instructions\": \"\"\n }\n ],\n \"description\": \"\",\n \"prompt\": \"\",\n \"environment_id\": \"\",\n \"base_model\": \"\",\n \"inference_providers\": {\n \"aws\": {\n \"disabled\": \"\",\n \"role_arn\": \"\",\n \"region\": \"\"\n }\n },\n \"base_harness\": \"\",\n \"harness_auth_secrets\": {\n \"claude_auth_secret_name\": \"\",\n \"codex_auth_secret_name\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-d73babd5-645d-4fba-82c8-06e069c68631" }, { "id": "01bc3216-7601-493f-afd7-34a206f32f81", "name": "User on multiple teams, or on no team", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-01bc3216-7601-493f-afd7-34a206f32f81" }, { "id": "be78ed06-4eee-4eec-8488-4b1bee28e76d", "name": "Authentication required", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-be78ed06-4eee-4eec-8488-4b1bee28e76d" }, { "id": "6064505b-b0dc-482e-8861-90c4c8cff8dc", "name": "Only human users can list agents", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-6064505b-b0dc-482e-8861-90c4c8cff8dc" }, { "id": "433d17c4-50fd-4b0a-9e63-56f8c59e4030", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent/identities", "host": [ "{{baseUrl}}" ], "path": [ "agent", "identities" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-433d17c4-50fd-4b0a-9e63-56f8c59e4030" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-38555e9f-9fe3-4066-96f8-e3983e7b1b43" } ], "id": "b59f6adc-8eae-4753-a2b2-79ddd6923507", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-b59f6adc-8eae-4753-a2b2-79ddd6923507" }, { "name": "List available agents", "id": "6397b725-21f8-4203-a70f-04ffa022bcd9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/agent?repo=&refresh=false&sort_by=name&include_malformed_skills=false", "host": [ "{{baseUrl}}" ], "path": [ "agent" ], "query": [ { "description": "Optional repository specification to list agents from (format: \"owner/repo\").\nIf not provided, lists agents from all accessible environments.\n", "key": "repo", "value": "" }, { "description": "When true, clears the agent list cache before fetching.\nUse this to force a refresh of the available agents.\n", "key": "refresh", "value": "false" }, { "description": "Sort order for the returned agents.\n- \"name\": Sort alphabetically by name (default)\n- \"last_run\": Sort by most recently used\n", "key": "sort_by", "value": "name" }, { "description": "When true, includes skills whose SKILL.md file exists but is\nmalformed. These variants will have a non-empty `error` field\ndescribing the parse failure. Defaults to false.\n", "key": "include_malformed_skills", "value": "false" } ] }, "description": "Retrieve a list of available agents (skills) that can be used to run tasks.\nAgents are discovered from environments or a specific repository.\n" }, "response": [ { "id": "dab36037-381b-495e-9487-5831e5bab9d4", "name": "List of available agents", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent?repo=&refresh=false&sort_by=name&include_malformed_skills=false", "host": [ "{{baseUrl}}" ], "path": [ "agent" ], "query": [ { "description": "Optional repository specification to list agents from (format: \"owner/repo\").\nIf not provided, lists agents from all accessible environments.\n", "key": "repo", "value": "" }, { "description": "When true, clears the agent list cache before fetching.\nUse this to force a refresh of the available agents.\n", "key": "refresh", "value": "false" }, { "description": "Sort order for the returned agents.\n- \"name\": Sort alphabetically by name (default)\n- \"last_run\": Sort by most recently used\n", "key": "sort_by", "value": "name" }, { "description": "When true, includes skills whose SKILL.md file exists but is\nmalformed. These variants will have a non-empty `error` field\ndescribing the parse failure. Defaults to false.\n", "key": "include_malformed_skills", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"agents\": [\n {\n \"name\": \"\",\n \"variants\": [\n {\n \"id\": \"\",\n \"description\": \"\",\n \"base_prompt\": \"\",\n \"source\": {\n \"owner\": \"\",\n \"name\": \"\",\n \"skill_path\": \"\",\n \"worker_host\": \"\"\n },\n \"environments\": [\n {\n \"uid\": \"\",\n \"name\": \"\"\n },\n {\n \"uid\": \"\",\n \"name\": \"\"\n }\n ],\n \"last_run_timestamp\": \"\",\n \"error\": \"\"\n },\n {\n \"id\": \"\",\n \"description\": \"\",\n \"base_prompt\": \"\",\n \"source\": {\n \"owner\": \"\",\n \"name\": \"\",\n \"skill_path\": \"\",\n \"worker_host\": \"\"\n },\n \"environments\": [\n {\n \"uid\": \"\",\n \"name\": \"\"\n },\n {\n \"uid\": \"\",\n \"name\": \"\"\n }\n ],\n \"last_run_timestamp\": \"\",\n \"error\": \"\"\n }\n ]\n },\n {\n \"name\": \"\",\n \"variants\": [\n {\n \"id\": \"\",\n \"description\": \"\",\n \"base_prompt\": \"\",\n \"source\": {\n \"owner\": \"\",\n \"name\": \"\",\n \"skill_path\": \"\",\n \"worker_host\": \"\"\n },\n \"environments\": [\n {\n \"uid\": \"\",\n \"name\": \"\"\n },\n {\n \"uid\": \"\",\n \"name\": \"\"\n }\n ],\n \"last_run_timestamp\": \"\",\n \"error\": \"\"\n },\n {\n \"id\": \"\",\n \"description\": \"\",\n \"base_prompt\": \"\",\n \"source\": {\n \"owner\": \"\",\n \"name\": \"\",\n \"skill_path\": \"\",\n \"worker_host\": \"\"\n },\n \"environments\": [\n {\n \"uid\": \"\",\n \"name\": \"\"\n },\n {\n \"uid\": \"\",\n \"name\": \"\"\n }\n ],\n \"last_run_timestamp\": \"\",\n \"error\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-dab36037-381b-495e-9487-5831e5bab9d4" }, { "id": "8b991db1-1c82-4bd8-9d9f-ba162b7f8324", "name": "Invalid repository specification", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/agent?repo=&refresh=false&sort_by=name&include_malformed_skills=false", "host": [ "{{baseUrl}}" ], "path": [ "agent" ], "query": [ { "description": "Optional repository specification to list agents from (format: \"owner/repo\").\nIf not provided, lists agents from all accessible environments.\n", "key": "repo", "value": "" }, { "description": "When true, clears the agent list cache before fetching.\nUse this to force a refresh of the available agents.\n", "key": "refresh", "value": "false" }, { "description": "Sort order for the returned agents.\n- \"name\": Sort alphabetically by name (default)\n- \"last_run\": Sort by most recently used\n", "key": "sort_by", "value": "name" }, { "description": "When true, includes skills whose SKILL.md file exists but is\nmalformed. These variants will have a non-empty `error` field\ndescribing the parse failure. Defaults to false.\n", "key": "include_malformed_skills", "value": "false" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"title\": \"\",\n \"status\": \"\",\n \"error\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"retryable\": \"\",\n \"trace_id\": \"\"\n}", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-8b991db1-1c82-4bd8-9d9f-ba162b7f8324" } ], "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-6397b725-21f8-4203-a70f-04ffa022bcd9" } ], "id": "1367a732-34ba-46bf-bfd6-351705555472", "createdAt": "2026-07-28T03:28:55.000Z", "updatedAt": "2026-07-28T03:28:55.000Z", "uid": "35240-1367a732-34ba-46bf-bfd6-351705555472" } ], "variable": [ { "key": "baseUrl", "value": "https://app.warp.dev/api/v1" } ] }