/docs/developerquick-start

Deploy your first agent in 5 minutes

End-to-end walkthrough: from GitHub URL to live AgentCore runtime, including Composio OAuth and AWS Secrets Manager wiring.

1. Preview your repo

Paste any public GitHub repo at /deploy. We auto-detect runtime (Python / Node / Go / Rust), score the quality on a 100-point model (license, recency, README, lockfile, stars, topics), and surface every env var your agent needs — separated into Composio-managed OAuth flows and AWS Secrets Manager API keys. The preview is free and unauthenticated.

2. Sign up — Solo $99/mo, 14-day free trial, no card

Click 'Deploy this repo' on the preview. We capture your email, kick off the Solo plan trial, and queue your import. The Stripe trial doesn't ask for a card up front; you get the full Solo feature set for 14 days.

3. Connect OAuth + paste API keys

Your portal shows the import status. For each detected env var, you either click 'Connect Slack' (Composio handles the OAuth roundtrip) or paste an API key (we store it in AWS Secrets Manager under agentdepot/{accountId}/{secret}, never visible to your code).

4. We build + deploy

Once secrets are connected, our build pipeline kicks in: AWS CodeBuild generates an AgentCore-compatible Dockerfile (OTEL wrapper, IAM PassRole-friendly entrypoint), builds the image, pushes to ECR, and invokes the AgentCore deployer Lambda. Typical end-to-end: ~5 minutes from URL to live (best case for simple Python repos with one OAuth provider; heavier ML deps or multi-OAuth setups can run 8–15 minutes).

5. Observe + iterate

Your portal shows live invocation logs (CloudWatch), OTEL traces, success/error rates, and per-agent run history. Re-deploy on every push by enabling auto-build on the Department plan.