Documentation
Guides for chamelAIn

Persona builder

Create, edit, and publish persona versions.

Create and refine AI personas with versioned drafts and publish workflows.

Open the builder

  1. From the dashboard, click New persona or open an existing persona from your library.
  2. The builder opens at `/personas/[id]/builder` with the current draft version.

Edit persona content

  • Update the name, description, and system prompt for the active version.
  • Use Preview to validate tone before publishing.
  • Changes save to the current draft version — published versions remain immutable until you create a new version.

Versions

  1. Each persona has one or more versions (draft, org-catalog, or marketplace).
  2. Save edits on the draft, then Publish when ready.
  3. Publishing creates an org-catalog version your team can activate.

Publish workflow

  1. Open the persona library card for your persona.
  2. Click Publish on a draft version to promote it to the org catalog.
  3. Team members can activate catalog versions from the library.
  4. To list publicly, use Promote to marketplace (requires plan access and a globally unique slug).

MCP reference

After activation, invoke the persona in Cursor using any of these forms:

  • `#tag` — shorthand activation (e.g. `#clarity-architect`); Cursor calls `get_persona` automatically
  • `chamelain:tag` — full MCP reference copied from the dashboard persona card
  • `tag@vN` — pin a specific published version (e.g. `writer@v2`)

Related guides