Plugins
RealtimeX Public Exposure

RealtimeX Public Exposure

RealtimeX Public Exposure is a built-in plugin that is disabled by default.

It coordinates the generated public hostnames used for:

  • workspace sharing
  • public embeds
  • artifact delivery

Where to configure it

  1. Open Settings > Plugins.
  2. Enable RealtimeX Public Exposure.
  3. Click Configure.

Current settings

The current page exposes one Public Exposure group with:

  • Workspace Share Route
  • Prefer familiar app id
  • Embed Route
  • Artifact Route
  • read-only generated URLs for the root domain and current public endpoints
  • a Request new URL action

Important behavior

The current plugin does not ask you to type the final public URLs manually.

Instead:

  • the root domain is read-only
  • workspace, embed, and artifact URLs are generated by the public exposure service
  • route toggles decide which kinds of public endpoints are active for this app

Typical setup flow

  1. Enable the plugin.
  2. Open Configure.
  3. Decide whether workspace share, embed, and artifact routes should be enabled.
  4. Save the config.
  5. Reload the plugin if needed.
  6. Review the generated URLs in the same settings group.

If you need a fresh public identity, use Request new URL.

When this plugin matters

You usually notice this plugin when a workflow expects a public URL and RealTimeX tells you that public exposure is unavailable.

Common cases include:

  • workspace-share flows
  • public embed flows
  • publishing or serving artifacts through generated public hostnames

Troubleshooting

  • If public workspace sharing is unavailable, confirm the plugin is enabled and Workspace Share Route is on.
  • If artifact publishing is unavailable, confirm the plugin is enabled and Artifact Route is on.
  • If the plugin is enabled but the generated URLs look missing or stale, reload it and review the read-only status again.
  • If you intentionally want a new generated identity, use Request new URL instead of editing the displayed URLs.

Related guides