Integrate with Gmail, Microsoft, IMAP, Zoom, and 250+ email, calendar, and meeting providers in 5 minutes — or give your AI agent its own mailbox.
Sign up · Log in · Docs · CLI docs · Status · Blog
- Agent Accounts — Nylas-hosted email and calendar mailboxes you create and control entirely through the API. Give an AI agent its own
agent@yourdomain.comidentity that can send, receive, and RSVP. Quickstart → - Email — Messages, threads, folders, and attachments across every provider. Quickstart →
- Calendar — Events, availability, and free/busy across Google, Microsoft, and iCloud. Quickstart →
- Contacts — Contact records, groups, and sync across Google and Microsoft. Quickstart →
- Scheduler — Embeddable scheduling UI components and booking APIs. Quickstart →
- Notetaker — Meeting recording and transcription for Google Meet, Zoom, and Microsoft Teams. Quickstart →
Give an AI agent its own identity. Agent Accounts are fully functional, Nylas-hosted email and calendar mailboxes you provision on your own domain and drive entirely through the API — send, receive, RSVP, and apply inbound rules without connecting a human's account. It's the same API you already use for connected grants.
- Quickstart: Agent Accounts — create your first mailbox in 5 minutes
- Agent Accounts overview — what they are and when to use them
- Provisioning — create accounts from the CLI, Dashboard, or API
- Set up your domain — TXT and MX records for Cloudflare, Route 53, GoDaddy, or Namecheap
- Supported endpoints — endpoints and webhook triggers that work with Agent Account grants
- Policies, rules & lists — limits, spam detection, and inbound filtering
- Cookbook recipes — handle replies, multi-turn conversations, OTP extraction, and more
Sign up in the dashboard to create an app and generate an API key. Or do it from the terminal:
brew install nylas/nylas-cli/nylas
nylas initFull walkthrough: getting started with the CLI.
Three collections in the public workspace, pre-wired with the v3 environment.
| Collection | Run |
|---|---|
| Administration | |
| Email, Calendar, Contacts & Notetaker | |
| Scheduler |
You can also run the Nylas MCP server directly from Postman.
- nylas-nodejs ·
npm i nylas - nylas-python ·
pip install nylas - nylas-ruby ·
gem install nylas - nylas-java · Maven / Gradle
Community: Teamwork/nylas-go, lanlin/nylas-php.
nylas/skills drops Nylas into Claude Code, Cursor, Codex, and other agents that support the skills format:
npx skills add nylas/skills
/plugin marketplace add nylas/skills # Claude CodeThe CLI installs an MCP server for Claude Desktop, Claude Code, Cursor, Windsurf, or VS Code:
brew install nylas/nylas-cli/nylas
nylas mcp installGive an agent email, calendar, and contacts — connect your own accounts, or provision a dedicated Agent Account:
- AI Agents Quickstart — install the CLI and start from the terminal
- Share your email with your agent — read, send, and search a connected inbox
- Share your calendar with your agent — manage events and availability
- Give your agent its own email — a dedicated
agent@yourdomain.commailbox - Give your agent its own calendar — a dedicated agent calendar
- Security for AI agents — data isolation, prompt injection, permissions, and audit trails
- nylas/javascript —
@nylas/connectfor hosted auth,@nylas/reactfor the Scheduler @nylas/web-elements— framework-agnostic web components that power@nylas/react- nylas-samples — snippets per SDK
- use-cases — demo apps
- Nylas CLI — terminal access to email, calendar, and MCP. 100+ guides.