Skip to content

Commit de2653e

Browse files
authored
Add cli.nylas.com backlinks to README and docs (#35)
1 parent 1c65c94 commit de2653e

10 files changed

Lines changed: 32 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ nylas email list # You're ready!
4848

4949
**[Full Command Reference →](docs/COMMANDS.md)** | **[All Documentation →](docs/INDEX.md)**
5050

51+
## Guides
52+
53+
Step-by-step tutorials on [cli.nylas.com](https://cli.nylas.com/guides):
54+
55+
- [Give your AI coding agent an email address](https://cli.nylas.com/guides/give-ai-agent-email-address) — setup for Claude Code, Cursor, Codex CLI, and OpenClaw
56+
- [Send email from the command line](https://cli.nylas.com/guides/send-email-from-terminal) — no SMTP, no sendmail, one command
57+
- [AI agent email access via MCP](https://cli.nylas.com/guides/ai-agent-email-mcp) — connect any MCP-compatible assistant
58+
- [Manage calendar from the terminal](https://cli.nylas.com/guides/manage-calendar-from-terminal) — events, availability, timezone handling
59+
5160
## Features
5261

5362
- **Email**: list, read, send, search, templates, GPG signing/encryption
@@ -56,7 +65,7 @@ nylas email list # You're ready!
5665
- **Webhooks**: create, test, manage
5766
- **Timezone**: ⚡ offline conversion, DST info, meeting finder (no API required)
5867
- **Admin**: applications, connectors, credentials, grants
59-
- **Integrations**: MCP (AI assistants)
68+
- **Integrations**: [MCP](https://cli.nylas.com/guides/ai-agent-email-mcp) (AI assistants)
6069
- **Interfaces**: CLI, TUI (terminal), Air (web)
6170

6271
## Timezone Tools (No API Required)

docs/INDEX.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ docs/
196196
### **Users**
197197
1. [README.md](../README.md) - Getting started
198198
2. [COMMANDS.md](COMMANDS.md) - Command reference
199-
3. [troubleshooting/faq.md](troubleshooting/faq.md) - Common questions
199+
3. [cli.nylas.com/guides](https://cli.nylas.com/guides) - Step-by-step tutorials
200+
4. [troubleshooting/faq.md](troubleshooting/faq.md) - Common questions
200201

201202
---
202203

docs/commands/audit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ nylas audit logs clear
694694

695695
## Related Documentation
696696

697+
- **[Audit AI Agent Activity](https://cli.nylas.com/guides/audit-ai-agent-activity)** - Track what Claude Code, Copilot, and MCP agents execute
697698
- **[Command Reference](../COMMANDS.md)** - Quick command reference
698699
- **[Security Overview](../security/overview.md)** - Security best practices
699700
- **[MCP Integration](mcp.md)** - AI assistant integration

docs/commands/calendar.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,3 +1420,8 @@ done
14201420

14211421
---
14221422

1423+
## See Also
1424+
1425+
- [Manage calendar from the terminal](https://cli.nylas.com/guides/manage-calendar-from-terminal) — DST-aware event creation, timezone locking, AI scheduling, and break time protection
1426+
- [Give your AI coding agent an email address](https://cli.nylas.com/guides/give-ai-agent-email-address) — connect Claude Code, Cursor, or Codex CLI to your calendar and email
1427+

docs/commands/email-signing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ nylas email send \
389389

390390
## Related Documentation
391391

392+
- [GPG Encrypted Email from the CLI](https://cli.nylas.com/guides/gpg-encrypted-email-cli) - Full guide with examples for signing, encrypting, and verifying
393+
- [Secure Email Handling from the CLI](https://cli.nylas.com/guides/secure-email-handling-cli) - SPF/DKIM/DMARC, GPG, and safe attachment handling
392394
- [GPG Email Encryption](encryption.md) - Encrypt emails for confidentiality
393395
- [GPG Explained](explain-gpg.md) - Understanding GPG concepts
394396
- `nylas email send --help` - See all email sending options

docs/commands/email.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,3 +464,9 @@ fi
464464

465465
---
466466

467+
## See Also
468+
469+
- [Send email from the command line](https://cli.nylas.com/guides/send-email-from-terminal) — full guide with examples for Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP
470+
- [Give your AI coding agent an email address](https://cli.nylas.com/guides/give-ai-agent-email-address) — connect Claude Code, Cursor, or Codex CLI to your inbox
471+
- [Email deliverability from the CLI](https://cli.nylas.com/guides/email-deliverability-cli) — debug SPF, DKIM, and DMARC
472+

docs/commands/encryption.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ When using both `--sign` and `--encrypt`:
470470

471471
## Related Documentation
472472

473+
- [GPG Encrypted Email from the CLI](https://cli.nylas.com/guides/gpg-encrypted-email-cli) - Full guide with examples for signing, encrypting, and verifying
474+
- [Secure Email Handling from the CLI](https://cli.nylas.com/guides/secure-email-handling-cli) - SPF/DKIM/DMARC, GPG, and safe attachment handling
473475
- [GPG Email Signing](email-signing.md) - Sign emails without encryption
474476
- [GPG Explained](explain-gpg.md) - Understanding GPG concepts
475477
- `nylas email send --help` - Full command options

docs/commands/explain-gpg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ gpg --sign-key KEY_ID # Sign (certify) a key
959959

960960
## Further Reading
961961

962+
- [GPG Encrypted Email from the CLI](https://cli.nylas.com/guides/gpg-encrypted-email-cli) - Send and receive GPG/PGP encrypted email from your terminal
962963
- [RFC 4880 - OpenPGP Message Format](https://tools.ietf.org/html/rfc4880)
963964
- [RFC 3156 - MIME Security with OpenPGP](https://tools.ietf.org/html/rfc3156)
964965
- [GnuPG Manual](https://www.gnupg.org/documentation/manuals/gnupg/)

docs/commands/mcp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ AI Assistant (Claude/Cursor/etc.)
252252

253253
## See Also
254254

255+
- [Give your AI coding agent an email address](https://cli.nylas.com/guides/give-ai-agent-email-address) — setup for Claude Code, Cursor, Codex CLI, and OpenClaw
256+
- [AI agent email access via MCP](https://cli.nylas.com/guides/ai-agent-email-mcp) — full MCP setup guide with all 16 tools
255257
- [Nylas MCP Documentation](https://developer.nylas.com/docs/dev-guide/mcp/)
256258
- [Model Context Protocol Spec](https://modelcontextprotocol.io/)
257259
- [AI Features](ai.md)

docs/commands/workflows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ def call_api():
614614

615615
### More Resources
616616

617+
- **[Email as Identity for AI Agents](https://cli.nylas.com/guides/email-as-identity-for-ai-agents)** — how AI agents use email for signups, OTP verification, and account recovery
617618
- **Email Commands:** [Email Operations](email.md)
618619
- **Calendar Commands:** [Calendar Management](calendar.md)
619620
- **Webhook Integration:** [Webhook Management](webhooks.md)

0 commit comments

Comments
 (0)