Where do the agents actually run?+
Inside your cloud. Our runtime ships as a single container that sits in your VPC — code, secrets, and model calls never leave your boundary on Team and Enterprise plans.
Can an agent merge its own PR?+
Never by default. Agents open PRs; your CODEOWNERS and branch protections still decide. You can grant auto-merge scope per repo if you want, revoke at any time.
Which models power the agents?+
Model-agnostic. Use our hosted fleet, or bring your own — OpenAI, Anthropic, Bedrock, Vertex, or a self-hosted endpoint. Per-agent and per-repo routing is supported.
Does it work with our monorepo?+
Yes. AgentSDE understands workspace graphs (Nx, Turborepo, Bazel, pnpm) and scopes changes to affected packages only.
What happens when an agent gets stuck?+
It escalates. The task returns to your triage queue with a full trace — planner output, failed steps, test logs — so a human can unblock in seconds.
How long until we're in production?+
Most teams ship their first agent PR in under an hour. Full integration with CI, CODEOWNERS, and Jira typically takes a day.