{"name":"onyx_capability_bundle","tier":"metered","price_usdc":"0.02","endpoint":"https://onyx-actions.onrender.com/v1/onyx_capability_bundle","method":"POST","input_schema":{"type":"object","properties":{"bundle":{"type":"string","enum":["safety_check_base","tx_full_inspect","swap_prep","cross_chain","agent_kyc"],"description":"Which predefined bundle to execute."},"args":{"type":"object","description":"Shared input args for all tools in the bundle. Required keys per bundle: safety_check_base=[address], tx_full_inspect=[tx_hash], swap_prep=[token_in,token_out,amount_in], cross_chain=[token_in,token_out,amount_in,to_chain_id], agent_kyc=[wallet_or_did]."},"stop_on_error":{"type":"boolean","default":true,"description":"If true, halts on first tool error and returns partial results. If false, continues all tools."}},"required":["bundle","args"]},"description":"Bundle 3-5 Onyx tools into one paid call at a discount. Atomic delivery (all-or-none), one AR-1 receipt for the whole chain, single x402 settlement vs N separate. Predefined bundles for proven workflows: safety_check_base (verify + risk_scan + audit), tx_full_inspect (explainer + simulator + decode), swap_prep (risk + dex_pair + quote), cross_chain (swap + bridge + chain_picker), agent_kyc (id + kya + oai).","when_to_use":"Agents executing a known multi-step workflow on Onyx. Saves x402 settlement overhead + gets atomic delivery + single AR-1 receipt.","vs_alternatives":"Calling each tool separately = N x402 settlements + N receipts + N round trips. Bundle = 1 of each, discounted, atomic.","example_request":{"bundle":"safety_check_base","args":{"address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}},"example_response":null,"settle_to":"0x3fD9ee1373562f894D322B37DFFAd7a5D2b2d78f","network":"base","facilitator":"https://facilitator.xpay.sh","payment_required":true,"free_introspection":true,"note":"GET this URL = free introspection card. POST with x402 payment header to call."}