Dashboard

Your central hub for managing Bootspring projects, API keys, usage, and subscription.

Overview#

The Bootspring Dashboard provides a web interface to:

  • Manage Projects - Create, configure, and monitor your projects
  • Control API Access - Generate and manage API keys
  • Track Usage - Monitor API calls, agent invocations, and quotas
  • Handle Billing - Manage subscriptions and view invoices
  • Authorize Devices - Control CLI and desktop app access

Access the dashboard at bootspring.dev/dashboard

Quick Navigation#

SectionDescription
ProjectsProject management
API KeysKey generation and permissions
DevicesCLI and device authorization
UsageUsage analytics and quotas
SubscriptionBilling and plan management
SupportHelp and support tickets

Dashboard Layout#

┌─────────────────────────────────────────────────────────────────────┐ │ Bootspring Dashboard [User] [Settings]│ ├──────────────┬──────────────────────────────────────────────────────┤ │ │ │ │ Projects │ Overview │ │ API Keys │ ┌─────────────────────────────────────────────┐ │ │ Devices │ │ Active Projects: 3 API Calls: 5,420 │ │ │ Usage │ │ Agent Invocations: 342 Skills: 89 │ │ │ Billing │ └─────────────────────────────────────────────┘ │ │ Support │ │ │ │ Recent Activity │ │ ───────── │ ┌─────────────────────────────────────────────┐ │ │ Docs │ │ 10:30 frontend-expert invoked (my-app) │ │ │ Community │ │ 10:25 Context regenerated (my-app) │ │ │ Changelog │ │ 10:15 API key created (CI/CD) │ │ │ │ └─────────────────────────────────────────────┘ │ │ │ │ └──────────────┴──────────────────────────────────────────────────────┘

Getting Started#

1. Sign In#

Sign in with your Bootspring account:

https://bootspring.dev/sign-in

Supported authentication methods:

  • Email and password
  • Google OAuth
  • GitHub OAuth

2. Create Your First Project#

After signing in:

  1. Click New Project
  2. Enter project details (name, repository URL)
  3. Copy the generated API key
  4. Add to your project's environment

3. Connect Your CLI#

# Authenticate the CLI bootspring auth login # Or use API key directly export BOOTSPRING_API_KEY=bs_live_xxx

4. Start Using Bootspring#

# Initialize in your project bootspring init # Generate context bootspring generate

Dashboard Features#

Project Overview#

The main dashboard shows:

  • Active Projects - Projects with recent activity
  • Usage Summary - Current period usage across all projects
  • Recent Activity - Latest agent invocations, context generations
  • Quick Actions - Create project, generate key, view docs

Usage Insights#

Real-time visibility into:

  • API call volume and trends
  • Agent invocation breakdown
  • Skill application statistics
  • Quota utilization

Team Management (Team/Enterprise)#

For team plans:

  • Invite team members
  • Assign roles and permissions
  • Audit log access
  • SSO configuration

Account Settings#

Access via the user menu:

Profile#

  • Display name
  • Email address
  • Avatar
  • Timezone preferences

Security#

  • Password management
  • Two-factor authentication
  • Active sessions
  • Security log

Notifications#

  • Email preferences
  • Usage alerts
  • Product updates
  • Weekly digests

API#

  • Personal access tokens
  • Webhook configuration
  • OAuth applications

Mobile Access#

The dashboard is fully responsive and works on mobile devices:

  • View project status
  • Check usage
  • Manage devices
  • Quick support access

Keyboard Shortcuts#

ShortcutAction
g pGo to Projects
g kGo to API Keys
g uGo to Usage
g bGo to Billing
n pNew Project
n kNew API Key
/Search
?Show shortcuts

CLI Integration#

Many dashboard actions are available via CLI:

1# Open dashboard in browser 2bootspring dashboard 3 4# View project status 5bootspring status 6 7# Check usage 8bootspring usage 9 10# Manage API keys 11bootspring auth keys list