Products and Surfaces have separate status and versioning controls.
Surface status
Each Surface has a status that controls whether it is available to users:
- Draft — Surface is in development and not accessible.
- Active — Surface is live and accepting requests.
- Paused — Surface is temporarily disabled without removing the configuration.
Changing Surface status
- Open your Product.
- Select the Surface you want to update.
- In the Overview tab, change the status.
- Click Save.
Product versioning
Version is a user-defined string (e.g. a semantic version like 1.0.0) that you can set on a Product. It is informational and appears in generated API docs and Agent Cards.
The Runtype platform does not currently provide version history or rollback for Products.
Best practices
- Monitor after deployment — Check Logs after promoting changes to catch issues early
Next steps