Command reference ยท Cursor CLI
agent bedrock
Configures AWS Bedrock as a model backend with your own credentials or a team IAM role.
Documented in the official changelog, not (yet) in the command reference table. Per the changelog entry (February 2026), agent bedrock configures access to AWS Bedrock either via your own access keys or a team IAM role, and works across interactive, headless, and editor sessions. As the slash command /bedrock it is additionally listed in the slash command reference doc; as a top-level CLI subcommand it's missing from reference/parameters.
โ WHEN TO USE IT?
Set up Bedrock as a bring-your-own-key model backend instead of Cursor's default models
agent bedrock
โ WHEN NOT TO?
You just want to switch the model for one run, not the backend
agent bedrock configures the backend itself, not just a single model for one session.
Better: Use --model <model> or /model if you only need to pick a different already-available model
SOURCES
- Cursor Docs โ CLI Changelog โ cursor.com