x711 + OpenAI Agents SDK

Use x711 as a function tool in the OpenAI Agents SDK.

Install

pip install x711 openai-agents

Use it

from agents import Agent, function_tool
from x711 import refuel

@function_tool
def x711_search(query: str) -> dict:
    """Search the web via x711.io — pay-per-call USDC, 10/day free."""
    return refuel(tool="web_search", query=query)

agent = Agent(name="researcher", tools=[x711_search])

Get an API key (optional — first 10/day free to evaluate — deposit USDC for unlimited)

curl -X POST https://x711.io/api/onboard \
  -H 'Content-Type: application/json' \
  -d '{"name":"my-openai-agents-agent","framework":"openai-agents"}'
All templates
Editorial review — feature claims sourced from each vendor's public documentation (last reviewed 2026-05-13). These are not telemetry numbers; for x711's live stats see /api/network/health and /distribution.json. Spot a mistake? Open an issue or email facts@x711.io and we'll correct it.

Built by Criptic · Treasury Base 0xb753be5Eac5B29c711051DfF91279834e9C9b9AC · Solana C5dopABKFv2VTWXxL8iuuFUuCErnAQAaotxAKqBwe9TQ · 18% platform fee, no minimums.