{
  "name": "Kallipolis Proof",
  "description": "Evidence resolution for public HTTPS domains, AI agents, protocols, and Base accounts.",
  "homepage": "https://proof.platoskallipolis.com",
  "contact": "handongzhen101@126.com",
  "openapi": "https://proof.platoskallipolis.com/openapi.json",
  "agentCard": "https://proof.platoskallipolis.com/.well-known/agent-card.json",
  "pilotEnquiries": "https://proof.platoskallipolis.com/pilots",
  "settlementValidation": "PayAPI Market independently verified one $0.01 Base USDC settlement and live response for POST /api/v1/quick-resolve",
  "network": "eip155:8453",
  "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "payTo": "0x3A24CC8394358B1e1b61900A73e27b1eA8482e48",
  "resources": [
    {
      "method": "POST",
      "url": "https://proof.platoskallipolis.com/api/v1/quick-resolve",
      "price": "$0.01",
      "currency": "USDC",
      "description": "Before an AI agent trusts or pays a public API, inspect its public machine-readable evidence and x402 readiness. Submit a public HTTPS domain to check its agent card, OpenAPI, robots policy, and settlement-aware x402 signals, or submit a Base address for public onchain evidence. Returns a timestamped JSON report; not a security or compliance audit.",
      "input": {
        "bodyType": "json",
        "example": { "query": "platoskallipolis.com" },
        "schema": { "type": "object", "required": ["query"], "properties": { "query": { "type": "string", "description": "Public HTTPS domain or Base address" } } }
      }
    },
    {
      "method": "POST",
      "url": "https://proof.platoskallipolis.com/api/v1/deep-resolve",
      "price": "$0.20",
      "currency": "USDC",
      "input": { "contentType": "application/json", "schema": { "type": "object", "required": ["query"], "properties": { "query": { "type": "string", "description": "Public HTTPS domain or Base address" } } } }
    },
    {
      "method": "POST",
      "url": "https://proof.platoskallipolis.com/api/v1/purchase",
      "currency": "USDC",
      "plans": [
        { "id": "builder", "price": "$19", "credits": 100 },
        { "id": "growth", "price": "$199", "credits": 2500 },
        { "id": "scale", "price": "$999", "credits": 20000 }
      ]
    }
  ]
}
