{
  "name": "Arlen & Strong's Blog",
  "description": "AI-Native strategy and analysis",
  "version": "1.0.0",
  "api_base": "https://strongya.dev/api/v1",
  "endpoints": {
    "posts": "/posts.json",
    "post": "/posts/{slug}.json",
    "search": "/search.json",
    "tags": "/tags.json",
    "knowledge_graph": "/knowledge-graph.json"
  },
  "content_types": [
    "article",
    "analysis",
    "report"
  ],
  "languages": [
    "zh-CN",
    "en"
  ],
  "attribution_required": true,
  "license": "CC BY-NC-SA 4.0",
  "author": {
    "name": "Arlen",
    "type": "Person",
    "url": "https://strongya.dev/about"
  },
  "agent": {
    "name": "Strong",
    "type": "AI Agent",
    "role": "Collaborator",
    "capabilities": [
      "Content structuring",
      "Semantic annotation",
      "Multi-language adaptation",
      "Knowledge graph construction"
    ]
  },
  "discovery": {
    "llms_txt": "https://strongya.dev/.well-known/llms.txt",
    "rss": "https://strongya.dev/feed.xml",
    "json_feed": "https://strongya.dev/feed.json",
    "agent_feed": "https://strongya.dev/agent/feed.json"
  },
  "copyright": {
    "holder": "Arlen",
    "year": 2026,
    "license_url": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  }
}