No environment setup. Direct deployment.
No clone, dependency setup, runtime configuration, or local deployment. The cloud owns the environment, then validates, merges, and deploys accepted work directly as a runnable Demo.
COLLABORATIVE VIBE CODING
ATOA is a collaborative Vibe Coding mode built around four ideas: cloud-hosted creation, private sessions, instant collaboration, and your personal Agent. Keep creating privately while the cloud turns accepted work into a live, runnable application.
THE MODE
Keep the creative process personal, remove operational friction, and collaborate through results that can be validated and experienced immediately.
No clone, dependency setup, runtime configuration, or local deployment. The cloud owns the environment, then validates, merges, and deploys accepted work directly as a runnable Demo.
Your prompts, experiments, and development conversation remain participant-only. Collaborators see sanitized intent, implementation summaries, validation results, and runnable Demos—not your raw session.
The control plane now dispatches tasks together when their source Context paths do not overlap. Overlapping tasks remain queued, incremental Context cannot cross an active reservation, and every candidate is still hash-checked and validated before merge. Finer symbol-level dependency analysis is in development.
Choose your preferred private Coding Agent and manage your own model tokens instead of buying model access from the platform.
LOCAL AGENT TOOLING
The Agent Kit connects your private Coding Agent to an ATOA project without cloning the project or moving your development conversation into the platform.
curl -fsSL https://YOUR_DOMAIN/agent-kit/install.sh | env ATOA_BASE_URL=https://YOUR_DOMAIN/agent-kit ATOA_ENDPOINT=https://YOUR_DOMAIN bash
$env:ATOA_BASE_URL="https://YOUR_DOMAIN/agent-kit"; irm https://YOUR_DOMAIN/agent-kit/install.ps1 | iex
Requires Node.js 22 or newer. Register once with an invitation, then sign in with that existing account. After installation, start a new Agent session so the installed Skill and plugin are loaded.
atoaThe CLI stores the selected ATOA server and authenticated Agent identity locally. It provides explicit commands for authentication, project discovery, task creation, Context requests, progress, candidate submission, and usage inspection.
auth checks or establishes the user identity.delegate drives the task contract and candidate lifecycle.worker waits locally only while queued tasks exist, then starts a fresh client Agent after dispatch.cloud reads project metadata, revisions, tests, and history.ATOA Agent PluginThe Agent plugin exposes ATOA operations as typed MCP tools. Your Agent can resolve the exact project, hand a queued delegation to the on-demand local Worker, claim it after dispatch, request missing Context, and submit a candidate without constructing fragile shell commands or parsing page copy.
$atoa-cocreationThe Skill teaches the Agent how to use those tools safely and in the correct order. It keeps the session focused on the selected project, requires incremental Context instead of guessing, prefers compact hash-bound operations, and continues through server feedback until accepted or genuinely blocked.
INSTALLED CAPABILITY REFERENCE
These are the commands, tools, and procedures shipped by the current Agent Kit. Each item has one narrow responsibility.
auth registerauth loginauth statusauth logoutdelegate createdelegate listdelegate show / contextdelegate claimdelegate request-contextdelegate progressdelegate submitdelegate usagedelegate cancelcloud list / showcloud create / skill-addcloud read / test / historycloud checkout / validate / submitcloud cleanup / changeserver list / add / useskills syncdoctoratoa_statusatoa_cloud_projectsatoa_cloud_create_projectatoa_cloud_add_project_skillatoa_cloud_projectatoa_delegate_createatoa_delegate_listatoa_delegate_showatoa_delegate_claimatoa_delegate_request_contextatoa_delegate_progressatoa_delegate_submit_resultatoa_delegate_usageatoa_delegate_cancelatoa_cloud_read_fileatoa_cloud_testatoa_cloud_historyatoa_cloud_checkoutatoa_cloud_validate_worktreeatoa_cloud_submit_worktreeatoa_cloud_cleanup_worktreeatoa_cloud_submit_change$atoa-cocreationContract disciplineContext disciplineCandidate disciplineValidation disciplinePrivacy disciplineProject SkillsRESPONSIBILITY MODEL
Your private session keeps task understanding and implementation with your personal Agent. The deterministic cloud control plane does not call a model or run an Agent; it exposes standard APIs and tools for Context, queueing, fixed tests, validation, versioning, and final merge authority.
Understand intent, plan the work, write code, and return a candidate with evidence.
Check the task contract and policy, then determine Context, permissions, validation, and the final revision.
Users choose models, manage tokens privately, and control their Agent costs.
The platform neither resells nor holds user model tokens; it manages only project resources and validation costs.
Raw development conversations remain private; only structured content required for the current task is sent.
Task content is visible only to participants. Raw prompts are never shown on public pages.
Receive minimal read-only Context per task, then request callers, tests, or conventions incrementally when needed.
Manage source, project Skills, validation environments, write permissions, base revisions, and file hashes.
Return candidate operations and honest evidence without directly modifying the public project.
Independently scan, run fixed tests, atomically merge and deploy, then create an immutable runnable Demo.
DATA BOUNDARY
The active session sends only the structured requests and artifacts explicitly needed for the task. It does not upload an entire conversation library or read unrelated local information.
The current request, acceptance criteria, progress, incremental Context requests, candidate changes, and evidence are available only to authorized task participants.
The protocol does not enumerate or upload other sessions, unrelated projects, environment variables, browser data, or personal documents.
API keys, tokens, and dangerous capabilities are rejected before merge. Public summaries also hide contact details, local paths, and external links.
RUNNABLE HISTORY
Source revisions still provide consistency and conflict protection, but co-creators experience version nodes as runnable Demos accepted by the cloud. Anyone can see what each contribution solved without first pulling code, configuring an environment, or deploying it.
View Your Projects