#How to connect AITunnel api to clawdbot

1 messages · Page 1 of 1 (latest)

ivory frigate
#

I need to connect AITunnel api to clawdbot. I am using hostinger vps and aitunnel support advises to use environment like this one
export OPENAI_API_KEY="sk-aitunnel-xxx"
export OPENAI_BASE_URL="https://api.aitunnel.ru/v1/"
export ANTHROPIC_API_KEY="sk-aitunnel-xxx"
export ANTHROPIC_BASE_URL="https://api.aitunnel.ru"
export OPENCLAW_DEFAULT_MODEL="gpt-5.2"
export TELEGRAM_BOT_TOKEN="your_token"
but i added same variables to environment in hpanel of hostinger but clawdbot doesn't see any api's
Here is error that i have
⚠️ Agent failed before reply: No API key found for provider "google". Auth store: /data/.openclaw/agents/main/agent/auth-profiles.json (agentDir: /data/.openclaw/agents/main/agent). Configure auth for this agent (openclaw agents add <id>) or copy auth-profiles.json from the main agentDir.
Logs: openclaw logs --follow