Account & Workspace
Learn how to create your account, manage workspaces, and generate API keys for integrations.
Create Account
To start using Airsend, you need to create an account. You can sign up using your email address or authenticate with a third-party provider.
Steps to Create an Account
- Navigate to the Airsend sign-up page
- Enter your full name, email address, and a strong password
- Verify your email address by clicking the link sent to your inbox
- Complete your profile setup by selecting your timezone and preferences
- You will be taken to your dashboard where you can start adding domains
Email Verification Required
You must verify your email address before you can send emails or add domains. Check your spam folder if you do not see the verification email.
Account Requirements
| Field | Requirement |
|---|---|
| Must be a valid, accessible email address | |
| Password | Minimum 8 characters, must include uppercase, lowercase, and a number |
| Name | Your display name (can be changed later) |
Workspace
A workspace is your organizational container in Airsend. Each workspace can have its own domains, team members, and settings.
Workspace Features
- Multiple domains — Add and manage several domains under one workspace
- Team collaboration — Invite team members with different roles and permissions
- Shared inbox — Access shared email inboxes across your team
- Separate billing — Each workspace has its own subscription and usage tracking
- Custom settings — Configure workspace-specific preferences, signatures, and templates
Creating a Workspace
- Go to your dashboard and click New Workspace
- Enter a name for your workspace
- Select a plan (Free, Pro, or Enterprise)
- Invite team members (optional)
- Start adding domains and configuring your email setup
API Keys
API keys allow you to programmatically send and receive emails through the Airsend API. Each workspace generates its own unique API credentials.
Security Warning
Never expose your API keys in frontend code or public repositories. Always use them on the server side through a backend proxy.
Generating API Keys
- Navigate to Settings → API Keys in your workspace dashboard
- Click Generate New Key
- Copy both the
client_keyandclient_secret - Store them securely — the secret will not be shown again
Rate Limits
| Endpoint | Rate Limit |
|---|---|
GET /client/get | 10 requests per minute |
POST /client/send | 3 requests per minute |
For interactive API testing, visit the Getting Started API Reference.