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 showing your API call count, active API keys, linked devices, and active projects. Below the stats, a recent activity feed shows your latest actions such as agent invocations, context generations, and workflow completions.

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

The Projects page lists all your Bootspring-enabled projects. Each project card shows the project name, tech stack, last activity time, API call count for the month, and status (Active/Inactive).

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

After creation, you'll receive a project ID to add to your bootspring.config.js.

API Keys

Key List

The API Keys page shows all your keys with their name, masked key value, status (Active/Revoked), creation date, last used time, and linked projects. Each key has Copy and Revoke actions.

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

The Devices page shows all authorized devices with their name, OS and architecture, connection status (Connected/Offline), authorization date, and last activity time. Each device has a Disconnect action.

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

The Usage Analytics page shows your API call usage with a progress bar toward your plan limit, and a breakdown table showing usage by type (Agent Calls, Skill Lookups, Workflows, Context Generation, Quality Gates) with counts and trend indicators.

Usage Chart

A line chart displays your API call volume over the last 30 days, showing usage trends over time.

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

The Subscription page shows your current plan name, price, renewal date, and a list of included features (agents, code patterns, API call limit, device limit, quality gates, workflow packs). Actions include Manage Subscription and Billing Portal links.

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

The Support Tickets page lists your support requests with ticket number, subject, status (Open/Resolved), creation date, and last update time. You can create new tickets with the + New Ticket button.

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

The Team Dashboard shows aggregate stats including team member count, total API calls for the month, active projects, and a top users leaderboard ranked by API call volume.

User Management

  • Invite team members
  • Set user roles (Admin, Member)
  • View per-user usage
  • Remove members

Feature Flags

The Feature Flags page lets you control feature rollout for your team. Each flag shows its name, description, and an enable/disable toggle (e.g., autonomous-mode, beta-agents, custom-skills).

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