{
  "name": "WealthInsight",
  "description": "Personal wealth diagnosis, net worth tracking, cash-flow runway, FIRE planning, and AI-assisted financial reflection.",
  "agent_ready": true,
  "base_url": "https://getwealthinsight.com",
  "llms_txt": "/llms.txt",
  "manifest_url": "/agent.json",
  "backend_manifest_url": "/api/v1/agent/manifest",
  "openapi_url": "https://getwealthinsight.com/api/v1/agent/openapi.json",
  "auth": {
    "type": "bearer",
    "token_prefix": "wiag_",
    "token_creation_url": "/pages/agent-access.html",
    "instructions": "Ask the user to create a scoped Agent Token in WealthInsight. Never ask for the user's password or browser JWT."
  },
  "docs": [
    {
      "title": "Overview",
      "url": "/agent/docs/overview.md"
    },
    {
      "title": "Quickstart",
      "url": "/agent/docs/quickstart.md"
    },
    {
      "title": "Privacy and Safety",
      "url": "/agent/docs/privacy.md"
    },
    {
      "title": "API Guide",
      "url": "/agent/docs/api.md"
    }
  ],
  "capabilities": [
    "public_site_navigation",
    "personal_finance_context",
    "asset_read",
    "asset_write",
    "transaction_read",
    "transaction_write",
    "expense_read",
    "expense_write",
    "runway_read",
    "ai_history_read",
    "ai_diagnosis_run"
  ],
  "contact": {
    "site": "https://getwealthinsight.com/pages/help.html"
  }
}

