Vendo SDKs

One SDK contract, three languages. Run as plain OSS with your own API keys, or upgrade to Vendo with one env var.

Python • TypeScript • Swift — all at v1.0.0

Pythonv1.0.0
pip install vendo-sdk
TypeScriptv1.0.0
npm install @vendodev/sdk
Swiftv1.0.0
from: "1.0.0"

BYOK / OSS mode

No Vendo account needed. Set your own API keys as env vars and the SDK resolves them automatically.

Multi-tenant SaaS

Scope any client call to a logged-in user with forRequest(headers). One line.

Typed errors

12 typed error classes across all three languages. Catch exactly what you need.