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