Workspaces
Workspaces are where Adios apps are created, edited, previewed, and deployed. The Web IDE opens the source code of your app, and the AI agent works directly inside that codebase.
What a Workspace Includes
- source files and project structure
- Git status, commits, push, pull, and sync
- AI agent plans, edits, and verification steps
- build and runtime logs
- preview runtime controls
- secrets, feature flags, environment variables, and runtime config
- workflow definitions and run history
- deploy controls for the current runtime version
AI Agent Flow
- Describe the app, API, full-stack feature, workflow, or integration.
- The agent creates a plan and edits the workspace source.
- You review files, diffs, manifest changes, and workflow steps.
- The workspace runs builds, tests, previews, and log checks.
- You commit to Git, sync locally, or deploy the current version.
Preview and Deploy
Workspace previews run from the current workspace source and return a stable generated URL. Once the preview is verified, deploy the workspace as a runtime version and promote it as the current release.
Sync Locally
adios sync
adios sync --pull
Use adios sync to push local files into a workspace. Use adios sync --pull
to bring workspace changes back to your local project.