{
  "schema": "wisely.agent-discovery.v1",
  "name": "x402 Agent-Payment Infrastructure",
  "title": "x402 Agent-Payment Infrastructure + Endpoint Factory",
  "description": "A public agent-payment layer for discovering paid tools, quoting x402 payment routes, invoking AI/API services, creating paid endpoints, and returning receipts without exposing provider keys.",
  "provider": {
    "name": "Wisely Enterprises LLC",
    "website": "https://wiselyenterprisesllc.com"
  },
  "endpoints": {
    "homepage": "https://payments.wiselyenterprisesllc.com/",
    "docs": "https://payments.wiselyenterprisesllc.com/guides/x402-agent-payment-infrastructure",
    "manifest": "https://payments.wiselyenterprisesllc.com/ai/manifest",
    "serverJson": "https://payments.wiselyenterprisesllc.com/server.json",
    "mcp": "https://payments.wiselyenterprisesllc.com/ai/mcp",
    "mcpManifest": "https://payments.wiselyenterprisesllc.com/ai/mcp/manifest",
    "openapi": "https://payments.wiselyenterprisesllc.com/.well-known/openapi.json",
    "x402": "https://payments.wiselyenterprisesllc.com/.well-known/x402.json",
    "tools": "https://payments.wiselyenterprisesllc.com/tools",
    "dashboard": "https://payments.wiselyenterprisesllc.com/dashboard"
  },
  "capabilities": [
    "x402 payment requirement discovery",
    "external x402 seller quote handoff",
    "developer-credit paid invoke",
    "hosted AI/API service invocation",
    "progress streaming for long-running media calls",
    "paid endpoint creation and lifecycle control",
    "receipt/proof lookup",
    "builder revenue and payout packets"
  ],
  "auth": {
    "publicDiscovery": true,
    "paidInvocation": "x402 payment proof or authorized developer-credit key",
    "builderControl": "scoped builder key or admin token"
  }
}