{ "opencollection": "1.0.0", "info": { "name": "API Reference agent domains API", "version": "1.0.0" }, "items": [ { "info": { "name": "domains", "type": "folder" }, "items": [ { "info": { "name": "List Domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/domains", "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 domains list\n```" }, { "info": { "name": "Create Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.agentmail.to/v0/domains", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**CLI:**\n```bash\nagentmail domains create --domain example.com\n```" }, { "info": { "name": "Get Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/domains/:domain_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "domain_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail domains get --domain-id \n```" }, { "info": { "name": "Update Domain", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.agentmail.to/v0/domains/:domain_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "domain_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "**CLI:**\n```bash\nagentmail domains update --domain-id \n```" }, { "info": { "name": "Delete Domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agentmail.to/v0/domains/:domain_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "domain_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail domains delete --domain-id \n```" }, { "info": { "name": "Get Zone File", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/domains/:domain_id/zone-file", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "domain_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail domains get-zone-file --domain-id \n```" }, { "info": { "name": "Verify Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.agentmail.to/v0/domains/:domain_id/verify", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "domain_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail domains verify --domain-id \n```" } ] } ], "bundled": true }