Product versioning and status

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

  1. Open your Product.
  2. Select the Surface you want to update.
  3. In the Overview tab, change the status.
  4. Click Save.

Versioning

Products themselves are not versioned. There is no product-level version field to set, and Runtype does not provide version history or rollback for a Product as a whole. Versioning happens at the Flow and Agent level instead: you publish and roll back individual Flow versions (and Agent versions), and a Product exposes the published version of each Capability it includes.

Best practices

  • Monitor after deployment — Check Logs after promoting changes to catch issues early

Next steps