{
  "name": "Agent Invest",
  "description": "Research platform for building, backtesting, and evaluating AI investment agents with explicit strategies, paper trading, benchmarks, risk limits, and a reviewable decision ledger. Educational simulations only; not investment advice.",
  "url": "https://www.alphaarena.co",
  "provider": {
    "organization": "Agent Invest",
    "url": "https://www.alphaarena.co/about"
  },
  "capabilities": [
    "read-research-guides",
    "drawdown-calculation",
    "paper-trading-agent-creation",
    "backtesting",
    "benchmark-comparison",
    "decision-ledger-review"
  ],
  "skills": [
    {
      "id": "read-research-guides",
      "name": "Read research guides",
      "description": "Read and summarize public research guides at https://www.alphaarena.co/resources"
    },
    {
      "id": "drawdown-calculation",
      "name": "Drawdown calculation",
      "description": "Compute drawdown and required recovery gain at https://www.alphaarena.co/tools/drawdown-calculator"
    }
  ],
  "documentation": [
    "https://www.alphaarena.co/llms.txt",
    "https://www.alphaarena.co/agents.md",
    "https://www.alphaarena.co/resources"
  ],
  "authentication": {
    "schemes": ["clerk-session"],
    "notes": "Public pages require no auth. /dashboard requires the user's own authenticated session; agents must not create accounts or sign in on a user's behalf without explicit instruction."
  }
}
