Optional ATL on transparent paying OpenAI client (fail-open)?
Hi - I maintain a small open protocol (ATL v0.1) for consult-before-spend on agent payments.
Your drop-in OpenAI client already pays transparently - an optional ATL hook on that pay path would reach agents that never wrap fetch themselves.
Ask: Would you take a tiny opt-in PR for ATL around the payment step?
- Default off / fail-open
- No header => zero ATL work
- Does not block payment
Live demo (no wallet)
git clone https://github.com/konstantinbozukov/atl-x402-starter
cd atl-x402-starter && npm i && npm run demo:headers
Or curl: https://signals.edge.report/v1/atl/health
Happy to keep the PR small and revise to your taste. Thanks either way.
Optional ATL on transparent paying OpenAI client (fail-open)?
Hi - I maintain a small open protocol (ATL v0.1) for consult-before-spend on agent payments.
Your drop-in OpenAI client already pays transparently - an optional ATL hook on that pay path would reach agents that never wrap
fetchthemselves.Ask: Would you take a tiny opt-in PR for ATL around the payment step?
Live demo (no wallet)
Or curl: https://signals.edge.report/v1/atl/health
Happy to keep the PR small and revise to your taste. Thanks either way.