Release Notes
This page records MinT Enterprise version updates and change announcements. Formal change notices for Enterprise customers go through the customer channel plus this archive; SDK client changes land in the mindlab-toolkit repository.
Check the current version
Client SDK version:
python -c "import mint; print(mint.__version__)"Compatibility-layer version: installing mindlab-toolkit also pulls in tinker (>= 0.15.0) as a runtime helper library.
Recent documentation updates
The docs site mint-doc.macaron.im and the product website are updated continuously as features evolve. You can grab a full site-wide markdown summary in one shot via llms-full.txt (see Vibecoders: Working with AI Coding Assistants).
SLA and change windows
Common negotiation dimensions for the Enterprise SLA:
- Service uptime, response time, change windows, incident recovery time, and compensation terms.
- Uptime SLA typically starts at 99.9%, negotiated by compute spec and redundancy level.
- Response-time SLA: tiered response for critical incidents, with a first response within 30 minutes at minimum.
- Audit logging: every API call and console action is written to the audit store, with configurable retention (up to 1 year).
Specific change windows are set by contract; emergency security fixes are not bound by the window, but the customer channel is notified before they are applied.
Feedback channels
- Business and commercial: sales@mindlab.ltd.
- Dedicated technical contact: assigned by Mind Lab after an Enterprise customer completes the onboarding session, covering the full lifecycle — architecture review, data synthesis, recipe selection, launch evaluation, and more.
- Open-source SDK repository: MindLab-Research/mindlab-toolkit.
Live Demo
A live demo can be completed within 30 minutes. To book one, contact sales@mindlab.ltd.
Migrate from Community to Enterprise
MinT Community and Enterprise share the same SDK and API, so code migrates at zero cost. Migration is essentially just switching the endpoint and key — the training script needs no changes.
Configure & Manage API Keys
MinT uses an API key starting with sk- as the client's identity credential. Enterprise keys are issued through an onboarding session, and configuration is the same as in Community.