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 │ │ │ └─────────────────────────────────────────────────────────────────┘

The sidebar provides access to all sections:

SectionDescription
DashboardOverview and quick stats
ProjectsManage your projects
API KeysCreate and manage keys
DevicesAuthorized devices
UsageAnalytics and usage data
SubscriptionPlan and billing
SettingsAccount settings
SupportHelp 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#

  1. Click + New Project
  2. Enter project name and description
  3. Select tech stack (optional - auto-detected)
  4. 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#

  1. Click + Create Key
  2. Enter a name (e.g., "Production Key")
  3. Select permissions (read/write)
  4. Choose linked projects (optional)
  5. 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#

TierMax Devices
Free2
Pro5
Team10
Enterprise50+

Authorizing New Devices#

When you run bootspring auth on a new device:

  1. A device code appears in your terminal
  2. Visit the authorization URL
  3. Confirm the device in your dashboard
  4. 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:

AgentCalls% of Total
frontend-expert18735.8%
database-expert12423.7%
backend-expert9818.7%
testing-expert6712.8%
security-expert479.0%

Export Data#

Download usage data as CSV:

  1. Click Export
  2. Select date range
  3. Choose format (CSV, JSON)
  4. 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#

  1. Click Manage Subscription
  2. Select new plan
  3. Review changes
  4. 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#

NotificationEmailDashboard
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#

  1. Click + New Ticket
  2. Select category (Bug, Feature, Question, Billing)
  3. Describe the issue
  4. Attach files if needed
  5. 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#

ShortcutAction
g dGo to Dashboard
g pGo to Projects
g kGo to API Keys
g uGo to Usage
g sGo to Settings
?Show all shortcuts

Next Steps#