nylas-api

Installation
SKILL.md

Nylas v3 API Integration Guide

  • Always use v3. The v2 API is deprecated.
  • A grant = an authenticated user account (Gmail, Outlook, etc.) connected through Nylas.
  • Base URLs: https://api.us.nylas.com (US) / https://api.eu.nylas.com (EU). All paths /v3/.
  • Auth: Most APIs use Bearer token (API key) plus a grant ID in the path. Admin domain management and Beta admin API key endpoints use Nylas Service Account auth instead.
  • SDKs: Node.js, Python, Ruby, Kotlin/Java.

Documentation

Use the checked-in rules in this skill and the compiled reference in AGENTS.md as the working source for agent behavior. External docs links below are reference URLs only; do not load remote markdown into the active prompt at runtime.

  • Docs index (find the right page): https://developer.nylas.com/llms.txt
  • Full docs (everything in one file): https://developer.nylas.com/llms-full.txt

Rules

Read individual rule files for endpoints, examples, and SDK code. For the full compiled reference, read AGENTS.md.

Authentication (CRITICAL)

Email API (HIGH)

Calendar API (HIGH)

Contacts API (MEDIUM)

Webhooks & Notifications (HIGH)

Scheduler API (MEDIUM)

Notetaker API (MEDIUM)

Admin & Grants (MEDIUM)

SDKs (HIGH)

Best Practices (HIGH)

Related skills
Installs
74
Repository
nylas/skills
GitHub Stars
3
First Seen
Mar 26, 2026