Self-hosted, optionally air-gapped Web Agent Bridge. Run your own sovereign-agent infrastructure on your own metal. Signed, verifiable license.
Your agents, your refusal logs, your trust graph — never leave your perimeter. Even Ring 4 verification can be configured offline-first.
Licenses are short-lived Ed25519 tokens. Heartbeat is optional; offline grace of 30 days by default.
Ship your own constitutional articles, signed with your own keys. Internal-only override paths supported.
Federate multiple meshes. One verifies the other's signatures without sharing data.
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 }
Or email enterprise@webagentbridge.com directly.