AMS runs offline-first. This UI stores data in your browser vault. Future gateway endpoints can stream JSONL logs,
but the portal remains read-only by design.
Online submit sends POST /ams/v1/envelopes.
If write is protected, paste your write token below (sent as Authorization: Bearer …).
auth: —
disabled
Tip: If you get 401 Unauthorized, your token is missing/wrong or the server expects a different secret.
Check DevTools → Network → request headers (must include authorization: Bearer …).
Contract draft lives at /.well-known/ams-gateway-spec.json.
Mock mode stores a local "gateway" flag and generates receipts locally.