Latest API and SDK updates. Subscribe via RSS · Discord
Summary
Introducing Pods - team collaboration spaces for AgentMail. Share inboxes, domains, and resources across your organization while maintaining granular control. Perfect for teams building multi-agent email systems that need organized resource management.
What’s new?
New endpoints:
POST /pods- Create a new pod (team workspace)GET /pods- List all pods in your organizationGET /pods/{pod_id}- Get pod detailsDELETE /pods/{pod_id}- Delete a podPOST /pods/{pod_id}/inboxes- Create inbox within a podPOST /pods/{pod_id}/domains- Add custom domain to a podGET /pods/{pod_id}/threads- List threads within a podGET /pods/{pod_id}/metrics- Get metrics for a pod
Pod features:
- Shared inbox access across team members
- Per-pod domain configuration
- Isolated metrics and analytics per pod
- Organized resource hierarchy
Use cases
Build systems where:
- Multiple agents share email infrastructure
- Different teams manage their own inboxes independently
- Resources are organized by department or project
- Analytics are tracked per team workspace
- Billing and usage can be attributed to specific teams
Learn more about organizing teams with Pods in our documentation.
