{
  "schema_version": "1.0",
  "name": "Comturk Agent Discovery",
  "description": "Discovery manifest for agents and crawlers that need public Comturk product, pricing, integration, and availability data.",
  "url": "https://comturk.com/.well-known/agent-discovery.json",
  "last_updated": "2026-05-17",
  "website": "https://comturk.com/",
  "llms_txt": "https://comturk.com/llms.txt",
  "llms_full_txt": "https://comturk.com/llms-full.txt",
  "openapi": {
    "url": "https://comturk.com/openapi.json",
    "media_type": "application/vnd.oai.openapi+json",
    "description": "OpenAPI 3.1 description for public read-only discovery feeds."
  },
  "feeds": [
    {
      "name": "Pricing",
      "url": "https://comturk.com/feeds/pricing.json",
      "media_type": "application/json"
    },
    {
      "name": "Products",
      "url": "https://comturk.com/feeds/products.json",
      "media_type": "application/json"
    },
    {
      "name": "Integrations",
      "url": "https://comturk.com/feeds/integrations.json",
      "media_type": "application/json"
    },
    {
      "name": "Inventory",
      "url": "https://comturk.com/feeds/inventory.json",
      "media_type": "application/json"
    },
    {
      "name": "Availability",
      "url": "https://comturk.com/feeds/availability.json",
      "media_type": "application/json"
    },
    {
      "name": "Catalog XML",
      "url": "https://comturk.com/feeds/catalog.xml",
      "media_type": "application/xml"
    }
  ],
  "actions": [
    {
      "id": "signup",
      "name": "Start for free",
      "url": "https://chat.comturk.com/signup",
      "type": "external"
    },
    {
      "id": "login",
      "name": "Sign in",
      "url": "https://chat.comturk.com/login",
      "type": "external"
    },
    {
      "id": "contact-sales",
      "name": "Contact sales",
      "url": "https://comturk.com/company/contact.html",
      "type": "website"
    }
  ],
  "agent_commerce": {
    "status": "planned",
    "current_capabilities": [
      "read_pricing",
      "read_product_catalog",
      "read_integration_availability",
      "read_service_inventory",
      "start_signup",
      "contact_sales"
    ],
    "not_available_yet": [
      "transactional_checkout_endpoint",
      "booking_endpoint",
      "authenticated_account_api",
      "inventory_reservation_endpoint"
    ],
    "roadmap_note": "Add authenticated account, procurement, checkout, and scheduling endpoints when a target agent-commerce protocol is selected."
  }
}
