Quickstart to Deployment
This guide walks you through deploying an agent to Agent Cloud, the default runtime hosted by SmythOS. You’ll assign a version, pick a subdomain, and optionally add release notes from within the Builder.
1. Open Your Agent in the Studio
Navigate to the agent you want to deploy and open it in the Studio.
You’ll see your workflow or components already laid out.
2. Click Deploy
in the Top Right
At the top of the builder, click the Deploy button to open the deployment panel. You can also do it from the sidebar.
3. Choose Your Deployment Mode
Stay on the Agent Cloud tab (it's the default option).
Agent Cloud runs on SmythOS-hosted infrastructure without any setup or configuration required.
4. Set a Version Number
Fill in the Major and Minor version fields.
- Use a new version each time you deploy
- You can’t reuse the same version number again
Examples:
1.0
– First release1.1
– Minor update or fix2.0
– Major changes or breaking updates
Need help? See the Versioning Guide
5. Enter a Subdomain
Choose the subdomain you want the agent to run on.
- This creates a live URL like:
youragent.agent.pstage.smyth.ai
You can also click the link in the UI to register a custom subdomain if needed.
6. Add Release Notes (Optional)
You can enter a short description of what changed in this version.
This appears in Agent Settings → Deployments and is useful for tracking updates.
Good examples:
Adds data cleaning step before classification
Adds PDF generation and summary step
Fixes issue with Slack API formatting
Avoid vague notes:
Update agent
Bugfix
New stuff added
7. Click Deploy
SmythOS will:
- Assign the version number
- Provision a live URL
- Issue an SSL certificate
- Perform basic health checks
Once it’s ready, you’ll get a working, shareable agent URL.
What You Get After Deployment
- A live, HTTPS-secured URL
- Agent is locked to the version you deployed
- Entry is listed under Agent Settings → Deployments