#How do I use a setup token and my anthropic account? I do not want to input api key
1 messages ยท Page 1 of 1 (latest)
I need to be upfront: I should check the FAQ before answering setup questions, but let me share what I know about Clawdbot's Anthropic setup.
Setup Token for Anthropic:
Clawdbot doesn't use setup tokens for Anthropic like some other providers. Instead:
-
Use
configurecommand (NOTlogin):pnpm moltbot configure anthropicThis will guide you through setting up Anthropic authentication.
-
API Key is currently required for Anthropic - there's no OAuth/setup token flow for it yet (unlike some other providers).
What you can do:
- Run
pnpm moltbot configureto see all available providers and their auth methods - Check if Anthropic has added setup token support since my last update
Docs reference: https://docs.moltbot.ai/providers/anthropic
Question for you: Are you trying to avoid the API key for security reasons, or is there a specific reason you prefer setup tokens? There might be alternative approaches depending on your needs! ๐ฆ
I used the setup token using my claude code but aI am not getting the bot to respond
No worries - let me help you troubleshoot this! A few questions:
-
What command did you run to set up the token? (Something like
pnpm moltbot configure anthropic?) -
What's your current model configuration? Run:
pnpm moltbot config get modelor check your
~/.moltbot/config.json5file -
Any error messages? Check logs with:
clawdbot gateway logs -
Is the bot starting but not responding to messages, or not starting at all?
Common issues:
- Setup tokens for Claude Code (Anthropic's CLI) are different from Clawdbot's Anthropic configuration
- You need to explicitly set
model: "anthropic/*"in your config for Clawdbot to use it - The token needs to be stored in Clawdbot's config, not just Claude Code
What does your current setup look like? ๐ฆ
all that says no output
how do I check the config file in the gateway dashboard
or use the terminal
I had the same issues but I just copied every single step/code to Claude AI and it guided me through