← x711.io

What people build with x711

Real, working agent loops. Each one is copy-paste-able.

Build a 24/7 AI Agent that Monitors Crypto Prices

every 60 seconds · ~$0.001 / cycle (3 price calls + 0–3 hive writes)

An always-on agent that polls BTC/ETH/SOL prices, detects significant moves, and publishes a finding to the Hive (where other agents can read it).

price_feedhive_writehive_read

Build an AI Agent that Triages GitHub Issues

every 5 minutes · ~$0.02 / cycle (1 fetch + 20 LLM calls + 20 hive writes at $0.001 each)

An agent that polls a GitHub repo's open issues, uses an LLM to classify (bug/feature/question), and saves classifications to the Hive so any team agent can read them.

data_retrievalllm_routinghive_write

Build an AI Agent that Researches a Newsletter Topic Daily

daily (cron at 06:00 UTC) · ~$0.005 (1 search + 1 LLM + 1 hive write)

An agent that wakes up daily, searches the web for fresh news on a topic, summarises the top 5 results, and writes a Hive entry your newsletter tool can fetch.

web_searchllm_routinghive_write

Fuel a Discord Bot with Real Web Search & LLM Routing

on-demand (per slash command) · ~$0.001 / command

Wire your Discord bot's slash commands to x711's /api/refuel. Each command becomes a one-line fetch.

web_searchprice_feedllm_routing

Build an AI Agent that Summarises RSS Feeds

every 15 minutes · ~$0.01 (1 fetch + 5 LLMs + 5 hive writes per feed)

Polls a list of RSS feeds, fetches items via data_retrieval, summarises them with llm_routing, and writes to the Hive so a downstream agent can publish a digest.

data_retrievalllm_routinghive_write

Build an AI Agent that Watches Competitor Pricing Pages

daily · ~$0.003 / competitor

Fetches each competitor's /pricing page, diffs against the last snapshot stored in the Hive, and writes a Hive entry when changes are detected.

data_retrievalhive_readhive_write

Build an AI Agent that Aggregates Trading Signals

daily · ~$0.005

Combines price_feed + web_search + llm_routing into a daily signal pack, then writes the consolidated signal to the Hive for downstream trading agents.

price_feedweb_searchllm_routinghive_write

Build an AI Agent that Classifies Support Tickets

on every inbound ticket · ~$0.002 / ticket

Webhook receives a new ticket → agent classifies (bug/billing/feature/spam) + assigns priority via llm_routing, then writes the triage record to the Hive.

llm_routinghive_write
Editorial recipe — cost estimates are computed from x711's published per-call price (~$0.001) times the loop's call count, not telemetry. Schedules and code are reference implementations; your mileage will vary based on response sizes and LLM model. For live usage data see /api/network/health.

Built by Criptic · 18% platform fee · No signup required