docs: refresh README — fix dashboard URL, drop v3-beta paths, cross-link to developer.nylas.com#728
Merged
nbarraclough merged 2 commits intomainfrom May 6, 2026
Conversation
…ink to developer.nylas.com The README was pointing at the old dashboard.nylas.com domain and a number of v3-beta and v2-era documentation paths that no longer exist or redirect. Rewrites the README to: - Fix dashboard URLs to dashboard-v3.nylas.com. - Replace every /docs/v3-beta/* and /docs/connectivity/* link with current /docs/v3/* equivalents (verified against the developer.nylas.com source). - Bump the documented Node version to 18+ to match package.json engines. - Surface newer features (Agent Accounts, Notetaker, large attachments, edge runtimes) by linking the matching examples/ subfolders. - Add Error handling, Runtime support, Security, and TypeScript-types callouts that polished SDK READMEs (Stripe, Vercel) ship by default. - Match the tone of the nylas-samples profile README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #728 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 39 39
Lines 860 860
Branches 69 69
=======================================
Hits 849 849
Misses 11 11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Lede now uses the official tagline ("the infrastructure that powers
communications. Integrate with Gmail, Microsoft, IMAP, Zoom, and 250+
email, calendar, and meeting providers in 5 minutes") instead of the
paraphrased version.
- Adds an AI agents section pointing at nylas/skills and the Nylas CLI
MCP installer, matching the nylas-samples profile README.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is intended as the first of a series — once it lands, we'll mirror the same structure across nylas-python, nylas-ruby, and nylas-java for consistency.
Test plan
🤖 Generated with Claude Code