{
  "name": "CZM AI Agent",
  "description": "AI agent for agent-to-agent communication with CZM Labs. Handles inquiries about services, capabilities, and general business information. Responds in English, Spanish, Chinese (Simplified), and Japanese. Available Monday–Sunday, 15:00–00:00 UTC. Contact: info@czm.ai.",
  "version": "1.0.0",
  "provider": {
    "organization": "CZM Labs",
    "url": "https://czm.ai"
  },
  "supportedInterfaces": [
    {
      "url": "https://ui.czm.ai/llms/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "information_retrieval",
      "name": "Information Retrieval",
      "description": "Retrieves factual information about CZM Labs products, services, and business operations using the RAG system.",
      "tags": ["information", "retrieval", "knowledge", "rag", "search"],
      "examples": [
        "What services does CZM Labs offer?",
        "Tell me about your enterprise AI offerings.",
        "What is the CZM Labs RAG system?"
      ]
    },
    {
      "id": "service_inquiry",
      "name": "Service Inquiry",
      "description": "Handles questions about specific CZM Labs services including pricing, terms, and regional availability.",
      "tags": ["service", "inquiry", "pricing", "availability", "plans"],
      "examples": [
        "What is the pricing for the RAG API?",
        "Is your service available in the EU?",
        "What SLA do you offer?"
      ]
    },
    {
      "id": "capability_discovery",
      "name": "Capability Discovery",
      "description": "Explains what CZM Labs agents can do, what protocols they support, and how to integrate with them.",
      "tags": ["capabilities", "discovery", "features", "integration", "a2a", "mcp"],
      "examples": [
        "What protocols does your agent support?",
        "Does the CZM agent support streaming?",
        "What languages can the agent respond in?"
      ]
    },
    {
      "id": "scheduling",
      "name": "Scheduling",
      "description": "Assists with booking demos, consultations, and meetings with CZM Labs staff.",
      "tags": ["scheduling", "calendar", "demo", "meeting", "appointment", "consultation"],
      "examples": [
        "Can I schedule a demo with your team?",
        "I'd like to book a consultation for next week.",
        "What times are available for a call?"
      ]
    },
    {
      "id": "general_conversation",
      "name": "General Conversation",
      "description": "Handles open-ended conversational queries, greetings, and general assistance related to CZM Labs.",
      "tags": ["conversation", "general", "chat", "help", "support"],
      "examples": [
        "Hello, who are you?",
        "Can you help me understand what CZM Labs does?",
        "I'm not sure where to start."
      ]
    }
  ]
}