The sidebar label for this page is Overview, while the route remains
/dashboard and it appears as Dashboard in analytics.Metrics
A KPI strip across the top shows six counters for the current workspace, in this order. Time-bounded counters use the latest 24h activity:- Agents β Number of agents connected to your workspace.
- Sessions β Agent and chat sessions recorded in the latest 24h.
- API calls β Request count over the latest 24h.
- Graph nodes β Number of entities in the knowledge graph.
- Graph edges β Number of relationships in the knowledge graph.
- Brains β Total datasets (βbrainsβ) in your workspace.
Get started
The Get started section carries the subtitle Connect your AI agents to give them persistent memory and presents connection cards that walk you through linking an AI agent to your workspace. The cards are Claude Code, Codex, Openclaw, API / MCP, and Company Brain (upload). The Claude Code flow auto-detects a new session and marks the step done once it sees one. From the Company Brain card you can also upload files directly into a brain without leaving the dashboard.Credits and vouchers
When credit usage is high, a banner appears on the Overview:- At β₯90% credits used, a low-credit warning is shown.
- At 100%, the banner notes that agent requests may fail.
LLM API key (local mode)
When you run Cognee locally (the open-source UI, launched in local mode), the Overview checks the backend settings and, if no LLM API key is configured, shows a warning banner reading No LLM API key configured β Cognee canβt process uploads until you add one. with an Add your API key now β action. Clicking it opens an Add your LLM API key modal where you can paste your key. Saving applies the key to the running backend right away and reloads the page, so uploads andcognify work immediately β no .env edit or restart required. The banner only appears in local mode; it is not shown in the cloud.
Cognee Terminal
The Search your memory terminal lets you query your knowledge graph directly from the dashboard. If a brain is selected, the query is scoped to that brain; otherwise, it searches across the visible brains. Results are returned inline using the same recall mechanism as the dedicated Search page.Quick actions
- Connect with Python SDK β Opens a modal with step-by-step setup instructions: install the package (
pip install cognee), get your API Base URL and API key, and connect your agent. - Upload files β Uploads files directly into the currently selected dataset without leaving the dashboard. Accepted file types are
.pdf,.csv,.txt,.md,.json, and.docx. If multiple brains exist and none is selected, an Upload to which brain? picker appears first. When processing finishes, a Knowledge graph built modal offers next steps: Search your data (opens Search), Inspect the knowledge graph (opens the brain in Datasets), and Explore the knowledge graph (opens the Mindmap). - What you can build β A scrollable row of use-case cards illustrating what Cognee can do with your data: A second brain, Sales & deal intelligence, Investment & research, Docs & manuals, and Memory for coding agents.
Memory Activity
The Memory Activity log is a live, evidence-oriented feed of every search run against your memory β both by your connected agents and by you β sorted by recency. Each actor is shown with a stable colored dot so distinct agents are easy to tell apart. Filter tabs narrow the feed:- all β every event.
- mine β only the queries you typed yourself.
- agents β activity from other actors (connected agents and the system).
- searches β search/recall events only.
- errors β failed queries only.
- hit (β, green) β the recall returned results.
- empty (β , yellow) β the recall ran but found nothing.
- error (β, red) β the query failed.
- running (spinner) β the query is still in progress.
Give feedback
A Give feedback button is pinned to the bottom of the sidebar (above Billing) on every page of the app. Clicking it opens a short form; submitting sends your message straight to the Cognee team, tagged with your current workspace and the page you were on for context. You must be signed in to send feedback.New users with no activity are redirected to the onboarding flow. While the workspace provisions, a skeleton is shown, and a Your workspace is ready notice appears once it is ready.