Build on the trust layer.
Escrow, identity and reputation, exposed as a clean REST API and a typed SDK. Start in minutes - the same federated network that has run secure for 16+ years is one API key away.

A production network, not a sandbox.
You get the hard parts - escrow, KYC identity, portable reputation - as primitives you call.
one REST API
Predictable resources and a single {ok,data,meta} envelope on every response.
years secure
The infrastructure under the API has never had a breach. #NeverBeenHacked.
to first call
Grab a key, install the SDK and create your first escrow-backed project.
Quickstart - from zero to first call.
Get an API key
Create a key in your dashboard. Keys are scoped and revocable - keep them server-side.
Install the SDK
Run npm i @internetivo/sdk, then construct a client with your key. Plain REST works too.
Create something real
Open a project, fund escrow, post a task. The API mirrors how the network actually works.
Listen for events
Subscribe a webhook to escrow and payout events so your app reacts in real time.
Pick your path.
Every developer surface, one click away. Start where you are most comfortable.
API Reference
The REST API - the {ok,data,meta} envelope, auth, pagination and every core resource.
Read the referenceTypeScript SDK
@internetivo/sdk - a typed client that handles auth, the envelope and pagination for you.
Install the SDKCLI
Manage projects, deployments and your account from the terminal - perfect for scripts and CI.
Get the CLIWebhooks
Subscribe to events, verify signed payloads, and rely on automatic retries with backoff.
Wire up webhooksReleases
Changelog, versioning and deprecation policy - see what shipped and what is coming.
View releasesAuth & keys
Bearer API keys, scopes and rotation - the basics every integration needs first.
Learn authWhy developers choose Internetivo.
The boring infrastructure is done. You ship product.
Escrow as a primitive
Hold and release funds with a single call - no custom payment plumbing or trust assumptions.
Identity included
KYC/AML verification and portable reputation are part of the platform, not your problem to build.
Typed and predictable
One envelope, consistent errors and a fully typed SDK mean fewer surprises in production.
Secure by record
PCI-DSS via Stripe, GDPR, ISO 27032 aligned - and 16+ years with zero breaches.
Documentation questions.
Do I need the SDK to use the API?
No. The API is plain REST over HTTPS and works from any language. The SDK is a convenience layer for TypeScript and JavaScript that handles auth, the envelope and pagination for you.
How do I authenticate?
With a bearer API key sent in the Authorization header. Create and revoke keys from your dashboard, and keep them server-side. See the API reference for scopes.
Is there a test environment?
Yes. Use test-mode keys to exercise escrow, tasks and webhooks without moving real money, then switch to live keys when you ship.
How do I stay current?
Read the Releases page for the changelog, versioning and deprecation policy. Webhooks and the SDK are versioned so upgrades are predictable.
Get your API key and build.
Create a key, install the SDK and make your first escrow-backed call in minutes.