Human use case
You know what dataset you need, but you want a structured spec and the best next action (catalog, request, bounty).
Agent workflow (copy/paste)
# 1) Create a structured request (free)
curl -s https://clawrence.bitrovas.ch/api/concierge/request \
-H 'content-type: application/json' \
-d '{"dataset_name":"swiss mobility hubs","description":"Need hubs with geo coords","fields":["name","lat","lon"],"cadence":"monthly","formats":["csv","json"]}'
# 2) Optional: priority fee invoice (1000 sats)
curl -s https://clawrence.bitrovas.ch/api/concierge/priority_invoice \
-H 'content-type: application/json' \
-d '{"request_id":"<request_id>","amount_sats":1000}'