diff --git a/blog/op-crossrail/index.html b/blog/op-crossrail/index.html index 51b37c6..dd99279 100644 --- a/blog/op-crossrail/index.html +++ b/blog/op-crossrail/index.html @@ -81,7 +81,7 @@

One credential, three rails, and a payment that never existed

OP Crossrail is a buyer-side enforcement layer for agent payments: one signed, portable mandate, enforced natively at each rail's own boundary, before the payment exists.

-

Here is the launch demo, committed as a transcript in the repo. A principal signs one delegation: $5.00 per rolling 24 hours, across every rail the agent operates on. Conversion rates are attested inside the credential itself, no oracle, no runtime dependency on us. Then the agent goes shopping.

+

Here is the launch demo, committed as a transcript in the repo. A principal signs one delegation: $5.00 per rolling 24 hours, across every rail the agent operates on. Conversion rates are attested inside the credential itself, no oracle, no runtime dependency on us. Then the agent goes shopping.

It buys an API call from a seller running Cloudflare's x402-proxy-template, unmodified, exactly as Cloudflare ships it: 402, sign, pay, 200. It runs a 5,940-sat L402 invoice through the engine's pre-payment hook, called in-process on a synthetic invoice: no LND node, and the engine ships no payment path. It moves 2 USDT on TRON through the policy engine running on the WDK's policy hook (Tether's PR #55). Two more x402 calls, and the budget sits at exactly $5.00, spent to the cent across three rails under one credential.

diff --git a/docs.html b/docs.html index 80db500..84328c1 100644 --- a/docs.html +++ b/docs.html @@ -225,10 +225,10 @@

Choose your path.

๐Ÿ
-
PIP INSTALL ยท v0.2.0
+
DEPRECATED ยท v0.2.0, April 2026
Python SDK
pip install observer-protocol
-
Full Python SDK: agent identity, delegation, x402 verification, magic link authorization, chargeback prevention, ERC-8004 integration. Type-hinted throughout.
+
Agent identity, delegation, x402 verification, magic link authorization, chargeback prevention, ERC-8004 integration. Deprecated and unmaintained since April 2026, and marked so on the registry. It still installs and anything pinned to it keeps working, but do not start here โ€” see the SDK page for what replaces which part.
๐Ÿ—๏ธ
diff --git a/institutional/index.html b/institutional/index.html index c923b9d..4912f62 100644 --- a/institutional/index.html +++ b/institutional/index.html @@ -310,7 +310,10 @@

ALREADY LIVE

  • AIP refusal and remediation grammar
  • Delegation scope enforced before signing
  • x402, Lightning, TRON settlement
  • -
  • TypeScript + Python SDKs (npm + PyPI)
  • +
  • @observer-protocol/policy-engine and the per-rail adapters on npm. The + older @observer-protocol/sdk and PyPI observer-protocol packages + are deprecated on the registry and unmaintained since April 2026 — they still install, + but do not start an integration on them.
  • diff --git a/integrate/index.html b/integrate/index.html index 8e33314..cfba537 100644 --- a/integrate/index.html +++ b/integrate/index.html @@ -74,7 +74,7 @@

    Add Chargeback Prevention to Your AI InfrastructureWhat you get

    -

    Observer Protocol adds one artifact to every agent transaction on your infrastructure: a cryptographically signed authorization proof that shows the purchase was within a valid delegation's scope. The authorization proof is independently verifiable by any third party. No runtime dependency on OP or your backend.

    +

    Observer Protocol adds one artifact to every agent transaction on your infrastructure: a cryptographically signed authorization proof that shows the purchase was within a valid delegation's scope. The authorization proof is independently verifiable by any third party: no API key, and no Observer Protocol API in the path. Verifying it fetches the issuer's DID document over ordinary HTTPS, or nothing at all if you supply that document yourself.