{ "opencollection": "1.0.0", "info": { "name": "Coval Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "List agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.coval.dev/v1/agents", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "List agents" }, { "info": { "name": "Connect an agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.coval.dev/v1/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Connect and configure an AI agent for testing." }, { "info": { "name": "Get agent", "type": "http" }, "http": { "method": "GET", "url": "https://api.coval.dev/v1/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Get agent" }, { "info": { "name": "Update agent", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.coval.dev/v1/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update agent" }, { "info": { "name": "Delete agent", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.coval.dev/v1/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Delete agent" } ] } ], "bundled": true }