{
  "name": "SoluteLabs Site Agent",
  "description": "Answers grounded questions about SoluteLabs — what we build, how we work, and which projects we have shipped — from the indexed public solutelabs.com corpus. Every answer cites the page it came from.",
  "version": "1.0.0",
  "documentationUrl": "https://www.solutelabs.com/llms.txt",
  "iconUrl": "https://www.solutelabs.com/android-chrome-192x192.png",
  "provider": {
    "organization": "SoluteLabs",
    "url": "https://www.solutelabs.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://www.solutelabs.com/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "company-and-services-qa",
      "name": "Company and services Q&A",
      "description": "Answers questions about SoluteLabs as a company and about its five service lines — AI agent development, conversational and voice AI, enterprise AI knowledge systems, AI-native product engineering, and AI automation. Grounded in the published service pages; declines rather than guessing when the corpus does not cover the question.",
      "tags": ["company-info", "services", "product-engineering", "ai", "software-development"],
      "examples": [
        "What does SoluteLabs do?",
        "Do you build voice AI agents?",
        "How does SoluteLabs run a project?",
        "Where is SoluteLabs based?"
      ]
    },
    {
      "id": "case-study-lookup",
      "name": "Case study lookup",
      "description": "Retrieves SoluteLabs case studies and portfolio work relevant to a domain, industry, or technical problem, and returns a grounded summary with links to the full write-ups. Healthcare and HealthTech projects are indexed in depth.",
      "tags": ["case-studies", "portfolio", "references", "healthtech", "saas"],
      "examples": [
        "Show me healthcare case studies",
        "Have you built anything with ElevenLabs?",
        "What have you shipped for B2B SaaS companies?"
      ]
    }
  ]
}
