Skip to main content
The Dashboard is the landing page after login. It shows the current state of your workspace at a glance.

Metrics

Four counters at the top:
  • Connected agents β€” Number of agent users linked to your tenant. Agents that are running a session right now are marked with a green dot in the avatar stack, and the card chip shows how many are live (e.g. β€œ2 active”).
  • Brains β€” Total datasets (β€œbrains”) in your workspace.
  • API Calls (24h) β€” Request count over the last 24 hours.
  • Success rate β€” Percentage of sessions that completed successfully. The card surfaces the underlying completed / sessions ratio from the session statistics, with failed and abandoned session counts shown when present. The chip turns healthy at 95%+, degraded at 80–95%, and critical below 80%.
The search bar at the top of the dashboard lets you query your knowledge graph directly. Select a dataset from the dropdown, enter a query, and results are returned inline. This uses the same search mechanism as the dedicated Search page.

Quick actions

The dashboard provides cards for common tasks:
  • Python SDK β€” Opens a modal with step-by-step setup instructions: install the package, then connect with cognee.serve(), store data with cognee.remember(), and query with cognee.recall().
  • API Keys β€” Navigate to the API Keys page.
  • Connect Agent β€” Navigate to Connect Agent.
  • Upload Files β€” Opens a pop-up to upload files directly into the currently selected dataset without leaving the dashboard.

Recent activity

A timeline of the latest pipeline runs, showing operation type, status, dataset, and timestamp. For more detail, see the Activity page.
If no datasets exist yet, the dashboard redirects to the onboarding flow.