Use these docs in Claude¶
Want Claude (claude.ai) to answer questions using the Bedrock docs? Download the docs as a Claude Agent Skill and upload it to your own Claude account. Claude then reads the relevant page on demand when you ask about Bedrock — no copy-paste, no giving Claude a link it can't reach (this site is behind SSO).
Install it (one-time, ~1 minute)¶
- Download the zip above. You're already signed in via SSO, so the download just works.
- In claude.ai → Settings → Capabilities → Skills, choose Upload skill
and pick the zip. (On Claude Code / the API, drop the unzipped
bedrock-docs/folder into your skills directory.) - Done. In any chat, ask Claude about Bedrock — the security model, the wire protocol, an interop standard, how to stand up a deployment — and it pulls the right page from the skill.
Refreshing¶
The skill is a snapshot taken when you downloaded it. These docs change, so when you're relying on a load-bearing detail, re-download and re-upload to get the current version. There's no auto-update — that's the trade for needing no server and no team account.
What's in it¶
Everything on this site: the architecture overview and status & roadmap, the security / authorization / PKI model, the wire protocol and the rest of Build & Integrate, and the operator runbooks — plus a manifest that tells Claude how to navigate them.
Why a skill and not a connector?¶
A skill is a self-contained bundle you upload once — no server to host, no OAuth to wire against the SSO gate, and it works on a personal Claude account. A live MCP connector would keep it always-fresh, but it needs a hosted server and is only worth it if these docs outgrow a downloadable bundle. For now: grab the zip when you need it.