Sprites API
New: Custom sprite images
You can now specify a custom Docker image when upgrading a sprite. This feature is available behind a feature flag — contact support to enable it for your organization.
New: Redesigned CLI authentication flow
The CLI login experience has been redesigned with an updated look and feel.
Improved: Faster sprite URL requests
Sprite URL requests no longer require a database roundtrip on every call. Frequently accessed data is now cached in memory, reducing latency.
Improved: Deployment documentation expanded
Deployment documentation for the Sprites API has been expanded based on recent operational learnings.
Fixed: MCP tools now correctly accept path parameters
MCP tools like service_get were returning 404 errors because path parameters were missing from the tool schema. All affected tools now include the correct parameters.
Fixed: Service API parameter naming conflict resolved
The service path parameter was renamed to avoid a collision with the sprite name parameter, ensuring MCP service tools correctly identify both the sprite and the service.
Fixed: Sprite version now updates correctly after upgrade
Sprite records were not reflecting the new version after an upgrade completed. The version is now always persisted correctly, even after restarts mid-upgrade.