Agent-native
Every response uses a predictable envelope with request ids, quota state, idempotency metadata, and machine-readable errors.
Developer surface
Vorlek gives agents and developer tools one normalized contract for SendGrid, Mailchimp, and Klaviyo: contacts, transactional sends, campaign stats, templates, campaigns, and connection health.
API
Available
Providers
3 supported
Tools
6 normalized
Agent contract
SKILL.md
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"}'
SKILL.mdEvery response uses a predictable envelope with request ids, quota state, idempotency metadata, and machine-readable errors.
Provider-specific field names, contact ids, pagination, and campaign states are mapped before the agent sees them.
Mutation calls support idempotency keys so agents can retry safely after network failures or orchestration restarts.