HTTP 402 AI Tollbooth
AIエージェント向けのライブHTTP 402 Lightning料金所。Lightning Network上でリクエストごとに支払われる構造化APIエラーインテリジェンスを販売します。アカウント不要、OAuth不要、純粋なHTTP 402のみです。
ドキュメント
Debug the problem.Inspect the evidence.
Free developer guides and machine-readable troubleshooting references for people and AI assistants.
Read a free guide Preview the datasets
Start with three focused references
API Error Fixes
50 structured reference records. Inspect three records free.
CORS Troubleshooting
50 structured reference records. Inspect three records free.
NPM Dependency Fixes
50 structured reference records. Inspect three records free.
Actual API preview
[
{
"error_code": "HTTP-JSON-SYNTAX",
"description": "POST /orders with {\"qty\":} receives 400 before validation.",
"programmatic_fix": "Serialize {qty: 2} with JSON.stringify and send Content-Type: application/json. Parse the exact outgoing body locally; expect qty to be numeric 2 before retrying the request."
},
{
"error_code": "HTTP-EMPTY-204",
"description": "DELETE succeeds with 204 but response.json() rejects with unexpected end of input.",
"programmatic_fix": "Branch on response.status === 204 before parsing; return null. Fixture: new Response(null, {status:204}) has an empty text body. Do not convert a successful deletion into a retry."
},
{
"error_code": "HTTP-RATE-DELAY",
"description": "An idempotent GET receives 429 with Retry-After: 30.",
"programmatic_fix": "Parse a numeric Retry-After as seconds and schedule no earlier than 30000 ms; cap attempts and add jitter after that floor. For an HTTP date, subtract the current time and clamp at zero; do not blindly replay POST."
}
]
What are you buying?
A reusable reference dataset with named failure scenarios and actionable fixes. The featured datasets ship with source references and explicit verification limits. Other catalog entries are synthetic and may not have a ready preview.
Read the methodology and test fixes in your own environment. Payment options are shown only when configured.