Amazon Bedrock routing

AWS Bedrock router for enterprise agents

Use Sage Router as the OpenAI-compatible policy layer in front of your authorized Amazon Bedrock routes. Keep AWS_PROFILE, AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, IAM policy, and Bedrock model access under your AWS account custody.

Create API key Read quickstart OpenAI-compatible setup Browse models

AWS account custody

Configure Bedrock as an authorized provider route through your AWS account, IAM policy, region, and model access approvals. Sage Router does not grant AWS, Bedrock, Anthropic, Meta, or Amazon Nova access.

OpenAI-compatible setup

Point OpenAI SDKs, Codex, Cursor, Aider, Continue, OpenHands, and gateway-compatible clients at https://api.sagerouter.dev/v1 while the router maps policy profiles to Bedrock and fallback routes.

Bedrock model routing

Route across customer-authorized Bedrock models such as Claude, Amazon Nova, Llama, and other approved foundation models without hard-coding every agent to one model ID or region.

60-second AWS Bedrock setup

export OPENAI_BASE_URL=https://api.sagerouter.dev/v1
export OPENAI_API_KEY=sk_sage_your_generated_key
export AWS_PROFILE=your_authorized_profile
export AWS_REGION=us-east-1

curl "$OPENAI_BASE_URL/chat/completions" \
  -H "Authorization: Bearer $OPENAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sage-router/frontier",
    "messages": [{"role": "user", "content": "Use the best healthy Bedrock or fallback route"}]
  }'

Credential load balancing

Credential pools can distribute traffic across authorized AWS profiles, keys, regions, or Bedrock routes and fail over when one path is exhausted, revoked, rate-limited, or unhealthy.

429 failover

Retryable rate limits can move to another eligible Bedrock credential, region, provider, local Ollama model, or private endpoint according to your routing policy.

Multimodal safeguards

Image, audio, video, and document inputs route only to capable models, so auto and agentic profiles do not send multimodal work to incompatible Bedrock or fallback routes.

Provider authorization boundary

Sage Router sells routing, generated keys, quotas, account management, analytics, and reliability infrastructure. It does not include bundled Bedrock resale, does not bypass AWS or model-provider terms, and does not grant unauthorized AWS, Bedrock, Anthropic, Meta, or Amazon Nova access.

Next steps

Create an API key, copy the hosted quickstart, use the OpenAI-compatible setup, or estimate routing fit.