Claude Code

Ship email with Claude Code.

Let Claude Code scaffold Xurel sends against the OpenAPI spec.

01

Install SDK / CLI

Install the SDK for runtime and the CLI for quick tests.


                npm i xurel
npm i -g xurel
              
02

Point at the OpenAPI spec

Give Claude Code the public OpenAPI so generated calls match the real API.

03

Generate a send

Ask Claude Code to create a send helper and a smoke-test command.


                xurel emails send \
  --from hello@yourdomain.com \
  --to user@example.com \
  --subject "Smoke test"
              

Ship your first email today.

Create an account, verify your domain, and send in minutes.