{
  "version": "1",
  "name": "클래드 — 건설자재 API",
  "alternate_name": [
    "클래드",
    "CLAD"
  ],
  "description": "AI가 건설자재를 찾을 때 오는 곳",
  "homepage": "https://clad.kr",
  "contact": {
    "email": "ljk@ljkstudio.com"
  },
  "language": [
    "ko"
  ],
  "provider": {
    "name": "LJK스튜디오",
    "area_served": "KR"
  },
  "endpoints": [
    {
      "url": "https://clad.kr/llms.txt",
      "media_type": "text/plain",
      "description": "사이트 개요와 데이터 경로",
      "status": "live"
    },
    {
      "url": "https://clad.kr/products.json",
      "media_type": "application/ld+json",
      "description": "schema.org 그래프",
      "status": "live"
    },
    {
      "url": "https://clad.kr/.well-known/agent-catalog",
      "media_type": "application/json",
      "description": "에이전트 진입점",
      "status": "live"
    },
    {
      "url": "https://clad.kr/openapi.json",
      "media_type": "application/json",
      "description": "API 스펙",
      "status": "live"
    }
  ],
  "api": {
    "base_url": "https://api.clad.kr/v1",
    "spec": "https://clad.kr/openapi.json",
    "status": "planned",
    "operations": [
      "searchProducts",
      "getProduct",
      "getSupplier",
      "createQuote"
    ]
  },
  "services": [
    {
      "id": "diagnosis",
      "name": "클래드 진단",
      "description": "현황 측정과 리포트",
      "price_krw": 0,
      "price_display": "무료",
      "billing": "free",
      "is_minimum": false
    },
    {
      "id": "listing",
      "name": "클래드 등재",
      "description": "제품 원장 30품목, 게시, API 개통",
      "price_krw": 2500000,
      "price_display": "250만 원부터",
      "billing": "one-time",
      "is_minimum": true
    },
    {
      "id": "maintenance",
      "name": "클래드 유지",
      "description": "데이터 갱신, 인증 만료 감시, 분기 재측정",
      "price_krw": 150000,
      "price_display": "월 15만 원부터",
      "billing": "monthly",
      "is_minimum": true
    },
    {
      "id": "agent-api",
      "name": "클래드 API",
      "description": "조건 검색·견적 응답",
      "price_krw": 200000,
      "price_display": "월 20만 원부터",
      "billing": "monthly",
      "is_minimum": true
    }
  ],
  "usage": {
    "crawling": "allowed",
    "training": "allowed",
    "citation": "출처를 clad.kr 으로 표기해 주십시오."
  }
}