Official SDKs

Official SDKs and integration guides for every major language and framework. Get started in minutes.

QUICK START

Send Your First Email

import { Transactional } from '@usetransactional/node';

const tx = new Transactional({ apiKey: process.env.TRANSACTIONAL_API_KEY });
await tx.emails.send({
  from: 'hello@yourdomain.com',
  to: 'user@example.com',
  subject: 'Welcome!',
  htmlBody: '<h1>Hello, World!</h1>',
});

YOUR AGENTS DESERVE
REAL INFRASTRUCTURE.

START BUILDING AGENTS THAT DO REAL WORK.

Deploy Your First Agent