{ "opencollection": "1.0.0", "info": { "name": "MIDAS Agents Aisystems API", "version": "1.1.0-rc.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Aisystems", "type": "folder" }, "items": [ { "info": { "name": "List AI systems", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/aisystems" }, "docs": "Returns all registered AI systems. The `ai_systems` array is always present (possibly empty). Requires platform.viewer or above. See Epic 1, PR 2 (AI System Registration Foundation).\n" }, { "info": { "name": "Get an AI system by ID", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/aisystems/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an AI system by ID" }, { "info": { "name": "List versions for an AI system", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/aisystems/:id/versions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns all versions for the AI system, ordered by version DESC (latest first). The `versions` array is always present (possibly empty).\n" }, { "info": { "name": "Get a specific AI system version", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/aisystems/:id/versions/:version", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Get a specific AI system version" }, { "info": { "name": "List bindings for an AI system", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/aisystems/:id/bindings", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns all bindings linking the AI system to existing MIDAS context entities. The `bindings` array is always present (possibly empty).\n" } ] } ], "bundled": true }