{
  "name": "Tokenization Atlas Diligence Agent",
  "description": "Evidence-backed tokenized-asset passports, theses, comparisons, policy checks, simulation runs, and signed receipts powered by Wever Labs.",
  "version": "1.0.0",
  "url": "https://tokenizationatlas.com/agent.html",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "asset_passport_lookup",
      "name": "Asset Passport lookup",
      "description": "Return normalized rights, backing, custody, access, liquidity, risks, and evidence for a supported tokenized asset.",
      "endpoint": "/api/assets"
    },
    {
      "id": "token_thesis",
      "name": "Evidence-gated Token Thesis",
      "description": "Synthesize a Token Thesis that is limited to the current Asset Passport evidence.",
      "endpoint": "/api/token-thesis"
    },
    {
      "id": "governed_tokenops_run",
      "name": "Governed TokenOps simulation",
      "description": "Create a work order, diligence packet, policy decision, simulated execution record, and signed receipt.",
      "endpoint": "/api/agent-run"
    }
  ],
  "security": {
    "realExecution": false,
    "custody": false,
    "simulationOnly": true,
    "humanApprovalBoundary": true
  }
}
