For developers · Public preview, no signup

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.

We never store private repo content. Public repos only. ~5s to analyze.

Public repos only · ~5s analysis · We never store your code

116+
Composio OAuth providers
100M+
GitHub libraries searchable
~5 min
Time to first deploy
$99/mo
Solo plan, 14-day trial
What we eliminate

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.

OTEL wrapper + entrypoint
Without us
# Dockerfile
RUN pip install aws-opentelemetry-distro \
    bedrock-agentcore-starter-toolkit
ENTRYPOINT ["opentelemetry-instrument", \
            "python", "main.py"]
Auto-generated from your runtime detection.
IAM role + PassRole policy
Without us
# Trust policy
{ "Service": "bedrock-agentcore.amazonaws.com" }

# Permissions
- bedrock-agentcore-control:*
- iam:PassRole on agentcore-runtime-*
- secretsmanager:GetSecretValue on agentdepot/*
We provision a per-account IAM role scoped to your secrets only.
ECR build + push pipeline
Without us
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>
AWS CodeBuild handles ARM64 build + ECR push on every commit.
Composio OAuth wiring
Without us
// Per provider, per customer:
const conn = await composio.connectionRequests.create({
  toolkit: "slack",
  redirectUri: "...",
  authConfig: {...}
});
// + webhook handlers, refresh logic, ...
We auto-detect which OAuth providers your repo needs from env.example, and wire all 100+ Composio toolkits.
Works with anything

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.

CrewAI
Multi-agent crews with role-based reasoning
LangChain
Chains + agents + retrievers, the original
Letta
Stateful agents with persistent memory
OpenAI Agents
OpenAI's official agent SDK
smolagents
Hugging Face's small-and-mighty agent framework
Custom Python
Bring your own — main.py + requirements.txt + .env.example
Custom Node
package.json + index.ts/js, we run it
AgentCore SDK
Already using bedrock-agentcore-starter-toolkit? Even better
Auth + secrets — handled

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).

slackhubspotsalesforcestripegithubgmailgoogle adsgoogle search consoleshopifylinearnotionasanajiracalendlyzoomintercomzendesktwiliopinecone+ 97 more
See full Composio + Secrets Manager catalog →
Pricing

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.

Solo
$99/mo
14-day free trial · No credit card
1 runtime · 1 GB RAM · all Composio OAuth
  • 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
Start free trial →
Most Popular
Team
$299/mo
Pay upfront · 30-day money-back
5 runtimes · 2 GB RAM · multi-agent dashboard
  • 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
Department
$999/mo
Pay upfront · 30-day money-back · 15-min onboarding
Up to 25 runtimes · drop in any GitHub repo · BYO Docker
  • 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
Talk to us →
Want the full surface area?

Read the developer docs.

Runtimes, AgentCore wrapping, Composio provider catalog, secrets + IAM model, observability, BYO Docker, and local-dev → ship workflow.

Browse docs →