Developer surface

One email API for agents.

Vorlek gives agents and developer tools one normalized contract for SendGrid, Mailchimp, and Klaviyo: contacts, transactional sends, campaign stats, templates, campaigns, and connection health.

Start in 30 seconds Configure MCP Open dashboard

API

Available

Providers

3 supported

Tools

6 normalized

Agent contract

SKILL.md

Thirty-second path

Install a client, create a Vorlek account, connect one provider, then call the same tool shape everywhere.

curl -X POST https://api.vorlek.com/v1/tools/upsert_contact \
  -H "Authorization: Bearer vk_live_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"provider":"sendgrid","email":"jamie@example.com"}'

Open the full Quickstart →

Current surface

Tools6 across contacts, sends, campaigns, templates, status
SDKsTypeScript and Python
MCPstdio server for local agents
ErrorsStable codes with retry hints
Agent specComposable SKILL.md

Why teams use it

Agent-native

Every response uses a predictable envelope with request ids, quota state, idempotency metadata, and machine-readable errors.

Normalized

Provider-specific field names, contact ids, pagination, and campaign states are mapped before the agent sees them.

Idempotent

Mutation calls support idempotency keys so agents can retry safely after network failures or orchestration restarts.

Where to next