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.
Navigation#
The sidebar provides access to all sections:
| Section | Description |
|---|---|
| Dashboard | Overview and quick stats |
| Projects | Manage your projects |
| API Keys | Create and manage keys |
| Devices | Authorized devices |
| Usage | Analytics and usage data |
| Subscription | Plan and billing |
| Settings | Account settings |
| Support | Help 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#
- Click + New Project
- Enter project name and description
- Select tech stack (optional - auto-detected)
- 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#
- Click + Create Key
- Enter a name (e.g., "Production Key")
- Select permissions (read/write)
- Choose linked projects (optional)
- 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#
| Tier | Max Devices |
|---|---|
| Free | 2 |
| Pro | 5 |
| Team | 10 |
| Enterprise | 50+ |
Authorizing New Devices#
When you run bootspring auth on a new device:
- A device code appears in your terminal
- Visit the authorization URL
- Confirm the device in your dashboard
- 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:
| Agent | Calls | % of Total |
|---|---|---|
| frontend-expert | 187 | 35.8% |
| database-expert | 124 | 23.7% |
| backend-expert | 98 | 18.7% |
| testing-expert | 67 | 12.8% |
| security-expert | 47 | 9.0% |
Export Data#
Download usage data as CSV:
- Click Export
- Select date range
- Choose format (CSV, JSON)
- 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#
- Click Manage Subscription
- Select new plan
- Review changes
- 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#
| Notification | Dashboard | |
|---|---|---|
| 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#
- Click + New Ticket
- Select category (Bug, Feature, Question, Billing)
- Describe the issue
- Attach files if needed
- 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#
| Shortcut | Action |
|---|---|
g d | Go to Dashboard |
g p | Go to Projects |
g k | Go to API Keys |
g u | Go to Usage |
g s | Go to Settings |
? | Show all shortcuts |
Next Steps#
- CLI Essentials - Master the CLI
- Troubleshooting - Common issues
- API Reference - API documentation