Community Library

The Community Library is an admin-curated catalog of shared characters, locations, and objects. Admins publish assets from their own library into the community; any logged-in user can browse the catalog and clone a listing into their own library as an independent copy.

Editions: Business and Cloud only. The community library is a multi-user feature — it is not available in the Community (single-user) edition. The backend gates every route behind a multi-user check, so the endpoints below return 404 on a Community-edition instance.

What it is

How cloning works

Cloning makes an independent snapshot copy in your library:

Be aware of what publishing exposes — this matters most for characters:

Where it lives in the editor

Using it from code

The catalog is also reachable over REST and the TypeScript SDK:

See also