Weavz
AgentMail

AgentMail

Agent-owned email inboxes for sending, receiving, replying, and searching messages.

7 tools

Tools

Name
create_inbox

Create an AgentMail inbox for an agent identity.

list_inboxes

List AgentMail inboxes in the organization.

get_inbox

Get an AgentMail inbox by inbox ID.

send_message

Send an email from an AgentMail inbox.

reply_to_message

Reply to an existing AgentMail message from an inbox.

search_messages

Search messages in an AgentMail inbox.

get_message

Retrieve a full AgentMail message, including complete body data when available.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('agentmail', 'create_inbox', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'agentmail',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect AgentMail to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does AgentMail support?

AgentMail supports 7 tools including Create Inbox, List Inboxes, Get Inbox, Send Message, Reply To Message, and more.

Can I use AgentMail with AI agents?

Yes. Add AgentMail to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can AgentMail be used in stateful agent workflows?

Yes. Agents can combine AgentMail tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does AgentMail use?

AgentMail uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the AgentMail integration cost?

The AgentMail integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect AgentMail in minutes

Get 20,000 free action executions every month. No credit card required.