# Introducing Nylas Connect

Source: https://developer.nylas.com/docs/changelogs/2026-09-01-nylas-connect/

The core Nylas platform now has a name: **Nylas Connect**. It covers the [Email](/docs/v3/email/), [Calendar](/docs/v3/calendar/), and [Contacts](/docs/v3/email/contacts/) APIs, plus [Scheduler](/docs/v3/scheduler/) and the [authentication](/docs/v3/auth/) that connects user accounts. [Notetaker](/docs/v3/notetaker/) and [Agent Accounts](/docs/v3/agent-accounts/) remain separate products, and all three share the same webhooks, Dashboard, and infrastructure.

## What changed

- **Naming only.** The products you use every day are grouped under 3 names: Nylas Connect, Notetaker, and Agent Accounts. Individual APIs keep their names, so "the Nylas Email API" is still the Email API.
- **Pricing reflects the new structure.** The [pricing page](https://www.nylas.com/pricing/) now offers Free, Essentials, Pro, and Enterprise plans, each including Connect accounts, Notetaker bot hours, and Agent Accounts.

## What didn't change

- **No code changes.** Endpoints, request and response schemas, API keys, grant IDs, SDKs, and base URLs are all unchanged.
- **No URL changes.** Every docs page keeps its existing address.
- **The `@nylas/connect` library keeps its npm name.** The JavaScript authentication library released in October 2025 under the name "Nylas Connect" is always written [`@nylas/connect`](/docs/v3/auth/nylas-connect/), matching its npm package name.

To see how the products fit together, start with [What is Nylas](/docs/v3/getting-started/).