evernote-prod-checklist
Installation
SKILL.md
Evernote Production Checklist
Overview
Comprehensive checklist for deploying Evernote integrations to production, covering API key activation, security hardening, rate limit handling, monitoring, and go-live verification.
Prerequisites
- Completed development and testing in sandbox
- Production API key approved by Evernote (requires review process)
- Production infrastructure provisioned
Instructions
API Key & Authentication
- Production API key requested and approved by Evernote
-
EVERNOTE_SANDBOX=falsein production config - Consumer key and secret stored in secrets manager (not env files)
- OAuth callback URL uses HTTPS on production domain
- Token expiration tracking implemented (
edam_expires) - Token refresh/re-auth flow tested end-to-end
Related skills