Dashboard Overview
+Welcome to your Claude Relay dashboard
+-
+
- API Keys +
- {{ userProfile?.apiKeyCount || 0 }} +
-
+
- Total Requests +
- {{ formatNumber(userProfile?.totalUsage?.requests || 0) }} +
-
+
- Input Tokens +
- {{ formatNumber(userProfile?.totalUsage?.inputTokens || 0) }} +
-
+
- Total Cost +
- ${{ (userProfile?.totalUsage?.totalCost || 0).toFixed(4) }} +
Account Information
+-
+
- Username +
- {{ userProfile?.username }} +
- Display Name +
- {{ userProfile?.displayName || 'N/A' }} +
- {{ userProfile?.email || 'N/A' }} +
- Role +
- + + {{ userProfile?.role || 'user' }} + + +
- Member Since +
- {{ formatDate(userProfile?.createdAt) }} +
- Last Login +
- {{ formatDate(userProfile?.lastLoginAt) || 'N/A' }} +