Dashboard Tour
The Bootspring Dashboard is your command center for managing projects, API keys, usage analytics, and more. This guide walks you through all dashboard features.
Accessing the Dashboard#
Visit bootspring.com/dashboard and sign in with your account.
Dashboard Overview#
When you first log in, you'll see the main dashboard with quick stats:
┌─────────────────────────────────────────────────────────────────┐
│ Dashboard │
├─────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ API Calls│ │ API Keys │ │ Devices │ │ Projects │ │
│ │ 1,247 │ │ 3 │ │ 2 │ │ 4 │ │
│ │ this mo │ │ active │ │ linked │ │ active │ │
│ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │
│ │
│ Recent Activity │
│ ────────────────────────────────────────────────────────────── │
│ • frontend-expert invoked in my-saas-app 2 min ago │
│ • Context generated for portfolio-site 15 min ago │
│ • API key created: Production Key 1 hour ago │
│ • security-audit workflow completed 2 hours ago │
│ │
└─────────────────────────────────────────────────────────────────┘
Navigation#
The sidebar provides access to all sections:
| Section | Description |
|---|---|
| Dashboard | Overview and quick stats |
| Projects | Manage your projects |
| API Keys | Create and manage keys |
| Devices | Authorized devices |
| Usage | Analytics and usage data |
| Subscription | Plan and billing |
| Settings | Account settings |
| Support | Help and tickets |
Projects#
Project List#
View all your Bootspring-enabled projects:
┌─────────────────────────────────────────────────────────────────┐
│ Projects + New Project │
├─────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ my-saas-app Active │ │
│ │ Next.js • Prisma • PostgreSQL │ │
│ │ Last active: 2 minutes ago │ │
│ │ API Calls: 847 this month │ │
│ └─────────────────────────────────────────────────────────┘ │
│ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ portfolio-site Active │ │
│ │ Next.js • MDX │ │
│ │ Last active: 15 minutes ago │ │
│ │ API Calls: 234 this month │ │
│ └─────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────┘
Project Details#
Click a project to see detailed information:
- Overview - Project stats and activity
- API Keys - Keys linked to this project
- Usage - Per-project usage breakdown
- Agents - Most-used agents
- Settings - Project configuration
Creating a Project#
- Click + New Project
- Enter project name and description
- Select tech stack (optional - auto-detected)
- Click Create Project
Project created! Add this to your bootspring.config.js:
projectId: "proj_abc123xyz"
API Keys#
Key List#
View and manage your API keys:
┌─────────────────────────────────────────────────────────────────┐
│ API Keys + Create Key │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Production Key │
│ bsk_prod_*****abc ● Active │
│ Created: Jan 15, 2024 Last used: 2 min ago │
│ Projects: my-saas-app, portfolio-site │
│ [Copy] [Revoke] │
│ │
│ ───────────────────────────────────────────────────────────── │
│ │
│ Development Key │
│ bsk_dev_*****xyz ● Active │
│ Created: Jan 10, 2024 Last used: 1 day ago │
│ Projects: test-project │
│ [Copy] [Revoke] │
│ │
└─────────────────────────────────────────────────────────────────┘
Creating an API Key#
- Click + Create Key
- Enter a name (e.g., "Production Key")
- Select permissions (read/write)
- Choose linked projects (optional)
- Click Create
Important: Copy your key immediately! It's only shown once.
Key Security#
- Keys are shown only at creation
- Revoke compromised keys immediately
- Use different keys for dev/prod
- Rotate keys periodically
Devices#
Device List#
See all devices authorized to use Bootspring:
┌─────────────────────────────────────────────────────────────────┐
│ Authorized Devices │
├─────────────────────────────────────────────────────────────────┤
│ │
│ MacBook Pro │
│ macOS 14.3 • arm64 ● Connected │
│ Authorized: Jan 15, 2024 │
│ Last active: Just now │
│ [Disconnect] │
│ │
│ ───────────────────────────────────────────────────────────── │
│ │
│ Linux Workstation │
│ Ubuntu 22.04 • x64 ○ Offline │
│ Authorized: Jan 10, 2024 │
│ Last active: 2 days ago │
│ [Disconnect] │
│ │
└─────────────────────────────────────────────────────────────────┘
Device Limits#
| Tier | Max Devices |
|---|---|
| Free | 2 |
| Pro | 5 |
| Team | 10 |
| Enterprise | 50+ |
Authorizing New Devices#
When you run bootspring auth on a new device:
- A device code appears in your terminal
- Visit the authorization URL
- Confirm the device in your dashboard
- The device is linked to your account
Disconnecting Devices#
Click Disconnect to revoke a device's access. The device will need to re-authorize to use Bootspring.
Usage Analytics#
Overview#
View your usage across all projects:
┌─────────────────────────────────────────────────────────────────┐
│ Usage Analytics This Month ▼ │
├─────────────────────────────────────────────────────────────────┤
│ │
│ API Calls │
│ ████████████████████░░░░░░░░░░░░░░░░ 1,247 / 10,000 │
│ │
│ ───────────────────────────────────────────────────────────── │
│ │
│ Usage by Type │
│ ┌────────────────┬──────────┬──────────┐ │
│ │ Type │ Count │ Trend │ │
│ ├────────────────┼──────────┼──────────┤ │
│ │ Agent Calls │ 523 │ ↑ 12% │ │
│ │ Skill Lookups │ 312 │ ↑ 8% │ │
│ │ Workflows │ 89 │ ↑ 24% │ │
│ │ Context Gen │ 45 │ ↓ 5% │ │
│ │ Quality Gates │ 278 │ ↑ 15% │ │
│ └────────────────┴──────────┴──────────┘ │
│ │
└─────────────────────────────────────────────────────────────────┘
Usage Chart#
Visual representation of usage over time:
API Calls (Last 30 Days)
150 │ ╭─╮
│ ╭──╯ ╰──╮
100 │ ╭────────────╯ │
│ ╭────╯ ╰───
50 │ ╭────╯
│────╯
0 └────────────────────────────────────────
Jan 20 Jan 25 Jan 30 Feb 5 Feb 10
Agent Breakdown#
See which agents are used most:
| Agent | Calls | % of Total |
|---|---|---|
| frontend-expert | 187 | 35.8% |
| database-expert | 124 | 23.7% |
| backend-expert | 98 | 18.7% |
| testing-expert | 67 | 12.8% |
| security-expert | 47 | 9.0% |
Export Data#
Download usage data as CSV:
- Click Export
- Select date range
- Choose format (CSV, JSON)
- Click Download
Subscription#
Current Plan#
View your subscription details:
┌─────────────────────────────────────────────────────────────────┐
│ Subscription │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Current Plan: Pro │
│ $19/month • Renews Feb 15, 2024 │
│ │
│ Plan Features: │
│ ✓ All 35+ agents │
│ ✓ All code patterns │
│ ✓ 10,000 API calls/month │
│ ✓ 5 authorized devices │
│ ✓ Quality gates │
│ ✓ Workflow packs │
│ │
│ [Manage Subscription] [Billing Portal] │
│ │
└─────────────────────────────────────────────────────────────────┘
Changing Plans#
- Click Manage Subscription
- Select new plan
- Review changes
- Confirm upgrade/downgrade
Billing Portal#
Access Stripe billing portal to:
- Update payment method
- View invoices
- Download receipts
- Cancel subscription
Settings#
Account Settings#
Manage your account:
- Profile - Name, email, avatar
- Security - Password, 2FA
- Notifications - Email preferences
- Preferences - Theme, defaults
Notification Preferences#
| Notification | Dashboard | |
|---|---|---|
| Usage alerts | ✓ | ✓ |
| Security alerts | ✓ | ✓ |
| Product updates | ✓ | ○ |
| Tips & tutorials | ○ | ○ |
Support#
Support Tickets#
Create and track support requests:
┌─────────────────────────────────────────────────────────────────┐
│ Support Tickets + New Ticket │
├─────────────────────────────────────────────────────────────────┤
│ │
│ #1234 - API key not working ● Open │
│ Created: Feb 10, 2024 Last update: 2 hours ago │
│ │
│ #1198 - Feature request: Custom agents ✓ Resolved │
│ Created: Jan 28, 2024 Resolved: Feb 1, 2024 │
│ │
└─────────────────────────────────────────────────────────────────┘
Creating a Ticket#
- Click + New Ticket
- Select category (Bug, Feature, Question, Billing)
- Describe the issue
- Attach files if needed
- Submit
Help Resources#
- Documentation - Link to docs
- FAQ - Common questions
- Community - Discord/forum links
- Status - System status page
Admin Dashboard (Team/Enterprise)#
Team and Enterprise users have access to additional admin features:
Team Overview#
┌─────────────────────────────────────────────────────────────────┐
│ Team Dashboard │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Team Members: 8 │
│ Total API Calls: 23,456 this month │
│ Active Projects: 12 │
│ │
│ Top Users │
│ 1. alice@company.com - 5,234 calls │
│ 2. bob@company.com - 4,567 calls │
│ 3. carol@company.com - 3,890 calls │
│ │
└─────────────────────────────────────────────────────────────────┘
User Management#
- Invite team members
- Set user roles (Admin, Member)
- View per-user usage
- Remove members
Feature Flags#
Control feature rollout for your team:
┌─────────────────────────────────────────────────────────────────┐
│ Feature Flags │
├─────────────────────────────────────────────────────────────────┤
│ │
│ autonomous-mode ○ Disabled │
│ Enable autonomous workflow execution │
│ │
│ beta-agents ● Enabled │
│ Access to beta agent profiles │
│ │
│ custom-skills ● Enabled │
│ Upload custom skill templates │
│ │
└─────────────────────────────────────────────────────────────────┘
Audit Logs#
View all team activity:
Feb 10, 14:32 alice@company.com Created API key "Production"
Feb 10, 14:15 bob@company.com Invoked security-expert
Feb 10, 13:45 admin@company.com Added user carol@company.com
Feb 10, 12:30 alice@company.com Started workflow feature-dev
Mobile Access#
The dashboard is fully responsive. Access from any device:
- View usage and stats
- Manage API keys
- Authorize devices
- Create support tickets
Keyboard Shortcuts#
| Shortcut | Action |
|---|---|
g d | Go to Dashboard |
g p | Go to Projects |
g k | Go to API Keys |
g u | Go to Usage |
g s | Go to Settings |
? | Show all shortcuts |
Next Steps#
- CLI Essentials - Master the CLI
- Troubleshooting - Common issues
- API Reference - API documentation