Dashboard
The dashboard at bucky.fetchrewards.com is the central hub for managing all three agents. Sign in with your Fetch Okta credentials — the dashboard uses the same SSO as other internal tools.
Action queue
Section titled “Action queue”The home page shows your personal action queue — items that need your attention, like plans awaiting review or PRs ready for feedback. This is the quickest way to see what the agents need from you right now.
Buck’s sections focus on engineering session management and code delivery.
Sessions (/sessions)
Section titled “Sessions (/sessions)”Browse all Buck sessions. Each session represents a unit of work — a task from Slack, a Jira ticket, or a directly created session. Click into a session to see:
- The full conversation history
- Any plans or PRs Buck created
- Links to the associated Jira ticket and Slack thread
- Live terminal — while a session is running, connect to the pod’s terminal in real-time via WebSocket tunnel to the EKS pod. Watch Claude work or interact directly.
- Pod status — real-time status updates (pending, running, succeeded, failed) with live animations
You can also create new sessions directly from the dashboard for ad-hoc tasks.
Pause and resume
Section titled “Pause and resume”Running sessions can be paused — the workspace and conversation state is saved to S3. Reply with follow-up instructions to resume from exactly where it left off.
Metrics (/metrics)
Section titled “Metrics (/metrics)”Team-level activity stats for Buck sessions. Use the time range selector to view data over 7, 30, or 90 days (defaults to 7 days). Backed by Prometheus.
Settings (/settings)
Section titled “Settings (/settings)”Team settings let you configure:
- Jira project — which Jira project Buck creates tickets in for your team
- Team configuration — team-specific preferences
Playground (/playground)
Section titled “Playground (/playground)”A space for testing and experimenting with Buck’s capabilities outside of normal workflows.
Dolly’s sections focus on PM workflows and team knowledge.
- Sessions (
/dolly/sessions) — PM session tracking, browse conversation history and ticket creation activity - Memories (
/dolly/memories) — user memory browser, see what Dolly remembers about your preferences and team conventions - Metrics (
/dolly/metrics) — activity and usage metrics for Dolly sessions - Playground (
/dolly/playground) — test and experiment with Dolly’s capabilities
Pearl’s sections focus on design deliverables and asset management.
- Sessions (
/pearl/sessions) — design session tracking - Snippets (
/pearl/snippets) — interactive snippet viewer, browse and preview published HTML/CSS/JS snippets - Components (
/pearl/components) — component library browser, view saved reusable components by category - Design Languages (
/pearl/design-languages) — design language manager, configure and switch Figma-backed design systems - Metrics (
/pearl/metrics) — activity and usage metrics for Pearl sessions - Playground (
/pearl/playground) — test and experiment with Pearl’s capabilities
Shared features
Section titled “Shared features”All agent sections share:
- Okta authentication — single sign-on with your Fetch credentials
- Real-time status updates — session status streamed via SSE
Buck-only features:
- Terminal access — WebSocket tunnel to EKS pods for live terminal interaction
- Pause and resume — S3-backed workspace and conversation state persistence