Public preview · No signup

Deploy any GitHub repo
to AgentCore in 5 minutes.

Paste a public GitHub repo URL. We auto-detect the runtime, score quality, map every env var to Composio OAuth + AWS Secrets Manager, and show you exactly what we'd deploy. Free to preview — $99/mo to ship.

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

What we eliminate

AgentCore is hard. We make it one click.

OTEL wrapper + entrypoint dance
entryPoint: ["opentelemetry-instrument", "main.py"]
pip install aws-opentelemetry-distro
IAM role + PassRole policy
Trust: bedrock-agentcore.amazonaws.com
bedrock-agentcore-control:*
iam:PassRole on agentcore-runtime-*
ECR build + push pipeline
docker buildx build --platform linux/arm64 .
ecr get-login-password | docker login
docker push <acct>.dkr.ecr.<region>.amazonaws.com/...
Composio OAuth wiring
composio.connectionRequests.create({
  toolkit: "slack",
  redirectUri: "...",
  ...
})