{
  "name": "AgentaOS",
  "description": "The financial OS for the agent economy. Accept payments, automate spending with AI agents, enforce guardrails on every transaction.",
  "url": "https://agentaos.ai",
  "version": "0.2.0",
  "provider": {
    "organization": "Agenta (Aristokrates OÜ)",
    "url": "https://agentaos.ai"
  },
  "capabilities": {
    "payments": {
      "description": "Accept payments from anyone via checkout links. Instant stablecoin settlement on Base.",
      "currencies": ["USDC"],
      "networks": ["base"]
    },
    "wallets": {
      "description": "Non-custodial wallets with 2-of-3 threshold signing. No single point of failure.",
      "type": "non-custodial",
      "signing": "threshold-ecdsa-cggmp24"
    },
    "agent_automation": {
      "description": "AI agents can send payments, interact with contracts, and sign messages — all within enforceable guardrails set by humans.",
      "guardrails": ["spending_limits", "daily_limits", "monthly_limits", "allowed_contracts", "allowed_functions", "blocked_addresses", "rate_limits", "time_windows"]
    }
  },
  "interfaces": {
    "mcp": {
      "description": "Model Context Protocol server with 18 tools for account operations.",
      "command": "npx agentaos mcp",
      "tools": 18,
      "documentation": "https://docs.agentaos.ai/mcp"
    },
    "cli": {
      "description": "Command-line interface for account management.",
      "install": "npm install -g agentaos",
      "documentation": "https://docs.agentaos.ai/cli"
    },
    "sdk": {
      "description": "TypeScript SDK for programmatic account operations.",
      "install": "npm install @agentaos/sdk",
      "documentation": "https://docs.agentaos.ai/sdk"
    }
  },
  "authentication": {
    "type": "api_key",
    "env_vars": ["AGENTA_API_KEY", "AGENTA_API_SECRET"],
    "signup": "https://app.agentaos.ai"
  },
  "links": {
    "homepage": "https://agentaos.ai",
    "documentation": "https://docs.agentaos.ai",
    "github": "https://github.com/AgentaOS/agentaos",
    "blog": "https://agentaos.ai/blog/",
    "whitepaper": "https://zenodo.org/records/18684027",
    "llms_txt": "https://agentaos.ai/llms.txt"
  }
}
