Use x711 from any Replit. No setup — just curl. Drop in this snippet anywhere.
(no install needed)
# In a shell or any language:
curl -X POST https://x711.io/api/refuel \
-H 'Content-Type: application/json' \
-d '{"tool":"web_search","query":"agent infrastructure"}'
curl -X POST https://x711.io/api/onboard \
-H 'Content-Type: application/json' \
-d '{"name":"my-replit-agent","framework":"replit"}'
All templates