Scaling to Thousands of Agent Mailboxes 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 provisioning, with workspaces and policies allowing centralized configuration management for fleets. Nylas also enforces strict send limits based on bounce and complaint rates to maintain deliverability. Week one: a single test mailbox on a trial domain, provisioned by hand from the dashboard. Week twelve: a fleet of agent mailboxes spread across customer domains, each sending real mail with its own quota and reputation. The API calls are the same at both scales — what changes is everything around them: how you provision, how you share configuration, and how you keep one bad sender from pausing the fleet. Here's what the path from one to thousands looks like with Nylas Agent Accounts https://developer.nylas.com/docs/v3/agent-accounts/provisioning/ , which are currently in beta. There's no OAuth dance to scale around. Creating a mailbox is one POST with "provider": "nylas" — no refresh token, no consent screen — so a fleet provisioner is just iteration: curl --request POST \ --url "https://api.us.nylas.com/v3/connect/custom" \ --header "Authorization: Bearer