LUCID AGENTS / FETCH-NATIVE

Use the index.

All calls use POST /api/agent/entrypoints/KEY/invoke with a JSON body containing input. Discovery and validation are generated by one Lucid runtime.

{
  "input": {
    "sliceId": "6.0:closed:gpt-oss-120b:Offline:99:tokens-per-second:tokens-s",
    "metricView": "official",
    "grouping": "best-per-accelerator",
    "page": 1,
    "pageSize": 20
  }
}

Payment behavior

This demonstration supports only Base Sepolia (chain 84532), not real USDC on Base mainnet. A configured deployment advertises x402 offers; a valid request without payment returns 402. Missing payment configuration returns 503 for paid entrypoints. Free endpoints keep working. Settlement is owned by the pinned Lucid payments extension.

Pages are a free public explorer. Paid machine endpoints are separate offerings. Do not send real funds to this demo.

Canonical discovery

Health · Entrypoints · Agent card · OASF · OpenAPI

Stream routes are mounted through canonical handlers; these synchronous data entrypoints do not implement streaming. Unknown keys, malformed input and unsupported modes retain Lucid error contracts.

Try a request

Calls do not sign payments or access a wallet. Paid requests can demonstrate the payment-required or unavailable state.

Ready