API 密钥配置

investment-research API-KEY.md

API 密钥配置

export INVESTMENT_RESEARCH_API_KEY="ais_..."
export AI_SKILLS_API_URL="https://ai-skills.open-idea.net" # 可选,仅站点根

SITE_ROOT="${AI_SKILLS_API_URL:-https://ai-skills.open-idea.net}"
API_ROOT="${SITE_ROOT%/}/api/v1"

鉴权头:

Authorization: Bearer $INVESTMENT_RESEARCH_API_KEY

密钥只用于 Investment Research,权限能力为 filing.searchcompany.factsrisk.analyzereport.create。上游身份由 AI Skills 平台配置;不要要求用户粘贴平台密钥、 服务提供方凭证或 User-Agent,也不要把 secret 写入 JSON、日志、引用或报告。