Skip to content

SuperDev Docs

SuperDev gives AI coding agents runtime hands and eyes. The point is not to teach you how to click every panel. The point is to give the agent the right capabilities, rules, and approval boundary so it can operate services, collect evidence, and prove the result.

The Agent-first workflow is:

  1. You provide the goal, entrypoint information, and approval boundary.
  2. The agent uses SuperDev MCP tools to inspect, model, run, debug, and deploy.
  3. The agent generates config diffs; real write operations wait for your approval when policy requires it.
  4. The agent reports runtime evidence instead of saying only that code changed.
TierYou want the agent toYou provide / confirmThe agent owns
1. Local developmentCode and debug locallyRepository entrypoint, local browser-debug boundary, optional debug guidance and credentialsModel services, generate runtime/deployment config, start/restart services, read logs, use browser tools, capture breakpoints
2. Remote debuggingInvestigate remote or production-like bugsHost, remote superdev-agent install method, remote service and log hintsGenerate remote deployment / log source config, aggregate remote logs, run diagnostics, collect evidence, explain root cause
3. Team deploymentDeploy and roll backPipeline config; humans still configure ingress, SSL, and DNSValidate pipelines, deploy, roll back, read run logs, manage artifacts

Start with Connect an AI agent. SuperDev supports Claude Code, Codex, and Cursor, installs the MCP entry, and installs the SuperDev skill that teaches the agent how to use the tools safely.

Useful agents do not stop at “changed the code.” They prove the result with service status, log context, browser screenshots, console/network output, debug stack frames, pipeline run logs, artifacts, or tests. See Self-healing loop.