The Dashboard is the landing page after login. It shows the current state of your workspace at a glance.Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Metrics
Four counters at the top:- Connected Agents — Number of agent users linked to your tenant.
- Datasets — Total datasets in your workspace.
- API Calls (24h) — Request count over the last 24 hours.
- Error Rate — Percentage of failed requests in the same window.
Inline search
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 withcognee.remember(), and query withcognee.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.