{
  "schemaVersion": "0.2",
  "name": "foundry-provisioning-agent",
  "description": "Automated provisioning agent for Possibility Foundry. Handles waitlist capture and identity bootstrapping.",
  "url": "https://possibility-hub.run.app/.well-known/agent.json",
  "capabilities": {
    "streaming": true,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "oauth2",
      "bearer",
      "robot-secret"
    ]
  },
  "skills": [
    {
      "id": "request_access",
      "name": "Request Foundry Access",
      "description": "Capture lead information for the waitlist.",
      "inputModes": [
        "application/json"
      ]
    },
    {
      "id": "auth_robot",
      "name": "Robot Authentication",
      "description": "Login as a non-human agent for automated operations.",
      "inputModes": [
        "application/json"
      ]
    },
    {
      "id": "splash",
      "name": "Foundry Splash Experience",
      "description": "Serves the high-fidelity watercolor splash and access gate.",
      "outputModes": [
        "text/html",
        "application/json"
      ]
    }
  ],
  "extensions": {
    "a2ui/v1": {
      "flow": "foundry_provisioning",
      "entrySurface": "phase1_splash",
      "surfaces": [
        {
          "id": "phase1_splash",
          "title": "Possibility Splash",
          "description": "The initial entry point. Minimal information, inviting conversation."
        },
        {
          "id": "phase2_identity",
          "title": "Identity Disclosure",
          "description": "Introduce yourself to the Foundry. No anonymous access beyond this point."
        },
        {
          "id": "phase3_agreement",
          "title": "Collaboration Agreement",
          "description": "The official terms of participation. Shared network of value."
        }
      ]
    }
  }
}
