{
  "name": "zhenquant-factors",
  "version": "1.0.0",
  "transport": "http",
  "baseUrl": "https://www.zhenquant.hk",
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key",
    "prefix": "zq_live_"
  },
  "capabilities": [
    "factors:read",
    "factors:execute",
    "usage:read",
    "chat:create"
  ],
  "endpoints": {
    "health": "/api/health",
    "factors": "/v1/factors/list",
    "chatConversations": "/v1/chat/conversations",
    "billingQuota": "/api/billing/quota/current"
  }
}
