August 2026 Release
Production Release Date: August 26
Rest APIs
The following API changes are documented on https://api.bunchball.com/docs.
-
GET /users/{userId}/award-access - New API that returns a user's enrollment, verification, and access to various award account catalogs. This API consolidates information found in other award account APIs.
-
GET and POST /challenges and GET and PUT /challenges/{challengeId} - Updated to include totalCompletionLimit, windowCompletionsLimit, and quarterly frequency for repeatable window support. This change is for an upcoming feature and is not yet usable by Nitro.
Product Updates
Production Migration
In August 2026, we're migrating all Production sites to an updated platform, which includes a new login process.
After migration, all Nitro Studio administrators need to re-register their account to log in to Nitro Studio.
To re-register:
-
Navigate to the Nitro Studio login page.
-
Click Sign up.
-
Enter your existing Nitro Studio username and password. This user must already exist as a Studio user.
-
Complete any confirmation steps as prompted.
-
Log in as usual.
-
Update any existing bookmarks to https://studio.[ICS].bunchball.com.
After logging in, your Nitro Studio experience should be unchanged. One exception is that the Welcome page has been removed and Studio will open directly to the Users view.
After migration, Single Sign-On (SSO) is available for your Production environment. Contact your account team if you're interested in enabling SSO.
Group Mission Prerequisites
A group mission can now be configured as a prerequisite for a user mission. When a user mission includes a group mission as a prerequisite:
-
The group mission does not display in Impact.
-
The user mission is hidden in Impact until the prerequisite group mission is completed.
-
Any group the user belongs to can complete the group mission and open eligibility for the associated user mission.
-
Users who join a group after the group mission has been completed will be eligible for the user mission unlocked by the group mission.
App Clients
The App Client authentication service replaces our current OAuth security for blocks. An App Client represents the external system or application that's calling Nitro APIs. Each system that integrates with Nitro should have its own App Client to ensure the identification, authentication, and management of API access.
Programs using blocks will need to create an App Client to replace their global OAuth Client and replace the Client ID and Secret in the block's embed code.
In March 2027, OAuth Clients will only be available to programs using deprecated web components.
Analytics
Data Export and Quick Insights have been hidden from the Nitro Studio navigation bar in Sandbox. Previously they were disabled. Our new Reports are coming soon and will be available in both Sandbox and Production environments.
Product Fixes
-
Fixed an issue in Nitro Studio where the Close button in some modals displayed as the word Close instead of an image.
-
Fixed an issue where the GET /analytics-reports/{reportId}/downloads API returned a 500 error due to missing siteId header.
See also