Files
workspace/projects/control-panel/data/api-keys.json

50 lines
1.5 KiB
JSON

[
{
"service": "Anthropic (Claude)",
"key_location": "~/.openclaw/agents/main/agent/auth-profiles.json",
"type": "OAuth token (sk-ant-oat01-...)",
"status": "active",
"notes": "Primary AI model. Opus for Case, Sonnet for agents.",
"created": "2026-01-30"
},
{
"service": "CoinEx",
"key_location": "~/.openclaw/workspace/.credentials/coinex.env",
"type": "HMAC API key (COINEX_ACCESS_ID + COINEX_SECRET_KEY)",
"status": "active",
"notes": "Futures-only. No spot, no withdraw, no transfer.",
"created": "2026-02-20"
},
{
"service": "Telegram Bot",
"key_location": "~/.openclaw/workspace/.credentials/telegram-bot.env",
"type": "Bot token (BOT_TOKEN + CHAT_ID)",
"status": "active",
"notes": "Used by CoinEx trader and other scripts for alerts.",
"created": "2026-02-08"
},
{
"service": "Gitea",
"key_location": "~/.git-credentials",
"type": "HTTP credentials",
"status": "active",
"notes": "User: case. For git push to git.letsgetnashty.com.",
"created": "2026-01-30"
},
{
"service": "Brave Search",
"key_location": "NOT CONFIGURED",
"type": "API key",
"status": "missing",
"notes": "web_search tool needs this. Run: openclaw configure --section web",
"created": null
},
{
"service": "Coolify",
"key_location": "1|KfeWUGJLTpDlWiPrjsUoTRiLUBiike7eHD0qtR6347526a37",
"type": "Coolify",
"status": "active",
"notes": "http://192.168.86.44:8000/",
"created": "2026-02-26"
}
]