{ "opencollection": "1.0.0", "info": { "name": "Flint AI Platform Aispm Agents API", "version": "1.0.0" }, "items": [ { "info": { "name": "aispm-agents", "type": "folder" }, "items": [ { "info": { "name": "Get all AI-SPM agents", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.flintai.dev/api/v1/aispm-agents/tenants/:tenant_id/workspaces/:workspace_id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" }, { "name": "workspace_id", "value": "", "type": "path", "description": "Workspace ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all AI-SPM agents for a tenant workspace, ordered by last_seen descending" }, { "info": { "name": "Get single AI-SPM agent", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.flintai.dev/api/v1/aispm-agents/tenants/:tenant_id/workspaces/:workspace_id/:id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" }, { "name": "workspace_id", "value": "", "type": "path", "description": "Workspace ID" }, { "name": "id", "value": "", "type": "path", "description": "AISPM agent Id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get AI-SPM agent by ID with embedded models, MCP servers, tools, sub-agents, guardrails, and locations" }, { "info": { "name": "Get all objects associated with an AISPM Agent", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.flintai.dev/api/v1/aispm-agents/tenants/:tenant_id/workspaces/:workspace_id/:id/:edge", "params": [ { "name": "id", "value": "", "type": "path", "description": "AISPM agent Id" }, { "name": "edge", "value": "", "type": "path", "description": "Edge type" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get all 'edges' associated with an AISPM Agent. An 'edge' is a type of object that is related to an AISPM Agent." } ] } ], "bundled": true }