{
  "schema_version": "0.1.0",
  "name": "WealthInsight Agent Access",
  "display_name": "资产观察 Agent 接入",
  "description": "Read and update a user's WealthInsight personal-finance data through scoped Agent Tokens.",
  "url": "https://getwealthinsight.com/",
  "documentation_url": "https://getwealthinsight.com/pages/agent-setup.html",
  "provider": {
    "name": "WealthInsight",
    "url": "https://getwealthinsight.com/"
  },
  "authentication": {
    "type": "api_key",
    "scheme": "bearer",
    "header": "Authorization",
    "prefixes": ["wiat_"],
    "token_url": "https://getwealthinsight.com/pages/agent-tokens.html",
    "scopes": ["read", "write", "delete"]
  },
  "protocols": {
    "llms_txt": "https://getwealthinsight.com/llms.txt",
    "agents_json": "https://getwealthinsight.com/agents.json",
    "openapi": "https://getwealthinsight.com/openapi.agent.json"
  },
  "capabilities": [
    {
      "id": "read_assets",
      "name": "Read assets",
      "description": "List assets, transactions, expenses, net-worth history, and runway summaries.",
      "required_scopes": ["read"]
    },
    {
      "id": "write_assets",
      "name": "Create or update finance records",
      "description": "Create assets, transactions, and expenses for the token owner.",
      "required_scopes": ["write"]
    },
    {
      "id": "delete_records",
      "name": "Delete finance records",
      "description": "Delete assets or expenses after explicit user confirmation.",
      "required_scopes": ["delete"]
    }
  ],
  "contact": {
    "web": "https://getwealthinsight.com/"
  }
}
