{
  "name": "Moyduz Agent",
  "description": "AI assistant for custom software, ecommerce, AI automation, ERP/OMS integrations, pricing and growth guidance.",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "url": "https://www.moyduz.com/api/chat",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Moyduz",
    "url": "https://www.moyduz.com"
  },
  "documentationUrl": "https://www.moyduz.com/docs/api",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "protocol": "https",
      "transport": "rest",
      "url": "https://www.moyduz.com/api/chat",
      "serviceUrl": "https://www.moyduz.com/api/chat"
    },
    {
      "protocol": "https",
      "transport": "rest",
      "url": "https://www.moyduz.com/api/x402/ping",
      "serviceUrl": "https://www.moyduz.com/api/x402/ping"
    }
  ],
  "skills": [
    {
      "id": "platform-comparison",
      "name": "Platform Comparison",
      "description": "Compares ecommerce and software stacks for Turkish market requirements.",
      "tags": [
        "ecommerce",
        "comparison"
      ]
    },
    {
      "id": "custom-software-advisor",
      "name": "Custom Software Advisor",
      "description": "Guides build-vs-buy, ERP, OMS and AI automation decisions.",
      "tags": [
        "software",
        "erp"
      ]
    },
    {
      "id": "pricing-estimator",
      "name": "Pricing Estimator",
      "description": "Estimates implementation cost and timeline.",
      "tags": [
        "pricing"
      ]
    },
    {
      "id": "integration-advisor",
      "name": "Integration Advisor",
      "description": "Recommends payment, cargo, marketplace and ERP integrations.",
      "tags": [
        "integrations",
        "payments"
      ]
    },
    {
      "id": "x402-payments",
      "name": "x402 Payments",
      "description": "Agent-native HTTP payments via x402 on /api and /api/x402/ping.",
      "tags": [
        "x402",
        "payments"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://www.moyduz.com/.well-known/x402",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://www.moyduz.com/openapi.json",
      "transport": "HTTP+JSON"
    }
  ]
}