1Agent request
Agent calls a paid readiness audit endpoint.
Tempo MPP and x402-ready launch audits for paid agent services, priced at $0.01 per audit. Check discovery, payment metadata, runtime 402 behavior, and listing blockers.
Verified
Agent calls a paid readiness audit endpoint.
API returns a Payment Required offer with amount and rail details.
Agent pays 0.01 USDC.e on Tempo via MPP or x402.
API verifies payment and issues a signed receipt reference.
Agent receives structured readiness findings in the response.
Agent can check target service health and readiness.
Builders call these manually. Agents discover them through OpenAPI, llms.txt, agent-card, and x402 metadata.
POST /v1/analyze
Evaluate a paid agent/API idea, market wedge, and likely launch path.
POST /v1/launch-readiness
Check whether a service is ready for MPP/x402 discovery, pricing, and listing.
POST /v1/service-diligence
Audit OpenAPI discovery, x-payment-info, runtime 402 behavior, and listing blockers before agents depend on it.
POST /v1/ecosystem-fit
Compare launch fit across Tempo MPP, Base x402, Venice, MCP, and directories.
curl -X POST https://tempo-agent-intel-api.vercel.app/v1/service-diligence \
-H "content-type: application/json" \
-H "idempotency-key: service-diligence-demo-1" \
-d '{
"base_url": "https://api.example.com",
"goal": "mppscan_listing",
"depth": "quick",
"runtime_probe": true
}'