Hanzo AI

Migrate

39 vendors, each mapped to the Hanzo capability that answers it — how to start, nouns, the call before and after, and what does not carry.

39 guides, one per vendor. Each one starts with the shortest path to a working call, names the capability that answers the vendor, maps their nouns onto ours, shows the same call both ways, and says plainly what you lose.

Every capability lives at one address — /v1/<name> — and the operation counts below are read from the API document this site is built from.

Hosting and delivery

FromWhat it doesCapability
VercelBuilding a repo and serving it on a domain/v1/platform (37) · /v1/projects (27)
NetlifyStatic hosting, builds, edge functions and forms/v1/projects (27) · /v1/functions (11)
RenderApps, cron and managed data stores/v1/platform (37) · /v1/provisioning (28)
Fly.ioMachines placed in named regions/v1/platform (37) · /v1/visor (34)
HerokuDynos, buildpacks, pipelines and add-ons/v1/platform (37) · /v1/provisioning (28)

Identity

FromWhat it doesCapability
Auth0The identity provider your app redirects to/v1/iam (159)
ClerkDrop-in auth components, users, orgs and sessions/v1/iam (159) · /v1/account (10)
WorkOSSSO, SCIM directory sync and audit logs/v1/iam (159) · /v1/audit (1)
OktaEnterprise SSO, lifecycle provisioning and MFA/v1/iam (159) · /v1/authz (3)

Data and storage

FromWhat it doesCapability
SupabasePostgres with auth, storage, realtime and vectors/v1/provisioning (28) · /v1/iam (159)
FirebaseAuth, documents, storage, functions and messaging/v1/iam (159) · /v1/kv (6)
PlanetScaleA database with schema branches and deploy requests/v1/provisioning (28) · /v1/git (44)
UpstashServerless Redis, Kafka, scheduling and vectors/v1/kv (6) · /v1/mq (15)
AlgoliaSearch indexes with ranking, facets and typo tolerance/v1/index (17)
PineconeVector indexes, namespaces and metadata filters/v1/index (17) · /v1/knowledge (9)

Observability and product

FromWhat it doesCapability
DatadogMetrics, traces, logs, dashboards and monitors/v1/o11y (381) · /v1/metrics (11)
SentryError tracking, releases and performance/v1/event (12) · /v1/o11y (381)
PostHogProduct analytics, flags, experiments and replay/v1/event (12) · /v1/flags (8)
GrafanaDashboards, logs, traces and alerting/v1/o11y (381) · /v1/notify (4)
LaunchDarklyWhich users see which behaviour/v1/flags (8) · /v1/experiment (7)

Agents and inference

FromWhat it doesCapability
OpenAI platformModels, assistants and the platform around them/v1/ai (272) · /v1/agents (37)
ReplicateRunning a model under a name/v1/ml (7) · /v1/ai (272)
ModalServerless GPU functions, sandboxes and jobs/v1/functions (11) · /v1/sandbox (19)
LangSmithLLM tracing, datasets and evaluations/v1/o11y (381) · /v1/eval (16)
ComposioAuthenticated third-party tools for agents/v1/integrations (48)
E2BSandboxes for code an agent wrote/v1/sandbox (19) · /v1/exec (4)
TavilyWeb search and page extraction for agents/v1/websearch (6) · /v1/crawl (1)

Messaging

FromWhat it doesCapability
Amazon SQSQueues between services/v1/mq (15) · /v1/pubsub (2)
TwilioPhone numbers, SMS and calls/v1/tel (10) · /v1/channels (7)
AgentMailMailboxes an agent can send and read/v1/notify (4) · /v1/channels (7)
ElevenLabsSpeech synthesis and transcription/v1/audio (5)

Money and business

FromWhat it doesCapability
StripePayments, subscriptions and invoices/v1/commerce (181) · /v1/billing (45)
LagoMetered billing and invoices/v1/billing (45) · /v1/usage (11)
DocuSignLegally binding signatures on a document/v1/esign (13) · /v1/dataroom (26)
CartaWho owns what in a company/v1/captable (31)
GoDaddyBuying and holding domains/v1/domain (7)

Secrets and automation

FromWhat it doesCapability
HashiCorp VaultSecrets, dynamic credentials and transit encryption/v1/kms (5)
DopplerSecrets, held for an org/v1/kms (5)
TemporalDurable workflows, retries and schedules/v1/auto (17) · /v1/tasks (5)

The key carries the tenant

Every call below authenticates with one header:

-H "Authorization: Bearer $HANZO_API_KEY"

A secret key (sk-) resolves to a user; a publishable key (pk-) resolves to an org. There is no org, user or project header to set — the gateway derives all three from the validated key. Whatever your old vendor did with an account SID, a workspace id, an entity or a project slug, here it is the key.

See API keys for how to mint one, and Errors for the shape every failure takes.

How is this guide?