Deploy any GitHub repo
to AgentCore in 10 minutes.
Skip the Dockerfile, IAM PassRole, OTEL wrapper, and Composio OAuth wiring. Paste a repo URL — we ship it to Secure cloud, managed for you, 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.
One public offer: $99/mo AI Receptionist. Enterprise runtime work is scoped separately.
- ✓1 AgentCore runtime
- ✓Drop in any GitHub library — 2 wraps/mo
- ✓All ~100 Composio OAuth providers
- ✓AWS Secrets Manager mount
- ✓OTEL traces → CloudWatch
- ✓1 GB RAM / 0.5 vCPU per runtime
Read the developer docs.
Runtimes, AgentCore wrapping, Composio provider catalog, secrets + IAM model, observability, BYO Docker, and local-dev → ship workflow.
Browse docs →