Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brainstormer.io/llms.txt

Use this file to discover all available pages before exploring further.

Brainstormer automatically saves a new version of your agent each time you update and save it. Versions capture the agent’s system prompt, model, and template variables at the time of the save. You can browse the full history, inspect any past version, and roll back to one at any time.
Drafts do not create new versions. A version is saved only when you save a published agent or publish a draft for the first time. Editing an agent in draft mode does not affect the live version until you publish.

View version history

Open the agent you want to inspect from the Agents page, then click the Version History tab in the agent editor. The version list shows:
  • Version number — increments with each save (the most recent version is labeled “current”)
  • Timestamp — when the version was created
  • Model — the AI model active at that version
  • Change summary — an AI-generated description of what changed between this version and the previous one

Compare versions

Click View next to any version to open a detail panel showing:
  • The full system prompt at that point in time
  • Any template variables that were defined
  • The change summary describing what was different from the version before
The change summary is generated automatically by comparing the version’s configuration to the previous one. It describes meaningful differences — for example, “System prompt updated to add customer support scope and remove generic greeting.”

Roll back to a previous version

1

Find the version

In the Version History tab, locate the version you want to restore. You can click View to inspect the full configuration before rolling back.
2

Click Revert

Click the Revert button next to the version. You are asked to confirm before anything changes.
3

Confirm

Confirm the rollback. Brainstormer restores the selected version’s configuration and saves it as a new version at the top of the history. The rolled-back state becomes the agent’s current configuration.
Reverting always adds a new version — it does not overwrite the history. You can revert to a rollback if needed.
Rolling back a published agent takes effect immediately. Live conversations will use the restored configuration as soon as the revert is confirmed.