{ "opencollection": "1.0.0", "info": { "name": "API Reference agent api-keys API", "version": "1.0.0" }, "items": [ { "info": { "name": "api-keys", "type": "folder" }, "items": [ { "info": { "name": "List API Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/api-keys", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" }, { "name": "ascending", "value": "", "type": "query" } ] }, "docs": "**CLI:**\n```bash\nagentmail api-keys list\n```" }, { "info": { "name": "Create API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.agentmail.to/v0/api-keys", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**CLI:**\n```bash\nagentmail api-keys create --name \"My Key\"\n```" }, { "info": { "name": "Delete API Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agentmail.to/v0/api-keys/:api_key_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "api_key_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail api-keys delete --api-key-id \n```" } ] } ], "bundled": true }