Dashboard
The Optra Prism dashboard is the web app at dashboard.prism.optra-ai.com. It’s where you look at your scores, drill into sessions, schedule reports, and connect integrations.
Getting in
Section titled “Getting in”- Sign up with your email or OAuth provider.
- Finish onboarding — creates your organization, team, and workspace.
- Grab a
gck_*key from the Gateway Keys page. - Install the plugin and run
/prism:setup. See Quickstart.
Data lands in the dashboard within a few minutes of a session ending. The PRISM Score follows shortly after the session is scored.
What’s on the home page
Section titled “What’s on the home page”Open the dashboard and you land on the PRISM Score page. The headline number is one thing: the percentage of your sessions that crushed their goal.
A session “crushes” when four facts all land:
- It did real work (the substance floor).
- The outcome judge says the goal was completed.
- It wasn’t reworked by a later session.
- A clear intent was established.
See PRISM Score for the full definition, or Algorithm for the details.
Switching to the older score
Section titled “Switching to the older score”The previous PRISM Score (Speed / Skill / Efficiency, built from prompt-behavior inputs) still runs in parallel. Use the score-version toggle in the sidebar to switch between PRISM Score v3 (the new outcome-based one) and the older composite. Both calculate every session — the toggle only changes what the dashboard shows.
Sidebar layout
Section titled “Sidebar layout”The sidebar groups the product into a few clear areas. The exact pages you see depend on which score version is active.
Top — most-visited pages
Section titled “Top — most-visited pages”These sit above any group heading.
| Item | Route | What it shows |
|---|---|---|
| Overview | / | PRISM Score headline, sub-scores, recent sessions |
| Realtime | /realtime | Live coding activity — turns, tokens, and prompts as they happen |
PRISM Score v3 (default)
Section titled “PRISM Score v3 (default)”The new outcome-based score and its supporting metrics.
| Item | Route | What it shows |
|---|---|---|
| Score | /score-v3 | The headline percentage, crushed-session count, trend, recent sessions |
| Speed | /score-v3/speed | Crushed Sessions Per Week (CSPW) and Time-To-Crush (TTC) |
| Skill | /score-v3/skill | Average Prompt Grade (APG) — letter grade rolled up from the per-prompt rubric |
| Prompt Grade | /score-v3/prompt-grade | Per-prompt rubric drilldown — what graded well, what didn’t |
| Token Usage | /score-v3/tokens | Crush Weight + Tokens-Effective Total (TET), Tokens-Per-Task (TPT), $-Cost-Per-Crushed-Session ($CPCS) |
| Trivia | /score-v3/trivia | Sessions excluded by the substance floor — what they were, why they dropped |
| Integrity | /score-v3/integrity | Anti-gaming flags — sessions where the judge wasn’t confident |
| Sub-sessions | /score-v3/sub-sessions | Explorer for the underlying scored unit (a goal arc inside a Claude Code session) |
See PRISM Score for what each page means and Measurement for how the engine builds them.
PRISM Score (v2.1, behind the toggle)
Section titled “PRISM Score (v2.1, behind the toggle)”The older composite. Visible only when the sidebar toggle is set to v2.1.
| Item | Route |
|---|---|
| Score | /prism |
| Speed | /prism/speed |
| Efficiency | /prism/efficiency |
| Skill | /prism/skill |
Intelligence
Section titled “Intelligence”Actionable rollups derived from session data.
| Item | Route | What it shows |
|---|---|---|
| Sessions | /intelligence/reviews | Per-session reviews — LLM-authored title, summary, advisor cards |
| Throttle | /insights/throttle | Rate-limit events, latency spikes, hours lost |
| Rightsizing | /insights/rightsizing | Model and tier recommendations |
| Report | /my/report | Chapter-based personal review |
Activity
Section titled “Activity”Your personal slice of the data.
| Item | Route | What it shows |
|---|---|---|
| Overview | /my/overview | Sessions, time spent, headline numbers |
| Active Time | /my/active-time | Hourly / daily / weekly coding time |
| Productivity | /my/productivity | Throughput indicators — turns, sessions, output patterns |
| Telemetry | /my/telemetry | Raw OTEL signals from your sessions |
| Explorer | /my/explorer | Browse and search your sessions, drill into turn-by-turn detail |
Settings
Section titled “Settings”Where configuration and support live.
| Item | Route | Purpose |
|---|---|---|
| Integrations | /integrations | Slack + email delivery for reports — see Integrations |
| Setup | /setup | Re-run onboarding flows, manage workspace setup |
| Support | /support | Get help, view your support tier, open requests |
| Documents | external | Opens these docs in a new tab |
Admin and governance pages
Section titled “Admin and governance pages”These pages exist but aren’t in the main sidebar — they sit behind the account / org admin area in the header.
| Item | Route | Purpose |
|---|---|---|
| Gateway Keys | /keys | Manage gck_* keys |
| Developers | /developers | Manage developers and key assignments |
| Cost Centers | /cost-centers | Cost attribution |
| Organizations | /organizations | Organization settings |
| Profile | /profile | Your personal account settings |
Navigation and theme
Section titled “Navigation and theme”Sidebar layout: organization name and user avatar at the top, section nav on the left, content in the main area. Dark mode is the default and can be toggled from the user menu. Most pages have a date-range picker in the top-right that scopes the view — it persists per-page.