Skip to content

CHILI GraFx Platform Update

CHILI GraFx icon

✨ New & Improved

Watermarked renders visible at subscription level

Watermarked renders are now shown as a separate category in the renders overview — both at environment level and at subscription level. Previously, watermarked renders were included in the total renders count, and the breakdown was only available per environment.

This gives subscription owners a clearer view of actual billable renders versus watermarked output across all their environments.

Platform API changes:

The following endpoints now exclude watermarked renders from totalRenders and expose them via a new totalWatermarkedRenders property:

  • GET /api/v1/environments/{environmentId}
  • GET /api/v1/environments/{environmentId}/renders
  • GET /api/v1/subscriptions/{subscriptionId}
  • GET /api/v1/subscriptions/{subscriptionId}/renders

Remove authentication from a connector

You can now fully remove the authentication configuration from a connector. A new [None] option is available in the Authorization dropdown when configuring a connector. Selecting [None] and saving removes the existing authentication from the connector.

Previously, once an authentication type was set, it could only be replaced — not removed.