{
  "name": "DAIS Home Assistant",
  "description": "Agent representing Dependable AI Solutions, LLC. Answers questions about the company, its products (Adjutant AI, Business Registry, Continuum, Shoreline, Political Pendulum, Firebase Foundation, DAIS Home), team, capabilities, and how to engage. Backed by Gemini 3.1 with Google Search grounding and Model Armor input/output filtering.",
  "url": "https://dependableaisolutions.com/a2a/chat",
  "version": "0.2.0-beta",
  "capabilities": [
    "company-info",
    "product-info",
    "team-info",
    "engagement-routing",
    "contact-handoff"
  ],
  "protocols": [
    "a2a/0.1",
    "http+json"
  ],
  "contact": "https://dependableaisolutions.com",
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "description": "Static bearer token. Phase 1 stopgap — Phase 3 will replace with signed JWTs minted by the DAIS Agent Identity service."
    }
  },
  "security": [
    {
      "bearerAuth": []
    }
  ]
}