Documentation

Get Started with Wraps

Deploy production-ready email infrastructure to your AWS account in minutes. Learn how to use the CLI, SDK, and console.

Get started in 3 commands:
GNU Bashterminal.sh
# Deploy infrastructure to AWSnpx @wraps.dev/cli init# Install SDKnpm install @wraps.dev/email# Send your first emailimport { Wraps } from '@wraps.dev/email'const wraps = new Wraps()await wraps.emails.send({ ... })

Documentation

Quickstart
Deploy your first email infrastructure in 2 minutes
Platform SDK
Type-safe API client for contacts, batches, and more
Email SDK
Learn how to use @wraps.dev/email in your application
SMS SDK
Send SMS with @wraps.dev/sms through AWS
CDK Construct
Deploy with AWS CDK infrastructure as code
Pulumi Component
Deploy with Pulumi infrastructure as code
CLI Commands
Complete reference for all wraps CLI commands
Guides
Production access, domain verification, and more
Infrastructure
What gets deployed to your AWS account for each service
Error Reference
All CLI error codes and SDK error classes with solutions
Environment Variables
All env vars for CLI, SDKs, and CI/CD configuration

Additional Resources

GitHub Repository
View source code, report issues, and contribute
Platform SDK
View @wraps.dev/client package on npm
Email SDK
View @wraps.dev/email package on npm
SMS SDK
View @wraps.dev/sms package on npm
CDK Construct
View @wraps.dev/cdk package on npm
Pulumi Component
View @wraps.dev/pulumi package on npm