# About Nylas

Source: https://developer.nylas.com/docs/dev-guide/

Nylas offers a set of REST-style integration APIs and tools that let you quickly add communications functionality to an application you're developing. You can use the Nylas APIs to integrate using any HTTP library that can make REST-style queries. The Nylas APIs accept and return JSON objects on every endpoint, so your interactions with the platform are predictable and straightforward.

Nylas currently supports v3.x of its APIs. For the latest information about new releases and SDK features, see the [changelog](/docs/changelogs/).

> **Info:** 
> **We consider additive changes to be non-breaking**. Functionally, this means that Nylas can add fields to an API response object without releasing a new API version. Make sure you build your project to handle this possibility.

You can manage your Nylas application using the [Nylas Dashboard](https://dashboard-v3.nylas.com/login), and build your integration using one of the Nylas-maintained SDKs ([Node.js](/docs/v3/sdks/node/), [Python](/docs/v3/sdks/python/), [Ruby](/docs/v3/sdks/ruby/), and [Kotlin/Java](/docs/v3/sdks/kotlin-java/)) or one of the community-maintained SDKs.

## API references

The [API reference](/docs/reference/api/) covers every REST endpoint across Email, Calendar, Contacts, Notetaker, Scheduler, and administration. Other reference docs cover the rest of the platform:

- [Notification reference](/docs/reference/notifications/) for webhook and Pub/Sub triggers and payloads.
- [UI reference](/docs/reference/ui/) for the Nylas Scheduler UI components and props.
- [Nylas MCP server](/docs/dev-guide/mcp/) for connecting AI agents to email, calendar, and contacts.
- [Nylas CLI](/docs/v3/getting-started/cli/) for managing grants, webhooks, and API calls from the terminal.

You can also try the APIs in the [Nylas Postman collection](https://www.postman.com/trynylas/nylas-api/overview).

For platform-level details, see [error handling](/docs/dev-guide/best-practices/error-handling/) and [rate limits](/docs/dev-guide/best-practices/rate-limits/).

## Build with AI coding agents

If you're using an AI coding agent to build with Nylas, start with one of these:

- **[Nylas skills](/docs/v3/getting-started/ai-prompts/)** pre-load Claude Code, Cursor, Codex CLI, and 40+ other agents with Nylas API, CLI, and SDK context. Install with `npx skills add nylas/skills`.
- **[Claude Code plugin](/docs/v3/getting-started/ai-prompts/#option-1-install-the-nylas-skill-recommended)** installs the Nylas skills through the Claude Code plugin marketplace: `/plugin marketplace add nylas/skills`.
- **[Nylas MCP server](/docs/dev-guide/mcp/)** gives agents live access to email, calendar, and contacts. Works with Claude Code, Cursor, Claude Desktop, and any MCP-compatible client.
- **[AI agent guides](/docs/cookbook/ai/mcp/claude-code/)** walk through MCP setup for Claude Code, [Codex CLI](/docs/cookbook/ai/mcp/codex-cli/), and the [OpenClaw Nylas plugin](/docs/cookbook/ai/openclaw/install-plugin/).
- **[AI coding agent quickstart](/docs/v3/getting-started/coding-agents/)** covers provisioning, SDK setup, and a working example.

The docs are also agent-readable. Any page returns clean markdown if you pass `Accept: text/markdown`, and [`llms.txt`](https://developer.nylas.com/llms.txt) and [`llms-full.txt`](https://developer.nylas.com/llms-full.txt) are published for retrieval.

## Guides and use cases

When you need more than an endpoint reference, look at [guides](/docs/cookbook/) and [use cases](/docs/cookbook/use-cases/).

- **[Guides](/docs/cookbook/)** cover provider-specific tasks. Each one focuses on a single task for a single provider, like [listing Microsoft messages](/docs/cookbook/email/messages/list-messages-microsoft/) or [handling Gmail labels](/docs/cookbook/email/messages/list-messages-google/), and calls out the folder naming, sync timing, rate limits, and auth quirks for that provider.
- **[Use cases](/docs/cookbook/use-cases/)** are end-to-end tutorials that combine multiple Nylas APIs, like [automating meeting follow-ups](/docs/cookbook/use-cases/act/automate-meeting-follow-ups/), [building an interview scheduling pipeline](/docs/cookbook/use-cases/build/interview-scheduling-pipeline/), or [syncing calendar events into a CRM](/docs/cookbook/use-cases/sync/sync-calendar-events-crm/). You can also browse them [by industry](/docs/cookbook/use-cases/#browse-by-industry).

## Changelogs

The [changelog](/docs/changelogs/) tracks product, SDK, CLI, and API updates. Subscribe to an RSS feed for updates:

- [Combined feed](/atom.xml)  for every update.
- [Changelogs only](/atom-changelogs.xml)  for SDK, CLI, and API changes.

## Platform status

The [Nylas status page](https://status-v3.nylas.com/) shows current incidents and historical uptime. It publishes an [RSS feed](https://status-v3.nylas.com/history.rss)  for incident and maintenance updates.