Skip to content

Dashboard

import { Aside, Steps } from ‘@astrojs/starlight/components’;

The dashboard at tinyfat.com/dashboard is your control center for managing your agent.

The dashboard shows:

  • Agent status — Running, sleeping, or stopped
  • File browser — Your agent’s workspace
  • Chat interface — Talk to your agent directly
  • Settings — API keys, allowed senders, and more
  • 🟢 Running — Container is active, agent is responsive
  • 🟡 Starting — Container is booting up
  • 🔴 Stopped — Container is sleeping (wakes on email)

You can manually start or stop your agent from the dashboard. Stopping releases compute resources but preserves all data.

The left sidebar shows your agent’s filesystem.

Click any file to view its contents. Text files open in the editor panel.

  1. Click a file to open it
  2. Make changes in the editor
  3. Click Save (or Cmd/Ctrl+S)
  • Text files (.md, .txt, .json, etc.)
  • Code files (syntax highlighting)
  • JSON files (formatted view)

Talk to your agent directly from the dashboard, without email.

The chat uses the same underlying system as email:

  1. Your message goes to the container
  2. Agent processes and responds
  3. Response appears in the chat

Expand the activity drawer to see:

  • Tool calls the agent is making
  • File operations
  • Command execution

Configure your Anthropic API key here. Without it, your agent can’t think.

1. Get your key from [console.anthropic.com](https://console.anthropic.com/) 2. Paste it in the API Keys tab 3. Click **Save**

Control who can email your agent.

  • Your signup email is always allowed
  • Add others by email address
  • Use @domain.com for domain wildcards

Agent configuration options:

  • Agent name display
  • Other platform settings

Connect Slack for hybrid mode:

  • Agent appears in Slack channels
  • Can respond to @mentions
  • Email still works alongside Slack

Real-time view of agent activity:

  • Incoming messages
  • Tool executions
  • Outgoing responses

If something fails, error details appear in the activity log. Common issues:

  • API key invalid or expired
  • Rate limits hit
  • Tool execution failed
ShortcutAction
Cmd/Ctrl + SSave current file
Cmd/Ctrl + KFocus chat input
EscClose panels

The dashboard works on mobile browsers, but the full experience is better on desktop. For quick checks, mobile works fine.