Dashboard: Account
The Account tab manages your Klip subscription and provides privacy information.
Access: Klip: Open Dashboard (klip.openDashboard) > Account tab
Account Management
Signing In
Command: Klip: Sign In (klip.signIn)
Sign in to:
- Activate Pro features
- Sync settings across devices (future)
- Access priority support
Signing Out
Command: Klip: Sign Out (klip.signOut)
Account Status
Command: Klip: Account & License (klip.showAccount)
View:
- Current subscription tier (Free or Pro)
- License expiration date
- Feature availability
Subscription Tiers
Free
Core features included:
- Session browsing and resume
- Basic search
- AI summaries (requires API key)
- Klip Panel terminals
Pro
Everything in Free, plus:
- Advanced Analytics - Usage insights and trends
- Session History Viewer - Browse full transcripts
- Tags - Reusable tags with environment variables and init scripts
- Button Library - Custom terminal toolbar buttons
- Daemon API Keys - REST API access for automation
- MCP Gateway - Advanced MCP server routing
Upgrade: Visit klipide.com/pricing
Privacy & Data Handling
Klip is designed with a local-first architecture.
What Stays Local
- Session files - Stored by each CLI tool in their directories
- Klip database - SQLite at
~/.klip/klip.db - Embeddings - Vector data stored in local database
- Configuration -
~/.klip/config.jsonand VS Code settings
What is Sent Externally
| Data | Destination | When |
|---|---|---|
| AI requests | OpenAI, Google, Anthropic | Summaries, embeddings |
| Feedback | Klip servers | When you submit feedback |
| License check | Klip servers | Pro subscription validation |
Klip does NOT upload your code or session history to our servers.
Session File Locations
| Agent | Location |
|---|---|
| Claude | ~/.claude/projects/<workspace>/<session>.jsonl |
| Codex | ~/.codex/sessions/<year>/<month>/<day>/<session>.jsonl |
| Gemini | ~/.gemini/tmp/<workspace-hash>/chats/<session>.json |
Klip Data Locations
| Data | Location |
|---|---|
| Database | ~/.klip/klip.db |
| Config | ~/.klip/config.json |
| Layouts | ~/.klip/layouts/ |
| Logs | ~/.klip/logs/ |
Related
- Dashboard: Analytics - Usage insights (Pro)
- API Keys - Provider key setup
- Data Locations - Full data location reference