Conversational, not configurational.
Describe what you want — import, modify, remove. The agent drafts the work; you review and approve. No YAML, no state files, no second language.
SkySurf is an AI-native IDE for AWS. Talk to an agent, watch your infrastructure render on a paper canvas, and approve every change before it lands.
fig. 01 · the agent proposes an instance-type upgrade, renders the diff, and waits for approval
Describe what you want — import, modify, remove. The agent drafts the work; you review and approve. No YAML, no state files, no second language.
Every mutation lands as a reviewable change set with a plain-English summary and a machine-readable diff. Nothing touches AWS until a human clicks approve.
Sketch a brand-new architecture on an empty canvas, or point SkySurf at an existing AWS account and pull in whatever you need — one service, one tier, or the whole estate. Import is a feature, not the point.
Paste an access key (read-only is fine to start), give it an alias like prod or sandbox. Credentials are AES-GCM encrypted with a key the platform never sees in plaintext.
“Import every S3 bucket from prod.” “Show me EC2 instances not behind a load balancer.” The agent picks the right tools and drafts a change set.
Plain-English summary up top, diff underneath. Impact line tells you how many resources and how many are destructive. Approve, reject, or keep iterating.
A background worker executes the approved change set against AWS, reconciles local state, and the new nodes ink-bleed onto the graph. Drift is flagged, not hidden.
Every other tool solves part of the problem and leaves the rest on your team. SkySurf is the one your whole team can actually use.
| property | AWS Console clickops | Terraform / Pulumi infra as code | Railway / Vercel opinionated paas | SkySurf conversational ide you are here |
|---|---|---|---|---|
| Who can maintain it | Whoever has the root keys | Your platform team, alone | Any app developer | Anyone on the team |
| Onboarding a new engineer | Tribal knowledge & a lot of clicks | Weeks learning DSL, modules, state | Fast — inside their walls only | Open the canvas, see everything |
| Picture of your whole system | Two hundred browser tabs | Buried across .tf files | A flat list of services | Live visual canvas |
| Making a change safely | One wrong click breaks prod | PR + plan + hope | Preview deploys, web tier only | Diff, impact, approve — every time |
| Working with infra you already have | It's there, just hard to see | Manual imports, weeks of work | Migrate to their stack, or skip it | Point at your account, instantly mapped |
| Many accounts, one mental model | Switch roles, lose your place | A workspace per account | — | Every account on one canvas |
| Knowing what changed and why | Dig through CloudTrail | Read the git log | Per-service deploy logs | Every change-set, narrated |
| Talking to it like a colleague | Not really | No | Bolted on | Built for it |