Directory / gateway.sanfoundation.com
Fetch and extract the readable content of a single URL. Returns the page title, publish date when known, the most relevant excerpts (optionally focused by an `objective`), and the full readable text of the page.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://gateway.sanfoundation.com/x402/v1/web-extract' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://gateway.sanfoundation.com/x402/v1/web-extract'
Endpoint: https://gateway.sanfoundation.com/x402/v1/web-extract. Operated by gateway.sanfoundation.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
List or search SAN agents. Returns each agent's id, externalId, name, slug, domain, and description — useful for discovering which ref to pass to the agent-scop…