Skip to content
Book a demo

Publish to the registry

Publishing makes a resource visible on the Ren registry. Once published, anyone in your organization (or the public, depending on scope) can discover and reference it. Publishing is one-way. You can deprecate a resource, but you cannot unpublish it.

How publishing works

When you publish, Ren:

  1. Creates a publisher for your organization if one doesn’t already exist.
  2. Sets the resource’s publisherId, making it discoverable on the registry.
  3. Auto-publishes any dependent resources that aren’t yet published (e.g. an agent’s skills and MCPs).

Published resources move from private scope to org or public scope. See Scopes for details.

In the UI

In the UI

  1. Open the resource (agent, skill, or MCP) you want to publish.

  2. Click Publish to registry.

  3. Confirm. The resource is now visible on the registry.

Programmatically

Publish an agent

Terminal window
ren agents publish agt_abc123

Publish a skill

Terminal window
ren skills publish skl_abc123

Publish an MCP

Terminal window
ren mcps publish mcp_abc123

Publishing is permanent. There is no unpublish. To stop showing a resource, use Deprecate instead, which marks it as deprecated on the registry while keeping it functional for existing references.