Merge pull request #1289 from clawdbot/docs/bedrock-docs

docs: add Bedrock provider links
This commit is contained in:
Peter Steinberger
2026-01-20 07:14:37 +00:00
committed by GitHub
3 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ Docs: https://docs.clawd.bot
### Changes ### Changes
- Android: remove legacy bridge transport code now that nodes use the gateway protocol. - Android: remove legacy bridge transport code now that nodes use the gateway protocol.
- Android: send structured payloads in node events/invokes and include user-agent metadata in gateway connects. - Android: send structured payloads in node events/invokes and include user-agent metadata in gateway connects.
- Docs: surface Amazon Bedrock in provider lists and clarify Bedrock auth env vars. (#1289) — thanks @steipete.
### Fixes ### Fixes
- Gateway: strip inbound envelope headers from chat history messages to keep clients clean. - Gateway: strip inbound envelope headers from chat history messages to keep clients clean.

View File

@@ -28,9 +28,11 @@ export AWS_REGION="us-east-1"
# Optional: # Optional:
export AWS_SESSION_TOKEN="..." export AWS_SESSION_TOKEN="..."
export AWS_PROFILE="your-profile" export AWS_PROFILE="your-profile"
# Optional (Bedrock API key/bearer token):
export AWS_BEARER_TOKEN_BEDROCK="..."
``` ```
2) Add a Bedrock provider and model to your config: 2) Add a Bedrock provider and model to your config (no `apiKey` required):
```json5 ```json5
{ {

View File

@@ -31,6 +31,7 @@ Looking for chat channel docs (WhatsApp/Telegram/Discord/Slack/etc.)? See [Chann
- [Vercel AI Gateway](/providers/vercel-ai-gateway) - [Vercel AI Gateway](/providers/vercel-ai-gateway)
- [Moonshot AI (Kimi + Kimi Code)](/providers/moonshot) - [Moonshot AI (Kimi + Kimi Code)](/providers/moonshot)
- [OpenCode Zen](/providers/opencode) - [OpenCode Zen](/providers/opencode)
- [Amazon Bedrock](/bedrock)
- [Z.AI](/providers/zai) - [Z.AI](/providers/zai)
- [GLM models](/providers/glm) - [GLM models](/providers/glm)
- [MiniMax](/providers/minimax) - [MiniMax](/providers/minimax)