Deploy any GitHub repo
to AgentCore in 5 minutes.
Skip the Dockerfile, IAM PassRole, OTEL wrapper, and Composio OAuth wiring. Paste a repo URL — we ship it to AWS Bedrock AgentCore Runtime, mount secrets, and give you observability. From $99/mo.
Public repos only · ~5s analysis · We never store your code
AgentCore is hard. We make it one click.
Every line in these snippets is something you don't have to write when you ship through AgentDepot.
# Dockerfile
RUN pip install aws-opentelemetry-distro \
bedrock-agentcore-starter-toolkit
ENTRYPOINT ["opentelemetry-instrument", \
"python", "main.py"]# Trust policy
{ "Service": "bedrock-agentcore.amazonaws.com" }
# Permissions
- bedrock-agentcore-control:*
- iam:PassRole on agentcore-runtime-*
- secretsmanager:GetSecretValue on agentdepot/*docker buildx build --platform linux/arm64 . aws ecr get-login-password | \ docker login --username AWS \ --password-stdin <acct>.dkr.ecr.<region>.amazonaws.com docker push <repo>:<sha>
// Per provider, per customer:
const conn = await composio.connectionRequests.create({
toolkit: "slack",
redirectUri: "...",
authConfig: {...}
});
// + webhook handlers, refresh logic, ...Drop in your favorite agent framework.
We auto-detect runtime, manifests, entry-point, and env vars. If your repo runs locally, we can deploy it.
We auto-wire 116+ OAuth providers via Composio.
We scan your repo's .env.example, README, and code. Every detected env var maps to either a Composio-managed OAuth flow (your customer clicks "Connect Slack" once) or to AWS Secrets Manager (you paste an API key, we mount it so your code never sees it).
One runtime. Five runtimes. Or drop in any GitHub repo.
Same Stripe SKUs as the SMB plans — same $99/$299/$999 — different framing. Buy whichever maps to how many runtimes you need.
- ✓1 AgentCore runtime
- ✓All ~100 Composio OAuth providers
- ✓AWS Secrets Manager mount
- ✓OTEL traces → CloudWatch
- ✓Auto-build on commit (Department)
- ✓1 GB RAM / 0.5 vCPU per runtime
- ✓5 AgentCore runtimes
- ✓All Composio OAuth + custom keys
- ✓Multi-agent dashboard + sparklines
- ✓Nightly automated sandbox replay
- ✓2 GB RAM / 1 vCPU per runtime
- ✓Priority Slack support
- ✓Up to 25 AgentCore runtimes
- ✓Drop in any GitHub library — auto-deploy
- ✓Bring your own Docker image (ECR)
- ✓Custom Composio integrations
- ✓4 GB RAM / 2 vCPU per runtime
- ✓Dedicated onboarding manager
Read the developer docs.
Runtimes, AgentCore wrapping, Composio provider catalog, secrets + IAM model, observability, BYO Docker, and local-dev → ship workflow.
Browse docs →