Released 2026-05-30. Agent content moderation lands with the same evaluator FlowFn already runs on workflows and playgrounds, plus a user-side appeal flow on a blocked agent. Plus a handful of branding and pricing-page polish items.
Agent content moderation
- Every public-facing agent is now screened against the platform's policy categories. The check looks at the parts of the agent you author — name, description, task / instructions, branding text, calibration summary, and the list of allowed tools — and runs on create, on save, and on a background sweep. See Agent content moderation for the full picture.
- Verdicts: low / medium / high / admin blocked / admin approved. High automatically takes the agent off public surfaces (sets
is_publicto private and disables the embed widget) and shows a red banner on the edit page; the agent remains visible and editable in your dashboard. - Request human review. A blocked agent's banner has an appeal button. Submit a short explanation (10–4000 characters), an admin reviews, and you get an email with the decision. Approval flips the verdict to admin approved so you can publish again. Denial includes a remark explaining why.
- Publish gate. Attempts to set Public access or Embed enabled back to true on a blocked agent are refused with the moderation reason. Edit the flagged content, save, and the verdict will be re-checked on the next pass.
- Data export. Self-service data export now includes
agent_review_requestswith your appeal message, the admin's decision, the remark, and timestamps — so a GDPR Article 15 export returns the full conversation. Export version bumped to 1.5. - Content Moderation Policy (the legal page at
/legal/content-moderation) now explicitly covers agent authored content and visitor chat / webhook payloads.
Agent embed
- Stale launcher icon fix. Re-uploading a launcher icon or logo on the Embed & branding tab now bust the URL cache, so visitors stop seeing the previous image. Combined with a 5 minute
Cache-Controlon/agent-widget.js, agent SDK and branding updates propagate without forcing visitors to hard-refresh. - Chat bubble colour. The colour palette now has a fifth field — Chat bubble — controlling the background tint of visitor chat bubbles on the public widget. Leave it blank to fall back to the primary colour (matches the previous behaviour).
Pricing page
- Allowed scheduled cron units on the comparison table now shows the actual allowed set on hover. Plans that ship with a subset display "X of 5" plus an info icon — hover or tap to see which units (min, hour, day, week, month) are included.