{"name":"Agent Approval Gateway","deployment":"Base Sepolia test deployment","audience":"A2A / agent economy","primary_endpoint":"POST /approve","legacy_endpoint_aliases":["POST /check"],"value_proposition":"Call this agent before another agent sends, approves, publishes, buys, escalates, or changes anything.","pricing":{"free_calls":3,"price_per_call_usd":0.02,"protocol":"x402","network":"base-sepolia","network_caip2":"eip155:84532","chain_id":84532,"usdc_contract":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","recipient":"0x55221C69F1961f339844030581D30B58b95994C1","notes":["Payment requires Base Sepolia test USDC.","Test ETH only pays gas fees."]},"request_schema":{"action":"text","claim":"optional text","content":"optional text","mode":"web|scientific","domain":"optional string","stakes":"low|medium|high|critical","target":"optional string","system":"optional string","context":"optional object"},"response_schema":{"decision":"allow|deny|review","confidence":"0.0-1.0","reason":"short explanation","sources":[{"title":"source title","url":"https://...","snippet":"evidence snippet"}],"risk_flags":["string"],"checked_at":"ISO-8601 UTC","recommended_next_step":"optional string","verdict":"supported|contradicted|uncertain","rationale":"legacy compatibility field"},"examples":{"curl":"curl -X POST $BASE_URL/approve -H 'Content-Type: application/json' -H 'X-Agent-ID: my-agent' -d '{\"action\":\"publish research summary\",\"claim\":\"The cited paper supports the summary\",\"mode\":\"scientific\",\"domain\":\"research\",\"stakes\":\"high\",\"target\":\"company blog\"}'","legacy_alias":"curl -X POST $BASE_URL/check -H 'Content-Type: application/json' -H 'X-Agent-ID: my-agent' -d '{\"claim\":\"Aspirin reduces platelet aggregation\",\"mode\":\"scientific\"}'"},"machine_readable_assets":["/pricing.json","/capabilities.json","/examples.json","/openapi.json","/VERSION.json","/discovery_index.json"],"trusted_integration":{"skill":"agent-approval","free_tier_calls":3,"payment_scheme":"x402","expected_status_codes":[200,400,402,409]}}