Introduction
Agentry is email infrastructure for AI agents — a multi-tenant email API with full SDK support.
Key Features
- Developer Friendly — Stable API surface with generated references and practical examples.
- Multi-tenant by Default — Subdomain routing, row-level security, per-tenant rate limits.
- AI-Native — Semantic search, agent-readable docs, webhook-driven workflows.
Quick Links
- Agent vs Human — Choose the right surface for your use case
- Quickstart — Get up and running in 2 minutes
- Concepts — Understand the core abstractions
- Agent Guides — Agent namespace workflows
- Human Guides — Human namespace workflows
API Surfaces
Agentry has two API namespaces:
Agent API: https://api.agentry.to/agent/v0
Human API: https://api.agentry.to/human/v0Authentication
Every request requires a Bearer token:
curl -H "Authorization: Bearer ag_your_key_here" https://api.agentry.to/agent/v0/inboxes