promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Claude Code

/setup-bedrock

Configures Amazon Bedrock authentication, region, and model pins via an interactive wizard.

Configures Amazon Bedrock authentication, region, and model pins via an interactive wizard. Only visible with CLAUDE_CODE_USE_BEDROCK=1.

โœ… WHEN TO USE IT?

Team is switching to Amazon Bedrock

With CLAUDE_CODE_USE_BEDROCK=1 set, run /setup-bedrock to interactively configure authentication, region, and model pins.

Update model pins after a Bedrock change

After a change to available Bedrock models, run /setup-bedrock again to re-pin them.

โ›” WHEN NOT TO?

Without the env var set

Per the docs, /setup-bedrock is only visible when CLAUDE_CODE_USE_BEDROCK=1 is set.

Better: Set the env var first, or just use /login for normal Anthropic account usage.

SOURCES