Sample Agent Platform With Agentcore — Development skill for Claude Code
Internal agent platform on Amazon Bedrock AgentCore: interactive Claude Code cloud workspaces + headless agent kernels behind one portal, with publishing, scheduling, channels, memory, evals and gover.
How to install Sample Agent Platform With Agentcore
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open aws-samples/sample-agent-platform-with-agentcore and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sample Agent Platform With Agentcore does
Internal agent platform on Amazon Bedrock AgentCore: interactive Claude Code cloud workspaces + headless agent kernels behind one portal, with publishing, scheduling, channels, memory, evals and governance
Alternatives in Development
- Add Portal — /add-portal - Generate a Job-Portal Search Skill for Your Local Market 36.6k ★
- Peon Ping — Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents 4k ★
- New Portal — Renamed → /portaljs-new-portal 2.3k ★
README
Agent Platform with Amazon Bedrock AgentCore
A reference implementation of an **internal agent platform** built on [Amazon Bedrock AgentCore](https://aws.amazon.com/bedrock/agentcore/). It shows how a platform team can offer two hosting models behind one portal:
- Interactive cloud workspaces — launch a full Claude Code CLI inside an AgentCore Runtime and use it from a browser web terminal. The process lives in a persistent tmux session, so disconnecting or switching sessions keeps the conversation and in-flight work running; files and conversation history persist to S3 and survive container restarts.
- Headless agent kernels — publish Claude Agent SDK based agents as
AgentCore Runtime endpoints that any application can invoke through a single
/invocationscontract.
Both kernels route model traffic through a configurable **LLM gateway** (e.g. LiteLLM) with a **fixed egress IP** (VPC mode + NAT Gateway), so the platform works in enterprises that enforce model allow-lists, budgets and source-IP restrictions. The gateway key lives in a platform-side service and **never enters a session container** — a session's user is root in its own microVM, so a kernel gets a short-lived, per-session grant rather than a credential. Direct Bedrock access (cross-region inference) is supported as an alternative.


The hero diagram above is the map; two focused diagrams zoom into the parts that carry the security story: the [management / data-plane split](docs/images/data-plane-split.svg) (one backend image, two deployments — the console cannot front production traffic) and the [customer-owned MCP hub chains](docs/images/mcp-hub-chains.svg) (how production applications and the Dev Workbench reach a self
Related Skills
Fullstack Solution Template For Agentcore
Flexible Fullstack solution template for production-ready deployments of any use case on Amazon Bedrock AgentC
Spark Of The Day
An autonomous agent that wakes up once a day, invents a whimsical 120-word micro-story using Claude on Amazon
Enterprise Incident Agent Platform
Production-oriented agentic incident-response platform using Claude on Amazon Bedrock, structured tool calling
User Details
Pulls a full profile for any Chili Piper user — teams, workspaces, meeting types, scheduling links, and recent
Openshell Deepagent
A general-purpose coding agent that runs inside an NVIDIA OpenShell sandbox, orchestrated by Deep Agents and p
Greenlight
Refusal handling skill for vulnerability research evals
Related Agents
Statistician
Statistical rigor advisor: experimental design, signal-vs-noise, pressure-testing metric claims, sample-size a
Essay Reviewer
Strict essay editor for essay publishing channels; which channel routes here is defined by the project's rules
Metal Expert
Read-only Metal reviewer. Use when reviewing custom GPU rendering, MTKView, shaders, compute kernels, command