Skip to content

feat: add Bedrock API key auth to AWS Claude#5497

Merged
dirkbrnd merged 1 commit intoagno-agi:mainfrom
nehaaprasad:feat/auth-aws
Nov 26, 2025
Merged

feat: add Bedrock API key auth to AWS Claude#5497
dirkbrnd merged 1 commit intoagno-agi:mainfrom
nehaaprasad:feat/auth-aws

Conversation

@nehaaprasad
Copy link
Copy Markdown
Contributor

Summary

  • Added optional api_key support (with AWS_BEDROCK_API_KEY fallback) to agno.models.aws.Claude, mirroring the direct Anthropic flow so Bedrock API keys work alongside IAM creds.
  • Centralized Bedrock client parameter construction to keep IAM, boto3 session, and API key paths aligned without regressions.

fix: #5492

Type of change

  • New feature

Checklist

  • Code complies with style guidelines
  • Self-review completed

@nehaaprasad nehaaprasad requested a review from a team as a code owner November 24, 2025 00:55
@dirkbrnd
Copy link
Copy Markdown
Contributor

Thanks @naaa760

@dirkbrnd dirkbrnd merged commit 8bfb1a0 into agno-agi:main Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add API Key Authentication Support for AWS Bedrock Claude Models

2 participants