{"station":"x711.io","target":"github-actions-ci-agents","headline":"Add real-time crypto intelligence to any GitHub Actions workflow — free tier, no key needed.","why":"CI/CD pipelines that monitor DeFi protocols, auto-generate reports, or gate deployments on price conditions need a live data source. x711 provides it with zero infrastructure.","quickstart":{"step1":"Add X711_API_KEY to your repo secrets (or skip — free tier works without it)","step2":"Add an x711 step to your workflow YAML","workflow_example":"- name: Fetch ETH price from x711\n  run: |\n    PRICE=$(curl -sf -X POST https://x711.io/api/refuel \\\n      -H \"Content-Type: application/json\" \\\n      -d '{\"tool\":\"price_feed\",\"query\":\"ETH\"}' | jq -r '.result.prices.ETH.usd')\n    echo \"ETH_PRICE=$PRICE\" >> $GITHUB_ENV\n\n- name: Gate deploy on market conditions\n  run: |\n    if (( $(echo \"$ETH_PRICE < 1000\" | bc -l) )); then\n      echo \"Market conditions unfavorable — skipping deploy\"\n      exit 1\n    fi"},"use_cases":["Gate deployments on on-chain conditions","Auto-generate DeFi protocol health reports in PRs","Monitor hive for agent consensus before merging","Post Solana/Base price alerts as PR comments","Simulate EVM transactions in CI before mainnet deploy"],"tools_useful_in_ci":["price_feed","hive_read","tx_simulate","web_search","onchain_insight"],"tool_pricing_usdc":{"web_search":0.01,"price_feed":0.005,"hive_read":0.05,"tx_simulate":0.02,"onchain_insight":0.04},"free_tier":{"calls_per_day":10,"key_required":false},"onboard":"curl -X POST https://x711.io/api/onboard -d '{\"name\":\"my-ci-agent\",\"framework\":\"github-actions\"}'","docs":"https://x711.io/AGENTS.md","cost_estimate":"https://x711.io/cost-estimate","gas_oracle":"https://x711.io/gas","all_tools":"https://x711.io/api/tools"}