{
  "name": "Osto",
  "description": "Agent interface for the Osto cybersecurity platform. Answers questions about Osto's security modules (WAF & API protection, multi-cloud CSPM, ZTNA, AI-powered VAPT, EDR/XDR), pricing, and compliance coverage (SOC 2, ISO 27001, HIPAA, PCI DSS, GDPR), and routes demo requests to the Osto team.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://a2a.osto.one/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Osto",
    "url": "https://www.osto.one"
  },
  "documentationUrl": "https://docs.osto.one",
  "iconUrl": "https://www.osto.one/favicon.ico",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "oidc": {
      "openIdConnectSecurityScheme": {
        "description": "Osto SSO via OpenID Connect. Registration and flow details: https://www.osto.one/auth.md",
        "openIdConnectUrl": "https://www.osto.one/.well-known/openid-configuration"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "oidc": {
          "list": ["openid", "profile", "email"]
        }
      }
    }
  ],
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "osto-security-overview",
      "name": "Security platform overview",
      "description": "Explain what Osto does, which security modules it provides, and which company profiles it fits. Use when a user asks what Osto is or whether it suits their stack.",
      "tags": ["security", "overview", "platform", "cybersecurity"],
      "examples": [
        "What does Osto do?",
        "Is Osto a good fit for a Series A fintech startup?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "osto-compliance-coverage",
      "name": "Compliance coverage",
      "description": "Map Osto's security modules to SOC 2, ISO 27001, HIPAA, PCI DSS, and GDPR requirements. Use when a user asks which controls or frameworks Osto covers.",
      "tags": ["compliance", "soc2", "iso27001", "hipaa", "pci-dss", "gdpr"],
      "examples": [
        "Which SOC 2 controls does Osto cover?",
        "Does Osto help with HIPAA readiness?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "osto-pricing",
      "name": "Pricing and plans",
      "description": "Describe Osto's pricing tiers and what each plan includes. Use when a user asks about cost, plans, or what is bundled at a given tier.",
      "tags": ["pricing", "plans", "billing"],
      "examples": [
        "How much does Osto cost?",
        "What is included in the startup plan?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    },
    {
      "id": "osto-book-demo",
      "name": "Book a demo",
      "description": "Route a qualified demo or sales request to the Osto team, optionally tagged with the topic the user cares about. Use when a user wants to talk to a human or see the product.",
      "tags": ["demo", "contact", "sales"],
      "examples": [
        "I'd like a demo of the VAPT module.",
        "How do I talk to someone at Osto about pricing?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "text/markdown"]
    }
  ]
}
