{
  "protocolVersion": "0.3.0",
  "name": "SDEN Concierge",
  "description": "A2A agent for SDEN (sden.ai), a forward deployed engineering partner: answers questions about SDEN's three offers (Training, Audit & Consulting, Build & Run), how it designs, builds, and runs production AI agents, and how to start a project. Grounded in public site content; recommends the best-fit offer and routes to the right URL.",
  "url": "https://sden.ai/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [{ "url": "https://sden.ai/api/a2a", "transport": "JSONRPC" }],
  "additionalInterfaces": [{ "url": "https://sden.ai/api/a2a", "transport": "JSONRPC" }],
  "version": "1.0.0",
  "documentationUrl": "https://sden.ai/llms.txt",
  "iconUrl": "https://sden.ai/sden-logo-black.png",
  "provider": {
    "organization": "SDEN",
    "url": "https://sden.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "recommend-offer",
      "name": "Recommend an SDEN offer",
      "description": "Given a goal or situation, recommend the single best-fit SDEN offer (Training, Audit & Consulting, or Build & Run) and link the relevant page.",
      "tags": ["sales", "discovery", "offers", "routing"],
      "examples": [
        "We want our team fluent in the EU AI Act. Where do we start?",
        "Not sure if AI is even worth it for us. What does SDEN offer?",
        "We need someone to build and run a production AI system for us."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "explain-capabilities",
      "name": "Explain SDEN engineering capabilities",
      "description": "Describe the engineering disciplines behind SDEN's Build & Run offer and which one fits a given need.",
      "tags": ["engineering", "capabilities", "build-and-run"],
      "examples": [
        "What kinds of AI systems can SDEN actually build?",
        "Do you handle data engineering and MLOps, or just consulting?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "get-started",
      "name": "Start a project with SDEN",
      "description": "Explain how to begin an engagement and route the user to the start-a-project intake or a human contact.",
      "tags": ["onboarding", "contact", "intake"],
      "examples": [
        "How do I get started with SDEN?",
        "Who do I talk to about a project?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
