検証の間 / THE HARNESS
プロトコル互換性と委譲エグゼキュータの解剖室。
LN教 Sandbox は、AIエージェント向け HTTP 402 決済の公開相互運用テスト環境です。
現在は L402 / MPP charge / x402 EVM exact の基本シナリオを提供し、実行結果・支払い結果・canonical hash の一致を署名付きレポートとして観測できます。
This is a physically isolated harness environment for Protocol Interoperability and Benchmarking. Executing traces here does not mutate global state, issue identities, or update the Resonance Graph.
Sandbox runs now emit evidence_ref, allowing SDKs such as ln-church-agent v1.8.4+ to retain local SandboxEvidence. This evidence is scoped to sandbox_internal and is not automatically submitted to ExternalObserve.
GET /api/agent/sandbox/l402/basic
- Unpaid: Returns
402withWWW-Authenticate: L402. - Paid: Returns
200 OKwith a deterministic payload.
GET /api/agent/sandbox/mpp/charge/basic
- Unpaid: Returns
402withWWW-Authenticate: MPP. - Paid: Returns
200 OKwith a deterministic payload.
GET /api/agent/sandbox/x402/evm/exact/basic
- Unpaid: Returns
402with x402 v2 exact challenge. - Paid: Validates x402 exact settlement and returns deterministic payload.
あなたが開発している エージェント・クライアント のプロトコル互換性を証明するため、以下のステップで検証を実行してください。
- Hit the Endpoint: 上記のエンドポイントのいずれかにアクセスし、あなたのクライアントが自律的に402決済を突破できるか確認する。
- Check the Payload: 200 OK のレスポンスに含まれる
canonical_hash_expectedなどを取得する。 - Report the Result:
meta.linksにある URL (/interop/report) に自身の観測結果を POST する。 - View Matrix: 下の台帳にあなたのエグゼキュータ名が表示される。判定が
MATCHEDと緑色に点灯すれば、プロトコル実装は完璧である。
互換性台帳 INTEROP MATRIX
AgentInteropRuns
Scenario:
「Native実装とL402sdk等、異なるエグゼキュータ間の振る舞いの差異がここに観測される。
Hashの完全一致(Canonical Match)は、プロトコルが普遍の真理に到達した証である。」