Allow configuring AWS Bedrock api key

Feature request for product/service

API Keys

Describe the request

There should be a way to configure AWS Bedrock Key (in addition to regular AWS service keys). AWS Bedrock allows generating its own keys that are limited to just bedrock API keys - Amazon Bedrock

Screenshot / Screen Recording

Operating System (if it applies)

MacOS

As a workaround, I built a proxy that translates Bedrock API calls into the OpenAI API format, which allows me to use AWS Bedrock models in Cursor via the custom OpenAI API endpoint: GitHub - insaneyilin/aws-bedrock2openai-proxy: A lightweight Flask proxy that exposes AWS Bedrock's LLM models through an OpenAI-compatible API. ยท GitHub

However, custom models in Cursor are quite limited compared to the built-in ones โ€” features like Tab completion, Apply from Chat, and Agent mode are not available for custom models.

I also think Cursor should have native support for AWS Bedrock API key.