{
"content": "noindex, follow, max-snippet:120"
}
Web and API intelligence · web-api-intelligence
Robots Meta Parse
Robots Meta Parse: Robots Meta Parse parses robots meta directives into normalized index and follow decisions from bounded caller-supplied values without an external provider. Call Robots Meta Parse before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Robots Meta Parse as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.
One-command purchase
Run it from an agent.
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/robots-meta-parse -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"content":"noindex, follow, max-snippet:120"}'
{
"schema": "delx/util-robots-meta-parse/v1",
"operation": "web_reliability:robots_meta_parse",
"status": "pass",
"result": {
"directives": {
"noindex": true,
"follow": true,
"max-snippet:120": true
},
"index": false,
"follow": true
},
"evidence": {
"input_sha256": "3f1ac89f0bc9abc369b7715c61999cd61922eb2d2781d0e4f8192ed4c5e7bd43",
"retained": false,
"external_calls": 0
}
}
Machine-readable evidence