{
  "name": "ChatK.ai",
  "description": "Saudi SaaS platform for WhatsApp Business API — messaging, templates, broadcasts, contacts, CRM, AI agent, and automation.",
  "url": "https://chatk.ai",
  "provider": {
    "organization": "HWZN Technology",
    "url": "https://hwzn.tech"
  },
  "version": "2.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "description": "Supports the Agent Payments Protocol (AP2) for secure agent-initiated payments.",
        "required": false,
        "uri": "https://github.com/google-agentic-commerce/ap2/v1"
      }
    ]
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentials": "https://chatk.ai/auth.md"
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "supportedInterfaces": [
    {
      "url": "https://api.chatk.ai/api/v1",
      "protocol": "rest",
      "description": "ChatK.ai WhatsApp Business REST API"
    }
  ],
  "skills": [
    {
      "id": "send-message",
      "name": "Send WhatsApp Message",
      "description": "Send a text, image, video, document, or template message to a WhatsApp contact.",
      "tags": [
        "whatsapp",
        "messaging",
        "communication"
      ],
      "examples": [
        "Send a message to +966500000000",
        "Send a template to all contacts in segment VIP"
      ]
    },
    {
      "id": "manage-contacts",
      "name": "Manage Contacts",
      "description": "Create, update, search, import, export, and segment WhatsApp contacts with CRM pipeline support.",
      "tags": [
        "contacts",
        "crm",
        "management"
      ],
      "examples": [
        "Add a new contact with phone +966500000000",
        "List all contacts in the VIP segment"
      ]
    },
    {
      "id": "manage-templates",
      "name": "Manage Message Templates",
      "description": "Create, edit, delete, and submit WhatsApp message templates for approval.",
      "tags": [
        "templates",
        "whatsapp",
        "messaging"
      ],
      "examples": [
        "Create a new marketing template",
        "List all approved templates"
      ]
    },
    {
      "id": "broadcast",
      "name": "Broadcast Campaign",
      "description": "Create and send mass messaging campaigns to contact segments with scheduling and analytics.",
      "tags": [
        "broadcast",
        "campaign",
        "marketing"
      ],
      "examples": [
        "Create a broadcast to all customers",
        "Schedule a campaign for tomorrow at 10 AM"
      ]
    },
    {
      "id": "manage-conversations",
      "name": "Manage Conversations",
      "description": "View, assign, close, and respond to WhatsApp conversations in the shared inbox.",
      "tags": [
        "inbox",
        "conversations",
        "support"
      ],
      "examples": [
        "Show all open conversations",
        "Assign conversation to agent Ahmed"
      ]
    },
    {
      "id": "analytics",
      "name": "Analytics & Reports",
      "description": "Retrieve messaging analytics, campaign performance, and agent productivity reports.",
      "tags": [
        "analytics",
        "reports",
        "metrics"
      ],
      "examples": [
        "Show message delivery stats for this week",
        "Get campaign performance report"
      ]
    }
  ]
}