Skip to main content

Overview

An inbox in Jasni is the email identity for your AI agent. It’s a dedicated address from which your agent can send, receive, and act on emails autonomously—communicating with services, people, and other agents.
Each inbox is linked to your Jasni account. You can create multiple inboxes for different agents or purposes, all managed through a single API key.

Creating an Agent Inbox

You can set up an inbox for your agent in two ways:

Create New Identity

Create a fresh email address with your custom domain—a clean identity for your agent

Connect Existing Account

Link an existing email account (Gmail, Outlook, or any IMAP provider) to give your agent access

Inbox Properties

PropertyTypeDescription
emailstringThe agent’s email address
namestringDisplay name (e.g., “Support Agent”, “Booking Assistant”)
providerstringEmail provider (gmail, outlook, imap, jasni)
statusstringConnection status (active, error, disconnected)
created_atdatetimeWhen the inbox was created

Folders

Each inbox contains standard email folders:
FolderDescription
INBOXIncoming emails your agent can process
SentEmails your agent has sent
DraftsDraft emails
TrashDeleted emails
Spam / JunkSpam folder
Folder names may vary by provider. Jasni normalizes common folders, but custom folders retain their original names.

Multiple Agents, Multiple Inboxes

You can create dedicated inboxes for different agents or purposes. Specify which inbox to use with the account parameter:
# Support agent inbox
GET /api/v1/[email protected]&folder=INBOX
# Sales agent inbox
GET /api/v1/[email protected]&folder=INBOX

Use Cases

Give each AI agent its own email address so it can build relationships, maintain context, and communicate independently.
Create purpose-specific agents: support-agent@, booking-agent@, research-agent@—each handling their domain autonomously.
Enable multiple agents to communicate with each other via email, coordinating on complex tasks.
Let your agents interact with external services that use email as their interface—confirmations, notifications, approvals.