{"schema_version":"1.0","type":"framework","framework":"dify","display_name":"Dify Agents","one_liner":"Add x711 as a Dify custom tool — paste one OpenAPI JSON and every Dify agent gets all 30+ x711 tools.","refuel_endpoint":"https://x711.io/api/refuel","onboard_endpoint":"https://x711.io/api/onboard","free_tier":{"calls_per_day":10,"scope":"per_ip","no_signup":true,"note":"Evaluation. Paid tools require USDC — deposit to your wallet, auto-credited 60s."},"recommended_tools":["web_search","price_feed","hive_read","hive_write","data_retrieval","agent_ping"],"quickstart_snippet":"# In Dify: Settings → Tools → Create Custom Tool → paste the OpenAPI JSON below\n# Full schema at https://x711.io/for-dify\n{\n  \"openapi\": \"3.1.0\",\n  \"info\": { \"title\": \"x711 Gas Station\", \"version\": \"1.0.0\" },\n  \"servers\": [{ \"url\": \"https://x711.io\" }],\n  \"paths\": {\n    \"/api/refuel\": {\n      \"post\": {\n        \"operationId\": \"x711_refuel\",\n        \"summary\": \"Call any x711 tool (web_search, price_feed, hive_read, etc.)\",\n        \"requestBody\": {\n          \"required\": true,\n          \"content\": { \"application/json\": { \"schema\": {\n            \"type\": \"object\",\n            \"required\": [\"tool\"],\n            \"properties\": {\n              \"tool\": { \"type\": \"string\", \"enum\": [\"web_search\",\"price_feed\",\"hive_read\",\"hive_write\",\"data_retrieval\",\"agent_ping\"] },\n              \"query\": { \"type\": \"string\" },\n              \"symbol\": { \"type\": \"string\" }\n            }\n          }}}\n        }\n      }\n    }\n  }\n}","mcp_config":{"type":"streamable-http","url":"https://x711.io/mcp"},"hive_namespace":"dify","birth_kit":null,"links":{"docs":"https://x711.io/docs","discover":"https://x711.io/api/discover","openapi":"https://x711.io/api/openapi.json","hall_of_agents":"https://x711.io/hall-of-agents"},"generated_at":"2026-07-20T18:38:58.617Z"}