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
  • Password reset/setup links
  • Email verification
  • CLI/device authorization from a signed-in account

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

Loading code block...

4. Start Using Bootspring

Loading code block...

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
  • Project access controls

Account Settings

Access via the user menu:

Profile

  • Display name
  • Email address
  • Avatar
  • Timezone preferences

Security

  • Password management
  • Email verification status
  • Active sessions
  • Sign out all sessions
  • Account export and deletion controls

Notifications

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

API

  • Personal access tokens
  • Webhook configuration
  • Project-scoped API keys

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:

Loading code block...