diff --git a/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts b/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts index 58d4bf9..fe8edbd 100644 --- a/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts +++ b/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts @@ -197,7 +197,7 @@ export class AgentInstanceDeployService { const envParts = [ `-e OPENCLAW_GATEWAY_TOKEN=${token}`, `-e IT0_INSTANCE_ID=${instance.id}`, - `-e CLAUDE_API_KEY=${effectiveApiKey}`, + `-e ANTHROPIC_API_KEY=${effectiveApiKey}`, `-e ANTHROPIC_BASE_URL=${this.llmGatewayUrl}`, `-e IT0_AGENT_SERVICE_URL=${this.agentServicePublicUrl}`, ];