{ "info": { "_postman_id": "cc0d58d7-43a0-4eab-95a9-a795c2e7eb19", "name": "Amigo Account Agent Definitions API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T00:59:43.000Z", "updatedAt": "2026-07-28T00:59:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-cc0d58d7-43a0-4eab-95a9-a795c2e7eb19" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "agent-definitions", "item": [ { "name": "validate", "item": [ { "name": "Validate Agent Definition", "id": "8f1cf6b0-c4ad-4b75-a185-0f393e8abde1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"v7tup\",\n \"body\": {\n \"do99\": \"do dolore\",\n \"mollitaa\": \"magna dolor ea dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", "validate" ], "variable": [ { "id": "ac32e3ea-8acb-4250-b26d-b9ac7c176274", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Dry-run clamp validation \u2014 nothing is stored. 422 with the offending\npaths on failure (the same shape push returns)." }, "response": [ { "id": "efb1da3e-63e6-462e-9bb8-4e2184cd3485", "name": "Successful Response", "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\": \"v7tup\",\n \"body\": {\n \"do99\": \"do dolore\",\n \"mollitaa\": \"magna dolor ea dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", "validate" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"valid\": \"\",\n \"framework\": \"claude-agent-sdk\",\n \"has_write_tools\": \"\",\n \"agent_count\": \"\"\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-efb1da3e-63e6-462e-9bb8-4e2184cd3485" }, { "id": "42073dcd-46b8-4b0f-9562-5b552b4e8f6a", "name": "Validation 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\": \"v7tup\",\n \"body\": {\n \"do99\": \"do dolore\",\n \"mollitaa\": \"magna dolor ea dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/validate", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", "validate" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-42073dcd-46b8-4b0f-9562-5b552b4e8f6a" } ], "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-8f1cf6b0-c4ad-4b75-a185-0f393e8abde1" } ], "id": "cb8d0168-62b8-450f-afbf-cdcf1fb21ac5", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-cb8d0168-62b8-450f-afbf-cdcf1fb21ac5" }, { "name": "{definition_id}", "item": [ { "name": "versions", "item": [ { "name": "{version}", "item": [ { "name": "Get Agent Definition Version", "id": "f2fe0bb1-2cca-4153-8525-c7e85893f94e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/:definition_id/versions/:version", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id", "versions", ":version" ], "variable": [ { "id": "da96c412-4917-4563-8253-57c9412fe16d", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "5791d14f-1be1-4fe6-8b12-5fdd4e60b2c4", "key": "definition_id", "value": "", "description": "(Required) " }, { "id": "0de60629-8745-46f0-bb21-2844bcba4ebb", "key": "version", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d4eb8d41-d564-40ea-99b7-5f908510d3bf", "name": "Successful Response", "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}}/v1/:workspace_id/agent-definitions/:definition_id/versions/:version", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id", "versions", ":version" ], "variable": [ { "key": "workspace_id" }, { "key": "definition_id" }, { "key": "version" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"version\": \"\",\n \"body_sha256\": \"\",\n \"validator_rev\": \"\",\n \"has_write_tools\": \"\",\n \"agent_count\": \"\",\n \"definition_id\": \"\",\n \"framework\": \"openai-agents\",\n \"body\": {\n \"Lorem3b9\": false,\n \"ullamco9\": -61808627.35335628,\n \"consequat_f__\": true\n }\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-d4eb8d41-d564-40ea-99b7-5f908510d3bf" }, { "id": "13d1f038-625d-490b-879b-f7263d027ec1", "name": "Validation 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}}/v1/:workspace_id/agent-definitions/:definition_id/versions/:version", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id", "versions", ":version" ], "variable": [ { "key": "workspace_id" }, { "key": "definition_id" }, { "key": "version" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-13d1f038-625d-490b-879b-f7263d027ec1" } ], "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-f2fe0bb1-2cca-4153-8525-c7e85893f94e" } ], "id": "7b7eb547-d01f-4edd-9ee3-eaa6370694aa", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-7b7eb547-d01f-4edd-9ee3-eaa6370694aa" } ], "id": "1804e77e-1da5-43f0-8f0a-33ff3eea1bac", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-1804e77e-1da5-43f0-8f0a-33ff3eea1bac" }, { "name": "Get Agent Definition", "id": "5f74c2f8-cf44-4efa-8bbd-67e2f4307907", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/:definition_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id" ], "variable": [ { "id": "820a3b70-3ea1-46db-b2f6-f48d513c7c2c", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "214cd83f-bcb4-46c0-8c35-10cbbc0733e9", "key": "definition_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "6ba1053e-4c32-456d-8b2f-860761a0fdbc", "name": "Successful Response", "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}}/v1/:workspace_id/agent-definitions/:definition_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id" ], "variable": [ { "key": "workspace_id" }, { "key": "definition_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"definition_id\": \"\",\n \"name\": \"\",\n \"framework\": \"claude-agent-sdk\",\n \"status\": \"archived\",\n \"versions\": [\n {\n \"version\": \"\",\n \"body_sha256\": \"\",\n \"validator_rev\": \"\",\n \"has_write_tools\": \"\",\n \"agent_count\": \"\"\n },\n {\n \"version\": \"\",\n \"body_sha256\": \"\",\n \"validator_rev\": \"\",\n \"has_write_tools\": \"\",\n \"agent_count\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-6ba1053e-4c32-456d-8b2f-860761a0fdbc" }, { "id": "da41add2-50fb-4a23-b20e-2cbf5c86b438", "name": "Validation 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}}/v1/:workspace_id/agent-definitions/:definition_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id" ], "variable": [ { "key": "workspace_id" }, { "key": "definition_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-da41add2-50fb-4a23-b20e-2cbf5c86b438" } ], "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-5f74c2f8-cf44-4efa-8bbd-67e2f4307907" }, { "name": "Archive Agent Definition", "id": "ec4cca9a-1bc3-42b1-b7b4-deab84e7405d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/:definition_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id" ], "variable": [ { "id": "152e6bc5-f2e9-45b6-9497-56ea8cbee7b2", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "1821f1bc-fc1d-4b48-ae0d-3aa380f1f166", "key": "definition_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "b4d37b46-a700-4560-b421-53c3408a5649", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions/:definition_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id" ], "variable": [ { "key": "workspace_id" }, { "key": "definition_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-b4d37b46-a700-4560-b421-53c3408a5649" }, { "id": "2ee7f9a4-1a8e-40a4-b53b-5023e0a7ada5", "name": "Validation 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}}/v1/:workspace_id/agent-definitions/:definition_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions", ":definition_id" ], "variable": [ { "key": "workspace_id" }, { "key": "definition_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-2ee7f9a4-1a8e-40a4-b53b-5023e0a7ada5" } ], "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-ec4cca9a-1bc3-42b1-b7b4-deab84e7405d" } ], "id": "46e72f50-d03e-42ef-8026-5f1a71f5261c", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-46e72f50-d03e-42ef-8026-5f1a71f5261c" }, { "name": "Register Agent Definition", "id": "079402c6-6133-4845-9811-880afd03c050", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"v7tup\",\n \"body\": {\n \"do99\": \"do dolore\",\n \"mollitaa\": \"magna dolor ea dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions" ], "variable": [ { "id": "bee2c9d6-4a08-44ea-9e19-a91a75f19f76", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4f5952a4-9601-4c43-9933-61fba67ce308", "name": "Successful Response", "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\": \"v7tup\",\n \"body\": {\n \"do99\": \"do dolore\",\n \"mollitaa\": \"magna dolor ea dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"definition_id\": \"\",\n \"version\": \"\",\n \"created\": \"\",\n \"framework\": \"claude-agent-sdk\",\n \"has_write_tools\": \"\",\n \"agent_count\": \"\",\n \"body_sha256\": \"\"\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-4f5952a4-9601-4c43-9933-61fba67ce308" }, { "id": "96ab20f0-1678-4806-a369-171652439528", "name": "Validation 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\": \"v7tup\",\n \"body\": {\n \"do99\": \"do dolore\",\n \"mollitaa\": \"magna dolor ea dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-96ab20f0-1678-4806-a369-171652439528" } ], "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-079402c6-6133-4845-9811-880afd03c050" }, { "name": "List Agent Definitions", "id": "da788be7-c102-4de7-a6a4-409aeccbd60d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/agent-definitions?framework=openai-agents&include_archived=false&limit=50&title=Continuation Token", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions" ], "query": [ { "key": "framework", "value": "openai-agents" }, { "key": "include_archived", "value": "false" }, { "key": "limit", "value": "50" }, { "key": "title", "value": "Continuation Token" } ], "variable": [ { "id": "969da1cd-95c7-40de-ae2a-4ccccef53310", "key": "workspace_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "7bfa4c59-e055-490a-afae-b26cca03ccb8", "name": "Successful Response", "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}}/v1/:workspace_id/agent-definitions?framework=openai-agents&include_archived=false&limit=50&title=Continuation Token", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions" ], "query": [ { "key": "framework", "value": "openai-agents" }, { "key": "include_archived", "value": "false" }, { "key": "limit", "value": "50" }, { "key": "title", "value": "Continuation Token" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"definition_id\": \"\",\n \"name\": \"\",\n \"framework\": \"openai-agents\",\n \"status\": \"active\"\n },\n {\n \"definition_id\": \"\",\n \"name\": \"\",\n \"framework\": \"claude-agent-sdk\",\n \"status\": \"active\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": {\n \"title\": \"Continuation Token\"\n }\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-7bfa4c59-e055-490a-afae-b26cca03ccb8" }, { "id": "d173dba2-2b5a-4559-a128-5c043b112d5a", "name": "Validation 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}}/v1/:workspace_id/agent-definitions?framework=openai-agents&include_archived=false&limit=50&title=Continuation Token", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "agent-definitions" ], "query": [ { "key": "framework", "value": "openai-agents" }, { "key": "include_archived", "value": "false" }, { "key": "limit", "value": "50" }, { "key": "title", "value": "Continuation Token" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-d173dba2-2b5a-4559-a128-5c043b112d5a" } ], "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-da788be7-c102-4de7-a6a4-409aeccbd60d" } ], "id": "efec8a7e-93fc-4a5b-84b5-e81bf89fcd0e", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-efec8a7e-93fc-4a5b-84b5-e81bf89fcd0e" } ], "id": "0df63f62-132c-4219-aea9-1f321862cd92", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-0df63f62-132c-4219-aea9-1f321862cd92" } ], "id": "b66c9c40-464b-471b-8daf-2e0c7b1806eb", "createdAt": "2026-07-28T00:59:44.000Z", "updatedAt": "2026-07-28T00:59:44.000Z", "uid": "35240-b66c9c40-464b-471b-8daf-2e0c7b1806eb" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }