Run Your Email Agent on Serverless
Nylas demonstrates that email agents can run efficiently on serverless infrastructure by using webhooks instead of polling. A single webhook subscription to the message.created trigger eliminates the …
Nylas demonstrates that email agents can run efficiently on serverless infrastructure by using webhooks instead of polling. A single webhook subscription to the message.created trigger eliminates the …
A developer built a Next.js webhook handler for Nylas message.created events, which must acknowledge the webhook within 10 seconds. The handler uses a GET route for the challenge handshake and a POST …
Nylas has integrated email, calendar, and contacts tools into AI agents via the Model Context Protocol (MCP). A single CLI command registers these tools across MCP-capable hosts like Claude Code, Curs…
Nylas released a CLI-first approach to managing Agent Accounts, hosted mailboxes that applications can own end-to-end. The Nylas CLI enables developers to create, monitor, and tear down email identiti…
Nylas has introduced Agent Accounts, a hosted mailbox for AI agents that can be created with a single CLI command. A developer demonstrated how Claude can operate a real mailbox using three tool defin…
An engineer built a LangChain agent that reads an inbox, summarizes threads, and drafts replies, but faced production issues with OAuth and privacy. The solution uses Nylas Agent Accounts to create a …
Nylas released Agent Accounts in beta, offering a simplified provisioning flow for hosted mailboxes that requires only a single POST request instead of the traditional OAuth consent screen and refresh…
Nylas has introduced Agent Accounts, a beta feature that collapses multiple identifiers for email, calendar, and webhooks into a single grant_id. This single handle allows autonomous agents to perform…
Nylas has released Agent Accounts in beta, enabling developers to scale from a single test mailbox to thousands of agent mailboxes across customer domains. The system uses a single POST request for pr…
Nylas has detailed how its Agent Accounts land in workspaces, with a default workspace acting as a safety net for unplaced accounts. The workspace carries policy limits and rules that govern agents, a…
Nylas Agent Accounts, currently in beta, allow an application to manage unlimited email domains, with each domain carrying its own sender reputation to prevent cross-contamination. The provisioning pr…
Nylas's Agent Accounts (beta) support nearly all API endpoints used for connected Gmail or Outlook grants, including messages, threads, folders, drafts, attachments, calendars, and events. The same ro…
Nylas Agent Accounts use the iCalendar protocol to enable AI agents to host and manage calendar events that are fully interoperable with Google Calendar, Microsoft 365, and Apple Calendar without prov…
Nylas's Agent Mailbox product, currently in beta, provides a full hosted mailbox with system folders (inbox, sent, drafts, trash, junk, archive) and custom folders, accessible via standard API endpoin…
Nylas has released Agent Accounts in beta, enabling AI agent mailboxes to be accessed via standard email clients like Outlook and Apple Mail through IMAP and SMTP. The feature uses a single mailbox th…
Nylas introduced trial domains for its Agent Accounts beta, allowing developers to create and test mailboxes without DNS configuration. Trial domains under *.nylas.email enable instant mailbox provisi…
Nylas explains how to configure MX and TXT DNS records for custom domains used by AI agent mailboxes. The MX record routes inbound mail to Nylas's hosted infrastructure, while TXT records verify domai…
Nylas has introduced spam detection policies for its Agent Accounts, which are mailboxes built for AI agents and system identities. The policies filter spam at the mailbox layer before the agent proce…
Nylas introduced Agent Accounts, a hosted mailbox with six system folders that provides an immutable audit trail for email agents. The sent folder stores every outbound message as a real object, times…
A team's support triage agent suffered a prompt regression that caused it to reply to all emails for hours, highlighting the need for least-privilege access control in AI agent fleets. The Nylas secur…