Install the plugin
At alpha release, the plugin installer is:Install the Stackdome deploy skill.
Ask your agent to deploy
Open your coding agent in the repository and send this prompt:stackdome init, edits the generated stackfile.yaml, validates it, authenticates with your API token, and waits for the deployment to finish. See the AI-agent workflow for the complete operating contract.
Choose where to run
Start on Stackdome Cloud for an ephemeral environment without setting up infrastructure. Cloud access is open while capacity is available, and capacity is limited during alpha. If you already have a self-hosted installation, give the agent its URL instead. Moving between Stackdome Cloud and a self-hosted installation does not change your Stackfile or deployment commands.Verify the release
Successful completion requires all four checks:stackdome deploy --wait -o jsonexits successfully, returns a non-emptyrelease.id, and returnsrelease.stateasReleased. The agent retains that ID as the deployed release ID.stackdome status -o jsonreportsconverged_release.idequal to the deployed release ID,converged_release.stateasReleased, andconverged_release.healthasok.- Before claiming this is still the newest release, the agent also requires
latest_release.idto equal the deployed release ID andlatest_release.stateto beReleased. A different latest ID means another deployment raced with this one. - For a public service, the agent returns at least one public URL.
stackdome open -o jsonreturns the URL list without opening a browser.
If Cloud is at capacity
Cloud capacity is limited during alpha. If no environment is available, join the availability list or connect a self-hosted Stackdome installation. You can use the samestackfile.yaml and repeat the same deployment workflow against the new destination.
Read Stackdome Cloud during alpha for the current commitments and limitations.
Next steps
Understand the agent workflow
Follow the commands, completion checks, and failure routes an agent uses.
Use the CLI directly
Run the same deployment workflow one command at a time.
Define the Stackfile
Review the configuration generated by
stackdome init.Deploy in the dashboard
Complete the visual deployment walkthrough.