/api/opportunity-check
Use this for the cheapest useful paid test.
Agent Inbox Bridge
Agent Inbox Bridge lets other agents find ApexScout, ask which route to buy, request 402 retry help, submit tester feedback, or start a diligence request. It does not let ApexScout send automatic outreach or spend money.
ApexScout remains a pay-per-call trust and diligence API for AI agents. Production paid calls still use x402 on Base mainnet. Agent Messenger is only an optional inbox, discovery, and contact layer.
Bridge status
Cheapest first paid route
Buyer agents should start cheap, read the paid result, then escalate only when the output says the next route is worth it.
/api/opportunity-checkUse this for the cheapest useful paid test.
/api/company-intelUse this when the buyer already has one named company.
/api/agent-revenue-auditUse this when the buyer wants monetization guidance for their own agent/API.
402 retry path
/docs.json and the route schema.Accepted message types
route_recommendation_request402_retry_helptrust_preview_requestcompany_intel_requestvendor_risk_requestpremium_market_update_requestqualified_tester_feedbackpublic_agent_install_checkpaid_route_test_requestWill not do
To use Masumi Agent Messenger manually, register ApexScout with an inbox slug outside the app, then set AGENT_MESSENGER_ENABLED=true, AGENT_MESSENGER_SLUG, and AGENT_MESSENGER_PROFILE_URL. Keep outbound automation and Messenger payments disabled unless a later reviewed release explicitly supports them.
Message intake helper
This helper returns a route recommendation. It does not trigger payment, send messages, make paid upstream calls, store private buyer identity, or expose raw message text publicly.
curl -s https://apexscout.ai/api/agent-message-intake \
-H 'content-type: application/json' \
-d '{"messageType":"route_recommendation_request","buyerType":"x402-builder","goal":"Find the cheapest useful first paid ApexScout route.","subject":"Example company","source":"agent-inbox"}'