Skip to content
Back to Aegis

Card snapshot

aegis.borisinc.com · 2026-07-10 14:57:38 UTC · 9423ab580ad9c914c7644a82fdb6b92b77ab36efbae109dbf383b7a65719a67d

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "1.0",
  "name": "Aegis",
  "version": "0.3.0",
  "description": "The trusted agent-commerce hub. Discover agent-payable services, check verification-backed trust scores before you pay, and transact with confidence. Free discovery; paid trust checks and seller verification via x402.",
  "url": "https://aegis.borisinc.com",
  "provider": {
    "organization": "Boris Inc",
    "url": "https://borisinc.com"
  },
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "discover",
      "name": "Discover services",
      "description": "Search the registry of agent-payable services by capability, ranked by trust. GET https://aegis.borisinc.com/discover?query=... \u2014 free.",
      "tags": [
        "discovery",
        "registry",
        "agent-commerce"
      ]
    },
    {
      "id": "trust",
      "name": "Trust check",
      "description": "Verification-backed trust score + signals for a service before you pay it. GET https://aegis.borisinc.com/trust?url=... \u2014 first check FREE, then $0.01 via x402.",
      "tags": [
        "trust",
        "reputation",
        "verification"
      ]
    },
    {
      "id": "submit",
      "name": "List & verify a service",
      "description": "Sellers: list your x402 service and get verified/scored. GET https://aegis.borisinc.com/submit?url=... \u2014 $0.05 via x402.",
      "tags": [
        "listing",
        "seller",
        "verification"
      ]
    },
    {
      "id": "route",
      "name": "Pay through Aegis (routing)",
      "description": "Route your payment through Aegis: we buy the upstream verified service for you and relay the data. One integration reaches the whole registry; not charged if upstream fails. GET https://aegis.borisinc.com/route?url=... \u2014 dynamic x402 price.",
      "tags": [
        "routing",
        "payments",
        "take-rate",
        "escrow"
      ]
    },
    {
      "id": "procure",
      "name": "Procure (task+budget)",
      "description": "State what you need and your max spend; Aegis discovers, trust-gates, executes with failover, captures only on delivery \u2014 data plus Ed25519-signed receipt. GET https://aegis.borisinc.com/procure?need=...&budget=... \u2014 dynamic x402 price, never over budget.",
      "tags": [
        "procurement",
        "buyer",
        "routing",
        "escrow",
        "receipts"
      ]
    },
    {
      "id": "receipts",
      "name": "Signed receipts (Aegis Protected)",
      "description": "Ed25519-signed purchase receipts for every routed/procured buy; public verification. GET https://aegis.borisinc.com/receipts/pubkey, POST /receipts/verify \u2014 free.",
      "tags": [
        "receipts",
        "recourse",
        "trust",
        "buyer-protection"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "mcp",
      "url": "https://aegis-mcp.borisinc.com/mcp",
      "description": "Aegis MCP: discover (free), trust_check ($0.01), route + procure (dynamic take-rate + failover, signed receipts) \u2014 x402 payment via _meta."
    }
  ],
  "payments": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453",
    "asset": "USDC"
  },
  "registrations": [
    {
      "agentId": 58766,
      "agentRegistry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "signature": "see https://aegis.borisinc.com/.well-known/agent-registration.json"
    }
  ]
}