{ "opencollection": "1.0.0", "info": { "name": "API Reference agent auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Who Am I", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/auth/me", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Returns the identity and scope of the authenticated credential. Useful when a client holds a pod-scoped or inbox-scoped API key and needs to discover the parent organization, pod, or inbox without prior knowledge.\n\n**CLI:**\n```bash\nagentmail auth me\n```" } ] } ], "bundled": true }