⚖️ Publish and version eval suites
Did last week’s guide change actually make the agent better? Now you can answer that question without rerunning every test by hand.
Publish an eval suite from the CLI, schedule it to run automatically, and track its performance over time in Context Studio.
Turn the questions you test repeatedly into a versioned suite, then compare results as your guides or semantic models evolve. You’ll quickly see what improved agent performance or get an earlier warning when a change causes a regression.
Publishing and scheduling eval suites requires a Manager or Admin workspace role. Learn how scheduled evals work.
✅ Skip agent approvals
No one wants to babysit their agent or come back to find it waiting for approval. Now you can let the Hex Agent run in YOLO mode (responsibly, of course).

There are two options in the prompt bar when building with the Hex Agent, you can either:
- Stick with Ask for approval mode and the agent will pause for confirmation before destructive actions like deleting a cell or publishing.
- Choose Skip approvals mode and the agent works straight through without pausing for confirmation on every edit. Don’t worry, you can still undo changes from the last agent turn.
Anything that expands access like granting OAuth, reconnecting an app, or authorizing an MCP server still stops and waits for your approval.
🛠️ Your chat agent can build in Hex
Your chat agent can do a lot more than ask Hex questions.
Once you connect Hex to an MCP client like Claude, ChatGPT, or Cursor, your agent can create, retrieve, and update Hex projects with the create_project, get_project, and update_project tools.
That means you can stay in your chat agent to:
- Investigate what happened and why with an ad hoc analysis
- Plan what happens next with a forecast or scenario model
- Turn a recurring workflow into an interactive data app
Project editing requires an Editor role or higher and the appropriate project permissions. Changes made through MCP apply directly to a project’s draft notebook, so they do not update its published app version.


