Connections

Every way in, on one page.

AffixIO is a verification API with two Node packages around it, a remote MCP server, signed webhooks and an evidence export. This page is the map. Each card links to a surface that exists today, stated for what it actually does.

Last reviewed against the published packages and the running API.

A dense bundle of network cables of different colours, photographed end-on
Many paths, one fabric. Photograph by Michael Jastremski, CC BY-SA 3.0, cropped and desaturated.

Pick by what you are building

Most teams land on one client and one event path. The client proves or verifies. The event path tells the rest of the stack that something happened. Everything else on this page is optional.

You run Node and need a real ZK proof

Install @affix-io/sdk. Local UltraHonk prove, then sync for ML-DSA-65 attestation and Merkle anchoring.

You run Node and need milliseconds

Install @affix-io/sdk-light. HMAC Light prove and local verify. Light is not zero knowledge.

You run Python, Go, Java or anything else

Call the HTTP API. The Python page has a working client, webhook checks and Merkle inclusion in the standard library.

Edge, infrastructure and access

Surfaces that matter once you are past the first integration. Stated for what exists, including the gaps.

Edge

Edge Audit

The live architecture demo: a local PII store, a subject_ref on the wire, and AffixIO attestation without personal data leaving the host. Edge packs at GET /v1/edge/spent-pack and GET /v1/edge/revocation-pack.

Demo · /edge-audit/

Infrastructure as code

OpenAPI is the contract

There is no first-party Terraform, Pulumi or Crossplane provider. Teams that need IaC drive key issuance and health checks through a generic HTTP provider against the OpenAPI schema.

No first-party provider

Access

OAuth where it exists

Hub signs in with email and password. OAuth 2.1 with PKCE is live for the remote MCP server. POST /v1/oidc/token issues an OIDC-style token bound to a proof. There is no SAML integration and no claim of enterprise SSO for Hub itself.

MCP OAuth · OIDC token endpoint

Questions

Where to start, and what is not claimed.

Where should I start?

If you run Node, start with @affix-io/sdk for zero-knowledge prove or @affix-io/sdk-light for millisecond HMAC prove. If you run anything else, call the HTTP API. Add webhooks for latency and the evidence export for completeness.

Does AffixIO have a Terraform provider?

No. There is no first-party Terraform, Pulumi or Crossplane provider. The OpenAPI schema is the contract. Drive what you need through a generic HTTP provider against it.

Does AffixIO support enterprise SSO?

Hub accounts sign in with email and password today. OAuth 2.1 with PKCE is live for the remote MCP server, and POST /v1/oidc/token issues an OIDC-style token bound to a proof. There is no SAML identity provider integration and no claim of enterprise SSO for Hub itself.

Are Light proofs zero knowledge?

No. Light proofs are HMAC-SHA256 state proofs. The UltraHonk path in @affix-io/sdk is the zero-knowledge path. The comparison is on the browser page.

Next

Request a key, or open Hub and register a webhook while you decide which client to keep.