Skip to main content

Prerequisites

  • A running Sendy installation (v6.x)
  • Linux server (same server as Sendy, or with MySQL access)
  • A SendyKit license key (get one here)

Install

1

Download and install

The installer:
  • Detects your OS and architecture
  • Downloads the correct Go binary
  • Prompts for your license key
  • Validates the license
  • Creates the configuration file
2

Configure database connection

Edit .env with your Sendy database credentials:
.env
SendyKit reads the same database as Sendy. Use the same credentials from Sendy’s includes/config.php.
3

Start SendyKit

Your SendyKit API is now running at http://localhost:3939/sendykit/api/v2/.
4

Verify installation

What’s Next?

Explore the API

Generated API reference plus overview pages for auth, errors, pagination, and rate limiting.

Try the CLI

Install the CLI, then use health, doctor, brands, and licensing commands from the shell.

Set up SMTP

Run SendyKit with provider-flexible outbound transport instead of SES-only constraints.

Enable AI

Configure your provider and use AI-assisted subject lines, email generation, and rewrites.