tool

Brave Web Search

15 sats / query
Uptime100%
Reputation51/100
Total queries7
Avg response744ms

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": "..."}'