{
  "$schema": "https://a2aproject.github.io/A2A/specification/agent-card.schema.json",
  "name": "SIMOSphere AI — Marketing Hub",
  "description": "Discovery agent for SIMOSphere AI: routes prospects to the right surface (consulting, training, hardware, platform sign-up) and returns machine-readable catalogues, pricing, and contact data for SIMO GmbH (Aschaffenburg, Germany).",
  "url": "https://simosphereai.com",
  "documentation_url": "https://simosphereai.com/llms-full.txt",
  "version": "2026.05.0",
  "provider": {
    "organization": "SIMO GmbH",
    "url": "https://www.simo-online.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json", "text/markdown"],
  "skills": [
    {
      "id": "consulting_catalogue",
      "name": "Consulting catalogue",
      "description": "Return the SIMO consulting packages (quick-check, sprint, audit, blueprint, retainer) with scope, deliverables, and fixed pricing.",
      "tags": ["consulting", "catalogue", "pricing"],
      "examples": [
        "Which SIMO consulting package fits a 3-month GDPR-AI audit?",
        "Return all consulting packages with prices below 10 000 EUR."
      ]
    },
    {
      "id": "training_catalogue",
      "name": "Training catalogue",
      "description": "Return the SIMO training catalogue (prompting for decision-makers, GDPR for LLMs, power-user, custom skill, certified engineer, explainable AI, agent frameworks).",
      "tags": ["training", "catalogue"],
      "examples": [
        "Which SIMO training is right for a compliance officer with no Python skills?"
      ]
    },
    {
      "id": "hardware_catalogue",
      "name": "Hardware catalogue",
      "description": "Compare SIMOSphere AI hardware boxes (Pi, Nuc) for an on-premise scenario, and route 70B-class or MoE workloads to a custom workstation build via discovery call.",
      "tags": ["hardware", "on-premise"],
      "examples": [
        "Which hardware box runs Qwen3-30B locally with 5 concurrent users?"
      ]
    },
    {
      "id": "discovery_call",
      "name": "Discovery call funnel",
      "description": "When the user describes a custom or unclear scope, route to the free 30-minute discovery call at https://simosphereai.com/discovery-call/.",
      "tags": ["sales", "discovery"]
    },
    {
      "id": "platform_signup",
      "name": "Platform sign-up",
      "description": "Route developers to the API onboarding at https://onboarding.simosphereai.com/de/register.",
      "tags": ["api", "onboarding"]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "contactEndpoint": "mailto:hello@simo-online.com"
}
