{
  "protocol": "a2a-draft",
  "name": "Castalia - Cosmic You",
  "description": "Conversational guide to a person's complete metaphysical blueprint across 13 systems. Agents may act for a user with a scoped Agent Pass; public lookup tools require no auth.",
  "url": "https://cosmicyou.me",
  "version": "1.0",
  "capabilities": {
    "mcp": {
      "personal": {
        "endpoint": "https://cosmicyou.me/api/mcp/personal",
        "auth": "bearer-agent-pass",
        "methods": [
          "initialize",
          "tools/list",
          "tools/call"
        ]
      },
      "discovery": "/.well-known/mcp.json"
    },
    "machine_manifest": "https://cosmicyou.me/api/agent/capabilities",
    "streaming": false,
    "async_tasks": "planned"
  },
  "auth": {
    "type": "agent-pass",
    "mint": "in-app: Settings > Your Agents",
    "scopes": [
      "read:signal",
      "read:cards",
      "read:blueprint",
      "write:journal",
      "spend:eyes",
      "castalia:ask"
    ],
    "budgets": "per-pass daily Eyes budget, enforced server-side"
  },
  "policies": {
    "two_person_data": "synastry and joint sessions require standing mutual consent from BOTH people; agents cannot elicit around this",
    "compulsion_firewall": "outputs never manufacture urgency, withhold answers to drive engagement, or engineer need; this policy travels with agent-mediated content",
    "minors": "not permitted"
  },
  "pricing_hint": "metered actions answer 402 with a quote in Castalian Eyes; see machine_manifest",
  "license": {
    "version": "aal-1.0",
    "url": "https://cosmicyou.me/agent-license",
    "train": "deny",
    "redistribute": "deny",
    "attribution": "required-with-link"
  }
}