{
  "name": "TimeKairos Digital Atelier",
  "description": "Ukrainian Digital Atelier ecosystem: clean-code websites, migration from builders, SEO Passport (technical layer), audits, and support.",
  "url": "https://timekairos.com.ua/",
  "version": "1.0",
  "lastUpdated": "2026-07-27",
  "documentation": {
    "llms": "https://timekairos.com.ua/llms.txt",
    "llmsFull": "https://timekairos.com.ua/llms-full.txt",
    "brandContext": "https://timekairos.com.ua/ai-brand-context.md"
  },
  "actions": [
    {
      "id": "browse_catalog",
      "name": "Browse website catalog",
      "description": "Filter 90+ ready-made website architectures by category or client niche (case slug).",
      "method": "GET",
      "endpoint": "https://timekairos.com.ua/catalog",
      "parameters": {
        "type": "object",
        "properties": {
          "filter": {
            "type": "string",
            "description": "Catalog category key (e.g. landing, corporate, ecommerce)."
          },
          "niche": {
            "type": "string",
            "description": "Client niche slug from cases (e.g. vendstore, v12-coffee)."
          },
          "page": {
            "type": "integer",
            "minimum": 1,
            "description": "Pagination page number."
          }
        }
      }
    },
    {
      "id": "request_consultation",
      "name": "Request project consultation",
      "description": "Submit a contact or order inquiry. At least one of email or phone is required.",
      "method": "POST",
      "endpoint": "https://timekairos.com.ua/api/send-order",
      "parameters": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "minLength": 2,
            "maxLength": 100
          },
          "email": {
            "type": "string",
            "format": "email",
            "maxLength": 254
          },
          "phone": {
            "type": "string",
            "maxLength": 100
          },
          "message": {
            "type": "string",
            "maxLength": 500
          },
          "language": {
            "type": "string",
            "enum": [
              "uk",
              "en",
              "ru"
            ]
          }
        },
        "required": [
          "name"
        ]
      }
    },
    {
      "id": "start_ai_xray",
      "name": "Start AI X-Ray website audit",
      "description": "Open the AI X-Ray audit flow for a client website URL (100+ technical checks).",
      "method": "GET",
      "endpoint": "https://timekairos.com.ua/ai-xray",
      "parameters": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "Website URL or domain to audit (entered on the page)."
          }
        }
      }
    },
    {
      "id": "seo_passport_audit",
      "name": "SEO Passport — free audit and technical layer",
      "description": "Free passport audit by URL; one-time file package (Schema.org, llms.txt, agents.json) from $250. Technical layer only — not monthly SEO or content writing.",
      "method": "GET",
      "endpoint": "https://timekairos.com.ua/ai-seo",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "id": "view_pricing",
      "name": "View packages and pricing",
      "description": "List fixed-price packages and service tiers.",
      "method": "GET",
      "endpoint": "https://timekairos.com.ua/pricing",
      "parameters": {
        "type": "object",
        "properties": {
          "lang": {
            "type": "string",
            "enum": [
              "uk",
              "en",
              "ru"
            ],
            "description": "Optional locale prefix path (/en/pricing, /ru/pricing)."
          }
        }
      }
    }
  ]
}
