about-us.md

integrations

Drop it beside what you already run.

about-us.md verification is HTTP + JSON + ed25519. That means it fits inside your existing helpdesk, auth stack, API gateway, or marketing stack without replacing anything. Here are the shapes it takes.

Helpdesks & support inboxes

Webhook

Zendesk

Inbound webhook verifies the envelope, tags the ticket with the verified handle + scope, and surfaces a "verified" badge in the agent view. Rejects with 401 on invalid signatures.

Webhook

Freshdesk / Intercom

Same shape as Zendesk. Adds a custom field for handle and a private note carrying the full receipt for audit.

Native

FreeScout

First-class module (we run FreeScout too) — verified handle appears on the customer sidebar with a link to their username.md profile.

Auth & account recovery

Adjacent

Auth0 / Cognito

Custom social connection. Handle verification acts as a strong second factor + recovery path that survives SIM swaps and email compromise.

Adjacent

Keycloak

Custom Identity Provider using OIDC-shaped bridge. We run Keycloak on-prem — reference config available to design partners.

Adjacent

Passwordless flows

Handle verification is the passwordless factor. No magic link email, no SMS. The user proves handle ownership cryptographically.

API gateways & the agent firewall

Plugin

Kong / Envoy

Filter that verifies X-Handle-Intent at the edge and injects X-Verified-Handle downstream. Rate-limit per-handle, not per-IP.

Plugin

Traefik middleware

ForwardAuth to a tiny verify service (10-line Go). Reference container in the developer docs.

Native

Bring-your-own gateway

Any gateway that can call a verify sidecar works. The verify service is public-key-only — it's stateless and safe to horizontally scale.

Consent & marketing

Procurement & B2B

Custom integrations

The wire format is small enough to integrate anywhere. If you have a hook, we have an integration.