
Test update
API Token Scopes
Added granular permission control for API tokens with three new scopes:read:tokens- Read-only access to tokenswrite:tokens- Create and modify tokensexport:tokens- Export tokens in various formats
AI Assistant Improvements
Custom OpenAI API Keys: Users can now provide their own OpenAI API keys instead of relying on platform credits. Keys are securely stored using AES-256-GCM encryption.Smarter Tokenset Creation: The AI assistant now automatically detects and uses the Default mode when creating new tokensets, eliminating manual mode ID lookups.Enhanced Chat Interface:- Markdown rendering with syntax highlighting
- Copy button for code blocks
- Improved message formatting
User Experience
- New changelog sidebar notification in main navigation
- Consistent header design across all pages
- Better visual feedback for interactive elements
Security & Performance
- AES-256-GCM encryption for sensitive data storage
- Optimized AI response generation
- Better error handling for API key validation
Bug Fixes
- Fixed migration timestamp conflicts
- Resolved file read errors in edit operations
- Corrected encryption key environment variable handling
API permission model clarified
API v1 docs now describe the current write authorization model:- token scopes are required (
write:tokens,export:tokens) - TEAM-owned workspaces allow API writes for
owner/admin/editor - TEAM
viewerwrite attempts are rejected with403 - non-TEAM workspaces remain owner-only for write
Workspace collaboration flow simplified
Workspace member addition now uses direct add behavior in session API documentation:- no pending invitation email flow
- role update is idempotent on existing membership
- legacy invitation-link endpoints are documented as deprecated (
410 Gone)
Organization environments docs refreshed
Updated documentation for:- environment create/list/delete
- publish options
- release history and publish
- merge to Production
- environment export
Initial Public Release
Core Features:- Workspace management for organizing design tokens
- Token sets with multi-mode support (Light/Dark themes)
- RESTful API for token management
- Figma plugin integration for design-to-code workflow
- Optimized database queries for faster load times
- Intuitive UI for token creation and editing
- Real-time token preview
Want to suggest a feature or report a bug? Visit our GitHub repository or contact us at support@tokencraft.dev