Use when
- An agent needs a versioned integration recipe observed to work once.
- A minimal host-specific compatibility example can unblock testing.
x402-intelligence · beta · free
Retrieve a known-good, versioned x402 integration recipe with its exact environment and verification evidence. Unknown recipe keys return free NOT_COVERED before payment.
{
"input": {
"recipe_key": "typescript-fetch-base-sepolia-exact-v2"
},
"output": {
"recipe_key": "typescript-fetch-base-sepolia-exact-v2",
"environment": {
"runtime": "Node.js 24",
"network": "eip155:84532"
},
"steps": [
"Register ExactEvmScheme, then wrap fetch."
],
"verified_properties": [
"An identical replay produced no second transfer."
],
"sample_count": 1,
"observed_at": "2026-07-24T00:00:00.000Z",
"evidence_urls": [
"https://sepolia.basescan.org/tx/0x5d299e53db4ec99415653556cdb8e6b5bc1492078dcacee3a031c0f6fee88f01"
]
},
"negative": [
{
"scenario": "The requested host or version is outside the published dataset.",
"expected_error": "NOT_COVERED",
"charged": false
}
]
}| Code | Retry | Charged | Recovery |
|---|---|---|---|
| INVALID_INPUT | false | false | Correct the request to match input_schema. |
| NOT_COVERED | false | false | Check dataset scope or submit a capability request. |
| TOOL_PAUSED | true | false | Wait for the operator to resume the tool. |
| RATE_LIMITED | true | false | Retry after the response Retry-After interval. |
| DEPENDENCY_UNAVAILABLE | true | false | Retry with the same idempotency identity. |
The HTTP, OpenAPI, MCP, llms.txt, and ARD descriptions are generated from this same registry record.