tool
Brave Web Search
Query this provider
Use from terminal or agent
# 1. Request — get invoice
curl -X POST https://patchbay.space/api/query \
-H "Content-Type: application/json" \
-d '{"provider_id": "d5e7357c-58fc-4714-bdd2-5bb0929f931b", "q": "..."}'
# → HTTP 402
# WWW-Authenticate: L402 token="<macaroon>", invoice="lnbc..."
# 2. Pay the invoice with your Lightning wallet
# → receive preimage
# 3. Retry with payment proof
curl -X POST https://patchbay.space/api/query \
-H "Content-Type: application/json" \
-H "Authorization: L402 <macaroon>:<preimage>" \
-d '{"provider_id": "d5e7357c-58fc-4714-bdd2-5bb0929f931b", "q": "..."}'