{
  "name": "Altus Architectural Studios",
  "description": "Informational agent for Altus Architectural Studios — a 100% employee-owned healthcare architecture firm. Answers questions about the firm, services, team, portfolio, and offices, and accepts inbound inquiries. Read-mostly; no long-running tasks.",
  "version": "1.0.0",
  "provider": {
    "organization": "Altus Architectural Studios",
    "url": "https://altusstudios.com"
  },
  "documentationUrl": "https://altusstudios.com/llms.txt",
  "iconUrl": "https://altusstudios.com/brand/logos/logo-dark.svg",
  "supportedInterfaces": [
    {
      "url": "https://altusstudios.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "firm-overview",
      "name": "Firm overview",
      "description": "Answers questions about Altus — founding, ownership, offices, leadership, and the firm-wide numbers (years in business, project count, states licensed).",
      "tags": [
        "about",
        "firm",
        "overview"
      ],
      "examples": [
        "Where is Altus headquartered?",
        "How many healthcare projects has Altus completed?",
        "Is Altus employee-owned?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "services-catalog",
      "name": "Services catalog",
      "description": "Describes the services Altus offers: architecture, master planning, interior design, facility assessments, and 5D BIM.",
      "tags": [
        "services",
        "capabilities"
      ],
      "examples": [
        "What services does Altus provide?",
        "Does Altus do master planning for hospital campuses?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "portfolio-lookup",
      "name": "Portfolio lookup",
      "description": "Looks up portfolio projects — healthcare facilities Altus has designed — by name, location, client, or project type.",
      "tags": [
        "portfolio",
        "projects",
        "case-studies"
      ],
      "examples": [
        "Show me featured UCHealth projects.",
        "What hospitals has Altus designed in Colorado?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "contact-inquiry",
      "name": "Contact inquiry",
      "description": "Accepts inbound contact requests (new-business inquiries, press, careers) and routes them to the right team at Altus.",
      "tags": [
        "contact",
        "inquiry",
        "leads"
      ],
      "examples": [
        "I'd like to discuss a new hospital project.",
        "Please connect me with your careers team."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}