← oblique.markets · all endpoints

POST /api/v1/paid/agent-readiness-audit — $1.00 per call

Use when an agent needs agent readiness audit. Returns Verify an AI Agent API’s x402, agent.json, OpenAPI, llms.txt, robots.txt, and MCP discovery surfaces; return a 0–100 score, missing fields, validation findings, and prioritized fixes. $1.00.

Price$1.00 per call (1000000 atomic USDC, scheme exact)
Categoryverification
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/agent-readiness-audit

Try it

curl -i https://api.oblique.markets/api/v1/paid/agent-readiness-audit
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Bare domain (example.com) or https URL — normalized to the https origin"
  }
 },
 "required": [
  "domain"
 ]
}

Example output

{
 "domain": "https://api.example-seller.com",
 "score": 60,
 "checks": {
  "x402": {
   "present": true,
   "http_status": 200,
   "parses": true,
   "notes": [
    "12 paid endpoint(s) advertised"
   ]
  },
  "agent_json": {
   "present": true,
   "http_status": 200,
   "parses": true,
   "notes": []
  },
  "openapi": {
   "present": false,
   "http_status": 404,
   "parses": null,
   "notes": []
  },
  "llms_txt": {
   "present": true,
   "http_status": 200,
   "parses": null,
   "notes": []
  },
  "robots_txt": {
   "present": false,
   "http_status": 404,
   "parses": null,
   "notes": []
  },
  "mcp": {
   "present": false,
   "http_status": 404,
   "parses": null,
   "notes": []
  }
 },
 "recommendations": [
  "Serve /openapi.json describing your API surface — agents plan tool calls from it (worth 20 points)",
  "Add /robots.txt with a Sitemap line and explicit AI-crawler policy (worth 10 points)",
  "Publish /.well-known/mcp.json pointing at your MCP server so tool-using agents can connect directly (worth 10 points)"
 ],
 "audited_at": "2026-08-10T12:00:00.000Z"
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer