{
  "$schema": "https://agents.well-known.dev/v1",
  "name": "GeneTech Tools",
  "description": "Comprehensive gene technology knowledge base - genes, diseases, therapies, CRISPR applications",
  "url": "https://genetech.tools",
  "category": "基因技术",
  "api": {
    "type": "rest",
    "base_url": "https://genetech.tools/api",
    "openapi": "https://genetech.tools/api/openapi.json",
    "endpoints": [
      {
        "path": "/api/genes.json",
        "method": "GET",
        "description": "Get genes data",
        "content_type": "application/json"
      },
      {
        "path": "/api/diseases.json",
        "method": "GET",
        "description": "Get diseases data",
        "content_type": "application/json"
      },
      {
        "path": "/api/gene_therapies.json",
        "method": "GET",
        "description": "Get gene therapies data",
        "content_type": "application/json"
      },
      {
        "path": "/api/crispr_applications.json",
        "method": "GET",
        "description": "Get crispr applications data",
        "content_type": "application/json"
      },
      {
        "path": "/api/data.json",
        "method": "GET",
        "description": "Get complete structured data",
        "content_type": "application/json"
      },
      {
        "path": "/api/entities.json",
        "method": "GET",
        "description": "Get flat entity list",
        "content_type": "application/json"
      },
      {
        "path": "/api/cross-refs.json",
        "method": "GET",
        "description": "Get cross-references to related knowledge bases",
        "content_type": "application/json"
      }
    ]
  },
  "capabilities": [
    "query",
    "browse",
    "cross_reference"
  ],
  "content_types": [
    "application/json",
    "text/html",
    "text/plain"
  ],
  "auth": {
    "type": "none"
  },
  "contact": "61960005@qq.com",
  "links": [
    {
      "rel": "related",
      "href": "https://tcm.genetech.tools",
      "title": "中药与基因疗法交叉研究"
    },
    {
      "rel": "related",
      "href": "https://brain.genetech.tools",
      "title": "脑疾病基因疗法"
    },
    {
      "rel": "related",
      "href": "https://life.genetech.tools",
      "title": "合成生物学基因工程"
    },
    {
      "rel": "related",
      "href": "https://agent.genetech.tools",
      "title": "AI辅助基因设计"
    }
  ]
}