{ "info": { "_postman_id": "34d84e91-4d8c-46c9-ac1f-b5468da5ce6a", "name": "Amigo Account Service API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:01:51.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-34d84e91-4d8c-46c9-ac1f-b5468da5ce6a" }, "item": [ { "name": "v1", "item": [ { "name": "{organization}", "item": [ { "name": "service", "item": [ { "name": "{service_id}", "item": [ { "name": "version_sets", "item": [ { "name": "{version_set_name}", "item": [ { "name": "Upsert a service version set", "id": "415b0e36-a6b2-4e67-b493-42d6f521fd8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "id": "1dae0d42-2a86-46d4-a1f3-6f9a34101fc4", "key": "organization", "value": "", "description": "(Required) " }, { "id": "161a100d-8b69-4dd7-8f07-84cffff83519", "key": "service_id", "value": "7a25840c594ab136c2ae9d66", "description": "(Required) Identifier of the service." }, { "id": "b33eae07-6a5c-4c89-8959-48ec640201e2", "key": "version_set_name", "value": "4i50MPOUlC", "description": "(Required) Name of the version set to upsert." } ] }, "description": "Upsert a version set for the specified service. Replace the existing version set with the same name if any, or create a new one.\n\nNote that the `edge` version set cannot be updated.\n\n#### Permissions\nThis endpoint may require the following permissions:\n* `Service:CreateVersionSet` if the version set does not exist.\n* `Service:UpdateVersionSet` if the version set already exists." }, "response": [ { "id": "9475e92e-79d4-4a94-9b59-56c5410fc7c3", "name": "Succeeded.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-9475e92e-79d4-4a94-9b59-56c5410fc7c3" }, { "id": "b6c167c4-1192-415b-8767-7d3a67b48141", "name": "The agent or service hierarchical state machine version in the request do not belong to the agent or state machine of the service, or attempted to update the `edge` version set, or the supplied LLM config is invalid.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-b6c167c4-1192-415b-8767-7d3a67b48141" }, { "id": "bdc7ee29-96f6-46c9-9f02-388a6f3358c5", "name": "Invalid authorization credentials.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-bdc7ee29-96f6-46c9-9f02-388a6f3358c5" }, { "id": "ba99de71-cca1-499c-b7ec-4917dd223cf1", "name": "Missing required permissions.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-ba99de71-cca1-499c-b7ec-4917dd223cf1" }, { "id": "d82ba9dc-a8ea-44be-b784-85dd2267df9d", "name": "The specified organization or service do not exist.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-d82ba9dc-a8ea-44be-b784-85dd2267df9d" }, { "id": "0cad0738-ba87-4c0b-8fd3-886c028b2c1f", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-0cad0738-ba87-4c0b-8fd3-886c028b2c1f" }, { "id": "15735330-dad0-4be8-8a78-bf2bf244ff80", "name": "The user has exceeded the rate limit of 30 requests per minute for this endpoint.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-15735330-dad0-4be8-8a78-bf2bf244ff80" }, { "id": "bbc1ff5e-beb2-44c2-85f9-3ba01c0536cc", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "PUT", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"sintcdb\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-bbc1ff5e-beb2-44c2-85f9-3ba01c0536cc" } ], "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-415b0e36-a6b2-4e67-b493-42d6f521fd8a" }, { "name": "Delete a service version set", "id": "070266ee-b10b-4926-a682-3eb62de39c53", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "id": "3d09b315-b954-4102-bb6f-45f96c289a89", "key": "organization", "value": "", "description": "(Required) " }, { "id": "316f02d6-6f34-4f61-a78f-2501be0ed29c", "key": "service_id", "value": "7a25840c594ab136c2ae9d66", "description": "(Required) Identifier of the service." }, { "id": "4e9cc636-fadb-4768-b251-815b8604ed34", "key": "version_set_name", "value": "", "description": "(Required) Name of the version set." } ] }, "description": "Delete the given verion set from the given service.\n\nThis endpoint will error if the version set is used in any simulation unit tests.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `Service:DeleteVersionSet` for the version set." }, "response": [ { "id": "d5c1ca40-5e28-46f1-b5b5-79875536996a", "name": "Succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-d5c1ca40-5e28-46f1-b5b5-79875536996a" }, { "id": "c103a22d-4e8e-44b4-bbe6-4e64c354ecb8", "name": "The specified version set is used in a simulation unit test, or is the `edge` or `release` version set.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-c103a22d-4e8e-44b4-bbe6-4e64c354ecb8" }, { "id": "21cb0fe1-630e-43ad-a11f-bbcad27a096b", "name": "Invalid authorization credentials.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-21cb0fe1-630e-43ad-a11f-bbcad27a096b" }, { "id": "8124b061-7234-4a6f-a987-812dc083d1b8", "name": "Missing required permissions.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-8124b061-7234-4a6f-a987-812dc083d1b8" }, { "id": "6fb2bc76-16a5-45ac-b8bc-482c396e4fd3", "name": "The specified organization, service, or version set do not exist.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-6fb2bc76-16a5-45ac-b8bc-482c396e4fd3" }, { "id": "a63194b3-293b-46f2-8a74-6cefe319e014", "name": "Invalid request path parameter failed validation.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-a63194b3-293b-46f2-8a74-6cefe319e014" }, { "id": "db4506bd-1373-4fc8-8d96-d6089d365489", "name": "The user has exceeded the rate limit of 30 requests per minute for this endpoint.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-db4506bd-1373-4fc8-8d96-d6089d365489" }, { "id": "8e69c6c8-7181-42ab-99d5-62906ecb1350", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/version_sets/:version_set_name/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "version_sets", ":version_set_name", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" }, { "key": "version_set_name" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-8e69c6c8-7181-42ab-99d5-62906ecb1350" } ], "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-070266ee-b10b-4926-a682-3eb62de39c53" } ], "id": "f8448728-1e18-4160-9a93-7b056ca4e6cb", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-f8448728-1e18-4160-9a93-7b056ca4e6cb" } ], "id": "b09fc785-3708-4ce0-9843-3f311d254763", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-b09fc785-3708-4ce0-9843-3f311d254763" }, { "name": "Update a service", "id": "c4169b46-1c73-45cb-aef2-33905a12c018", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "id": "c2fde3b4-5ed6-4b11-8972-f26bf795d792", "key": "organization", "value": "", "description": "(Required) " }, { "id": "6fb7c3b6-da00-4000-ad2c-a696a623ff0a", "key": "service_id", "value": "d76300d5622cb29e31a46dd2", "description": "(Required) The identifier of the service to update." } ] }, "description": "Update fields about a service.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `Service:UpdateService` for the service." }, "response": [ { "id": "5f6f9b35-a846-4116-a94e-fdf1135cb2f2", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-5f6f9b35-a846-4116-a94e-fdf1135cb2f2" }, { "id": "c036336c-b1d7-445c-9c69-2d42e769cfad", "name": "\nThis may occur for the following reasons:\n* The request intends to activate a service that uses a deprecated agent, state machine, or LLM, or it uses an invalid agent or state machine.\n* The request intends to deactivate a service that is used in a simul", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-c036336c-b1d7-445c-9c69-2d42e769cfad" }, { "id": "06367daf-8e64-4438-a958-2c5e33429941", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-06367daf-8e64-4438-a958-2c5e33429941" }, { "id": "49b922c3-a148-41e0-81b8-0615bc6c8b38", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-49b922c3-a148-41e0-81b8-0615bc6c8b38" }, { "id": "743e9ebd-2c1f-4f78-ad9f-50f7c8c651c4", "name": "The specified organization or service do not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-743e9ebd-2c1f-4f78-ad9f-50f7c8c651c4" }, { "id": "49f6f19b-2407-4563-a409-8ea8e87878ef", "name": "The request intends to activate a service that has an active service with the same name.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-49f6f19b-2407-4563-a409-8ea8e87878ef" }, { "id": "1a9c19fc-1889-4d1a-9ee5-e3042aefe6b0", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-1a9c19fc-1889-4d1a-9ee5-e3042aefe6b0" }, { "id": "53d6a4e6-b972-4607-bd5f-e1a50f80b4df", "name": "The user has exceeded the rate limit of 20 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-53d6a4e6-b972-4607-bd5f-e1a50f80b4df" }, { "id": "2f2f5546-9981-4627-8607-e316ebfda955", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "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 \"is_active\": \"\",\n \"agent_id\": \"09da2572cc058ed922254efd\",\n \"service_hierarchical_state_machine_id\": \"45fa24bc8a6c7936c337f400\",\n \"tags\": {\n \"laborum_6a\": \"VE\\r\u2028UfP\",\n \"fugiat_e\": \"x\u2028\u2000\u00a0\u200aP\u2004\u2002n\",\n \"sed_e\": \"\\r\\t\\u000bU\u200a\",\n \"dolore_5\": \"17xWs\",\n \"minim874\": \"YaD3g\u2003\",\n \"exercitationd\": \"eQ8X\u1680Kd2\",\n \"reprehenderit53_\": \"\u202f\\tt\",\n \"anim_f2d\": \"p\u1680l\u2002R\",\n \"ut6\": \"e\u2007\u180eJx\u2000d0\u2009g\",\n \"dolorfe\": \"2\u00a0ARif\u00a0\u2001XRF\",\n \"anim_0e\": \"\\f\u2000SXzKvnQM\",\n \"exercitation_0\": \"\u202f8C6Lc\",\n \"amet_0\": \"\\rteK7iB\",\n \"veniam12\": \"K6\u180eNLh\",\n \"deserunta5\": \"8j\u3000\u2008n\",\n \"incididunt07e\": \"JR\u202f\u202f\u2002j0V\u2029\",\n \"amet_435\": \"\u3000Oa6\u2028rq\u205fp\u20283\",\n \"aliquip_d\": \"\u2005W\u2004\"\n },\n \"keyterms\": [\n \"v imysv\",\n \"spc\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/:service_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", ":service_id", "" ], "variable": [ { "key": "organization" }, { "key": "service_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-2f2f5546-9981-4627-8607-e316ebfda955" } ], "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-c4169b46-1c73-45cb-aef2-33905a12c018" } ], "id": "bd6fc620-29f4-41c4-a956-ba1db7c4472d", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-bd6fc620-29f4-41c4-a956-ba1db7c4472d" }, { "name": "Get services", "id": "48603857-f23e-423b-972e-b4669a319e00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "e73508a1-92b5-4699-8cf6-e082e447a1f1", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Retrieve a list of services in this organization.\n\n#### Permissions\nThis endpoint is impacted by the following permissions:\n* Only services that the authenticated user has the `Service:GetService` permission for are returned." }, "response": [ { "id": "6348a895-470f-4dd5-9f83-cac6a5eaf995", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"services\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"version_sets\": {\n \"quis_2d\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"dolor2\": {\n \"llm_name\": \"\",\n \"params\": {}\n },\n \"in_142\": {\n \"llm_name\": \"\",\n \"params\": {}\n }\n }\n },\n \"dolore_cfe\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"amet_c\": {\n \"llm_name\": \"\",\n \"params\": {}\n }\n }\n }\n },\n \"description\": \"\",\n \"is_active\": \"\",\n \"service_hierarchical_state_machine_id\": \"\",\n \"agent_id\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"keyterms\": [\n \"\",\n \"\"\n ],\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"updated_by\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"version_sets\": {\n \"eu_0\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"magna20\": {\n \"llm_name\": \"\",\n \"params\": {}\n },\n \"anim_792\": {\n \"llm_name\": \"\",\n \"params\": {}\n }\n }\n },\n \"ea_c\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"Excepteur96\": {\n \"llm_name\": \"\",\n \"params\": {}\n }\n }\n },\n \"fugiat2e\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"Excepteurc_3\": {\n \"llm_name\": \"\",\n \"params\": {}\n },\n \"amet_4\": {\n \"llm_name\": \"\",\n \"params\": {}\n }\n }\n }\n },\n \"description\": \"\",\n \"is_active\": \"\",\n \"service_hierarchical_state_machine_id\": \"\",\n \"agent_id\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"keyterms\": [\n \"\",\n \"\"\n ],\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"updated_by\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"filter_values\": {\n \"tags\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-6348a895-470f-4dd5-9f83-cac6a5eaf995" }, { "id": "39dafade-c400-4500-a3a3-a23ffc7f606a", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-39dafade-c400-4500-a3a3-a23ffc7f606a" }, { "id": "513ecf51-1c9f-42ab-b4f4-20ccdb037021", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-513ecf51-1c9f-42ab-b4f4-20ccdb037021" }, { "id": "ff620dd2-536f-4cd9-aff7-76f487915564", "name": "The specified organization does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-ff620dd2-536f-4cd9-aff7-76f487915564" }, { "id": "87a4fb06-1cbf-48c0-b03d-9e1ac93b5a33", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-87a4fb06-1cbf-48c0-b03d-9e1ac93b5a33" }, { "id": "c444115f-424c-4b98-ad08-1b725218f271", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-c444115f-424c-4b98-ad08-1b725218f271" }, { "id": "32e2c9ff-f73c-4e8f-ba91-88e2080af20b", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/service/?is_active=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "query": [ { "description": "Whether the service is active.", "key": "is_active", "value": "" }, { "description": "The maximum number of services to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of services.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-32e2c9ff-f73c-4e8f-ba91-88e2080af20b" } ], "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-48603857-f23e-423b-972e-b4669a319e00" }, { "name": "Create a service", "id": "7d2d2d66-4cad-4bd9-8654-2662e67beda1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "id": "f487d836-a220-4db0-b486-33c7d0d5ff7a", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Create a new service. Depending on whether an active service with the same name already exists, the endpoint behaves differently:\n* If `is_active` is `False`, creates an inactive new service.\n* If `is_active` is `True` and no active service with the given name exists, creates a new active service.\n* If `is_active` is `True` and an active service with the given name exists, this endpoint throws an error.\n\nThe new service will automatically contain an `edge` version set that uses the latest `Agent` and `ServiceHierarchicalStateMachine` versions with no LLM model preference.\nIt will also create a `release` version set, that will equal to what's specified in the request if the `release_version_set` is specified, or equal to `edge` if not.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `Service:CreateService` for the service to create.\n* `Service:CreateVersionSet` for the `edge` and `release` version sets." }, "response": [ { "id": "991fc67a-628b-455e-8559-fa285d252e25", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-991fc67a-628b-455e-8559-fa285d252e25" }, { "id": "b7b7d9ab-38ad-43e1-a914-69aaf3185097", "name": "\nThis error could be thrown due to the following reasons:\n* The specified ID for agent or service hierarchical state machine versions in the `release` version set does not belong to the agent or service hierarchical state machine of the service.\n* The spe", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-b7b7d9ab-38ad-43e1-a914-69aaf3185097" }, { "id": "d18bf6d5-ea64-4697-8f19-46c9856ca942", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-d18bf6d5-ea64-4697-8f19-46c9856ca942" }, { "id": "b440d803-fdad-43a2-8a25-6fd806dead1b", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-b440d803-fdad-43a2-8a25-6fd806dead1b" }, { "id": "be113952-dba2-479b-86b9-0bfa49773827", "name": "The specified organization, agent, or service hierarchical state machine do not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-be113952-dba2-479b-86b9-0bfa49773827" }, { "id": "8983b07d-d825-4231-9caf-7f21433d2927", "name": "An active service with the given name already exists.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-8983b07d-d825-4231-9caf-7f21433d2927" }, { "id": "f1177e96-a4e2-4ffa-a6da-a463dfb08197", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-f1177e96-a4e2-4ffa-a6da-a463dfb08197" }, { "id": "8d353a7e-a864-4545-b9ea-c3f8d56ac4e6", "name": "The user has exceeded the rate limit of 20 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-8d353a7e-a864-4545-b9ea-c3f8d56ac4e6" }, { "id": "77dfe9c0-6a6b-43d9-9d37-7b3842d5a95b", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"service_hierarchical_state_machine_id\": \"21abc30acc6157cece14f5a4\",\n \"agent_id\": \"3303fc20bd5ebe1dd1b26963\",\n \"name\": \"\",\n \"description\": \"\",\n \"is_active\": \"\",\n \"keyterms\": [\n \"aw-\",\n \"nv layderzddfa\"\n ],\n \"tags\": {\n \"velit_988\": \"Gc\",\n \"deserunt_6f\": \"\u2005eWM\u2008\u2001\\n\\f\",\n \"dolor0b5\": \"g0a\u2007\",\n \"sitc\": \"g\u20049\\fl\u202fPQ\u2007\",\n \"consequat886\": \" hMZy\u2003\",\n \"qui_c\": \"os\u2001O9K\",\n \"commodo10\": \"rG\",\n \"adipisicing9_\": \"_\u1680\u3000tH\u2003e\u2000\",\n \"cillum_2d5\": \"Ptow \u2003\u2005\u180e_e\"\n },\n \"release_version_set\": {\n \"agent_version_number\": \"\",\n \"service_hierarchical_state_machine_version_number\": \"\",\n \"llm_model_preferences\": {\n \"cupidatat_4\": {\n \"llm_name\": \"openai_gpt-4.1-mini-2025-04-14\",\n \"params\": {}\n },\n \"adipisicing_e\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n },\n \"ex_39\": {\n \"llm_name\": \"azure_gpt-5-nano-2025-08-07\",\n \"params\": {}\n },\n \"et2\": {\n \"llm_name\": \"azure_gpt-5.1-2025-11-13\",\n \"params\": {}\n },\n \"veniam_2\": {\n \"llm_name\": \"openai_gpt-5.5-2026-04-23\",\n \"params\": {}\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/service/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "service", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-77dfe9c0-6a6b-43d9-9d37-7b3842d5a95b" } ], "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-7d2d2d66-4cad-4bd9-8654-2662e67beda1" } ], "id": "3278b468-ad79-42fa-a680-abc8ba680473", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-3278b468-ad79-42fa-a680-abc8ba680473" } ], "id": "0ac20875-59fd-4555-9168-1d3fb1fa7ac4", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-0ac20875-59fd-4555-9168-1d3fb1fa7ac4" } ], "id": "2757cae7-ca1c-4b2c-ba4d-ccff1517167e", "createdAt": "2026-07-28T01:01:52.000Z", "updatedAt": "2026-07-28T01:01:52.000Z", "uid": "35240-2757cae7-ca1c-4b2c-ba4d-ccff1517167e" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }