Introduction

Agentry is email infrastructure for AI agents — a multi-tenant email API with full SDK support.

View as Markdown

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.

API Surfaces

Agentry has two API namespaces:

Agent API: https://api.agentry.to/agent/v0
Human API: https://api.agentry.to/human/v0

Authentication

Every request requires a Bearer token:

curl -H "Authorization: Bearer ag_your_key_here" https://api.agentry.to/agent/v0/inboxes