← Web Agent Bridge · العربية

Enterprise Mesh

Self-hosted, optionally air-gapped Web Agent Bridge. Run your own sovereign-agent infrastructure on your own metal. Signed, verifiable license.

Data sovereignty

Your agents, your refusal logs, your trust graph — never leave your perimeter. Even Ring 4 verification can be configured offline-first.

Air-gap capable

Licenses are short-lived Ed25519 tokens. Heartbeat is optional; offline grace of 30 days by default.

Custom constitutions

Ship your own constitutional articles, signed with your own keys. Internal-only override paths supported.

Cluster of clusters

Federate multiple meshes. One verifies the other's signatures without sharing data.

Verifying a license

curl -X POST https://www.webagentbridge.com/api/enterprise-mesh/verify \
  -H "Content-Type: application/json" \
  -d '{"token":"<payload>.<signature>.<kid>"}'

# →  { "valid": true, "license_id": "lic_…", "org": "Acme", "tier": "enterprise-airgap",
#      "seats": 50, "features": ["mesh","custom-articles"], "expires_at": 1796812800 }

Talk to sales

Or email enterprise@webagentbridge.com directly.