I have a multi agent setup
"agents": {
"defaults": {
"model": {
"primary": "",
"fallbacks": [
""
]
},
"list": [
{
"id": "claw",
"workspace": "/home/herb/.openclaw/workspace-claw",
"model": {
"primary": "blt-gemini/gemini-3-flash-preview",
"fallbacks": [
"aifast-claude/claude-opus-4-5-20251101",
"blt-claude/claude-opus-4-6"
]
}
},
{
"id": "c0der",
"name": "c0der",
"workspace": "/home/herb/.openclaw/workspace-c0der",
"agentDir": "/home/herb/.openclaw/agents/c0der/agent",
"model": {
"primary": "lazyrouter/auto",
"fallbacks": []
}
},
{
"id": "aifred",
"workspace": "/home/herb/.openclaw/workspace-aifred",
"model": {
"primary": "lazyrouter/auto",
"fallbacks": [
"blt-gemini/gemini-3-flash-preview"
]
}
},
and these are all correctly working other than the claw (my first agent)
when i message to it it just says:
Claw, [16/02/2026 12:06]
â
New session started · model: openrouter/z-ai/glm-4.7
Claw, [16/02/2026 12:06]
HTTP 401: User not found.