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#
| Section | Description |
|---|---|
| Projects | Project management |
| API Keys | Key generation and permissions |
| Devices | CLI and device authorization |
| Usage | Usage analytics and quotas |
| Subscription | Billing and plan management |
| Support | Help 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:
- Click New Project
- Enter project details (name, repository URL)
- Copy the generated API key
- 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_xxx4. Start Using Bootspring#
# Initialize in your project
bootspring init
# Generate context
bootspring generateDashboard 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#
| Shortcut | Action |
|---|---|
g p | Go to Projects |
g k | Go to API Keys |
g u | Go to Usage |
g b | Go to Billing |
n p | New Project |
n k | New 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 listRelated#
- Projects - Project management
- API Keys - Key management
- Getting Started - First steps