Quickstart Guide
Get up and running with Tokencraft in just a few steps.Step 1: Create an Account
Visit app.tokencraft.dev and sign up for a free account.Step 2: Review Your Workspace
When you sign up, Tokencraft automatically creates a default workspace for you. You’re ready to go right away—no extra setup needed. Want additional workspaces?- Click “New Workspace”
- Give it a name (e.g., “Design System”)
- Add an optional description
- Click “Create”
Step 3: Create a Tokenset
Inside your workspace:- Click “New Tokenset”
- Name it (e.g., “Colors”)
- The default mode “Base” is created automatically
Step 4: Add Your First Token
- Click “Add Token” in your tokenset
- Fill in the details:
- Name:
colors.primary.500 - Type: Color
- Value:
#3b82f6 - Description: “Primary brand color”
- Name:
- Click “Save”
Step 5: Generate an API Token
To access your tokens via the API:- Navigate to API in the sidebar
- Click “New Token”
- Give it a name (e.g., “Production API”)
- Copy the token immediately (you won’t see it again!)
Step 6: Make Your First API Call
Test your API token:Step 7: Export Your Tokens
Export your tokens in your preferred format:What’s Next?
Learn Core Concepts
Understand workspaces, tokensets, and modes
Explore the API
Deep dive into all available endpoints
Setup MCP Server
Use Tokencraft with Claude Desktop
CI/CD Integration
Automate token syncing
Environment Setup
For convenience, store your credentials as environment variables:.env
Common Use Cases
1. Web Development
Export as CSS variables and import into your stylesheet:styles/tokens.css
2. React/Vue Applications
Fetch tokens at build time:scripts/sync-tokens.js
3. Mobile Applications
Download platform-specific files during your build:prebuild.sh
Need Help?
API Authentication
Learn more about API authentication and security