The AI edits files, not a throwaway answer
A workspace starts from a repository, template, or imported source tree. The agent changes files inside that source context, so the result can be reviewed as a normal diff.
AI workspaces
Adios is built for developers who want AI help without losing the parts that make software maintainable: source files, Git, previews, logs, secrets, manifests, and deployment history.
Workspace loop
Why it matters
The first answer from a model can be helpful. The production problem is what happens next: testing the result, preserving the decision, keeping secrets out of source, and deploying the exact version you inspected.
A workspace starts from a repository, template, or imported source tree. The agent changes files inside that source context, so the result can be reviewed as a normal diff.
Build commands, start commands, ports, health checks, secrets, and managed resources stay close to the code through adios.yaml and workspace config.
Run the generated change, inspect logs, call the page or API route, and fix the source while the context is still fresh.
Generated code should be committed, reviewed, reverted, and synced like any other product code. The workspace helps the agent participate in that workflow instead of bypassing it.
Example
A developer can ask Adios to add a billing settings page to a Next.js app. The agent edits route files, UI components, and API handlers in the workspace. The developer reviews the diff, runs a preview, checks logs, and commits the change before promoting it.
create a workspace for my nextjs project
add a billing settings page
wire the form to /api/billing
run the preview and show me changed files