{
  "schema": "https://aux.prdictionedge.ai/schemas/aux-find-manifest-0.1.json",
  "schema_status": "AUX-specific experimental mechanism; not an industry standard",
  "version": "aux-find-0.9.0",
  "id": "https://aux.prdictionedge.ai/.well-known/aux",
  "canonical_origin": "https://aux.prdictionedge.ai",
  "name": "AUX",
  "provider": "PrdictionEdge",
  "type": "machine_service_provider",
  "status": "public_evaluation_service",
  "purpose": "Independent, evidence-backed pre-transaction screening for autonomous agents.",
  "problems": {
    "primary_problem": "pre-transaction risk screening for autonomous agents",
    "intents": [
      "check a proposed business payment before execution",
      "detect a duplicate invoice",
      "detect an unexpected payment destination change",
      "compare a transaction with prior vendor history",
      "screen a vendor transaction for risk signals",
      "obtain a machine-verifiable preflight receipt"
    ],
    "related_terms": [
      "transaction preflight",
      "payment verification",
      "invoice validation",
      "vendor verification",
      "counterparty risk screening",
      "payment anomaly detection",
      "duplicate invoice detection",
      "bank destination change detection",
      "agent decision assurance",
      "signed decision receipt",
      "evidence-backed autonomous decision"
    ],
    "not_suitable_for": [
      "live sanctions or know-your-business verification",
      "production payment authorization",
      "legal, accounting, or financial advice",
      "submitting real personal, confidential, invoice, banking, or payment data"
    ]
  },
  "capabilities": [
    {
      "id": "transaction_preflight",
      "status": "available_for_safe_evaluation",
      "description": "Assess a proposed B2B payment against caller-supplied vendor facts and transaction history.",
      "input": "application/json",
      "outputs": [
        "PROCEED",
        "REVIEW",
        "STOP"
      ],
      "evidence": true,
      "signed_receipt": true,
      "price_usd": 0,
      "authentication": "none"
    }
  ],
  "discovery_standards": {
    "api_catalog": "RFC 9727",
    "agentic_resource_discovery": "ARD v0.9 draft/proposal; implemented at /.well-known/ai-catalog.json",
    "agent_to_agent": "A2A Protocol 1.0; Agent Card and HTTP+JSON Send Message interface",
    "web_linking": "RFC 8288 and RFC 8631",
    "openapi": "OpenAPI 3.1",
    "mcp": "Model Context Protocol 2026-07-28 Streamable HTTP with 2025-11-25 compatibility",
    "robots": "Robots Exclusion Protocol",
    "sitemap": "Sitemaps protocol",
    "structured_data": "Schema.org JSON-LD",
    "llms_txt": "community proposal, not an adopted standard"
  },
  "endpoints": {
    "canonical_identity": "https://aux.prdictionedge.ai/.well-known/aux",
    "api_catalog": "https://aux.prdictionedge.ai/.well-known/api-catalog",
    "agentic_resource_catalog": "https://aux.prdictionedge.ai/.well-known/ai-catalog.json",
    "a2a_agent_card": "https://aux.prdictionedge.ai/.well-known/agent-card.json",
    "a2a_message_send": "https://aux.prdictionedge.ai/a2a/v1/message:send",
    "agent_skill": "https://aux.prdictionedge.ai/.well-known/agent-skills/aux-transaction-preflight/SKILL.md",
    "capabilities": "https://aux.prdictionedge.ai/api/capabilities.json",
    "service_description": "https://aux.prdictionedge.ai/openapi.json",
    "service_metadata": "https://aux.prdictionedge.ai/api/aux-metadata",
    "trust": "https://aux.prdictionedge.ai/api/trust.json",
    "pricing": "https://aux.prdictionedge.ai/api/pricing.json",
    "status": "https://aux.prdictionedge.ai/api/status",
    "examples": "https://aux.prdictionedge.ai/api/examples",
    "integration_guide": "https://aux.prdictionedge.ai/api/integration-guide.json",
    "algorithm_versions": "https://aux.prdictionedge.ai/api/algorithm-versions.json",
    "improvements": "https://aux.prdictionedge.ai/api/improvements.json",
    "roadmap": "https://aux.prdictionedge.ai/api/roadmap.json",
    "distribution": "https://aux.prdictionedge.ai/api/distribution.json",
    "x402_status": "https://aux.prdictionedge.ai/api/x402.json",
    "mcp": "https://aux.prdictionedge.ai/mcp/v1",
    "mcp_server_metadata": "https://aux.prdictionedge.ai/mcp-server.json",
    "public_keys": "https://aux.prdictionedge.ai/.well-known/jwks.json",
    "invoke": "https://aux.prdictionedge.ai/v1/preflight",
    "verify_receipt": "https://aux.prdictionedge.ai/v1/receipts/verify",
    "x402_invoke": "https://aux.prdictionedge.ai/x402/v1/preflight",
    "human_documentation": "https://aux.prdictionedge.ai/agents",
    "llm_context": "https://aux.prdictionedge.ai/llms.txt"
  },
  "commercial_status": {
    "current_offer": false,
    "current_price_usd": 0,
    "note": "The evaluation service is available now at no charge. A separate Base Sepolia x402 discovery experiment is prepared but is not a production offer; see /api/x402.json."
  },
  "safety": [
    "Use synthetic data only.",
    "Do not submit secrets, credentials, personal data, real invoices, bank details, or confidential information.",
    "No account, payment, or human contact is required for the public experiment."
  ],
  "measurement": {
    "specification": "https://aux.prdictionedge.ai/api/find-measurement.json",
    "unsolicited_find_requires": "Evidence of a non-validation client discovering AUX without an AUX-directed prompt and voluntarily progressing beyond a discovery surface.",
    "directed_validation_counts_as_unsolicited_find": false
  },
  "updated": "2026-08-19"
}