Skip to content

The Contox dashboard

The Contox dashboard at contox.dev/dashboard is your central hub for managing projects, reviewing AI-generated memory, monitoring sessions, and configuring your account. It provides a visual interface for everything the API and CLI can do, plus additional management features like team administration, billing, and real-time pipeline monitoring.

Main sections

The dashboard sidebar provides access to all major areas:

Projects

Create and manage your projects. Each project is an independent memory space with its own brain, sessions, and settings. From the Projects page, you can:

  • Create new projects with a name, description, and visibility setting
  • Open project settings (gear icon) to configure AI model, members, and GitHub repository connection for deep enrichment
  • View project status (Active/Archived) and context count
  • Switch between projects -- all dashboard pages operate on the currently selected project

Memory

The Memory page is where you explore and manage your project's knowledge. It has four tabs:

  • Brain -- Browse the hierarchical brain tree organized by schema keys. View item details, confidence scores, and tier badges. Approve, deprecate, or edit items
  • Search -- Semantic search across all memory items using natural language queries. Results are ranked by relevance and confidence
  • Sessions -- View session history, trigger enrichment, and monitor pipeline progress in real time. Click sessions to see events, jobs, and the visual pipeline timeline
  • Hygiene -- Run the AI-powered cleanup agent to detect duplicates, outdated items, and quality issues. Review and apply proposed changes
Memory
Brain
Search
Sessions
Hygiene

Operations

The Operations page provides monitoring and auditing with three tabs:

  • On-Call -- Recent sessions, stale drafts, bug reports, and brain health statistics
  • Problems -- Issues, errors, and failed enrichment jobs
  • Moderation -- Content moderation and quality control

Setup & Integrations

The Setup page helps you connect your tools:

  • CLI install commands with copy-paste support
  • VS Code extension deep link for one-click connection
  • IDE integration guides (Cursor, Copilot, Windsurf, and more)
  • Quick link to API key creation

Settings

The Settings page consolidates all account and team configuration:

  • Account -- Update your profile name, email, password, and enable MFA
  • API Keys -- Create, view, and delete API keys for CLI, MCP, and integrations
  • Organizations -- Manage team members, assign roles (owner, admin, member), and configure access
  • Billing -- View current plan, track usage, manage subscription, purchase credits, and configure auto-recharge
  • Notifications -- Configure email and in-app notifications for enrichment, invitations, and billing alerts
  • Appearance -- Customize the dashboard theme
  • Integrations -- VS Code extension, webhooks, and other integrations

Admin

Available to administrators only. Manage users, override plans, view system statistics, and manage newsletters.

The dashboard uses a persistent sidebar layout. Click any section in the sidebar to navigate. The current section is highlighted with an orange accent. On smaller screens, the sidebar collapses into a hamburger menu.

Getting started

If you are new to Contox, here is the recommended workflow:

1
  1. Create a project -- Go to Projects and click New Project
  2. Set up an API key -- Go to Settings > API Keys and create a key
  3. Install your tools -- Go to Setup & Integrations for CLI, VS Code, and IDE setup
  4. Run your first session -- Use the CLI or MCP server to save your first session
  5. Generate memory -- Go to Memory > Sessions and click Generate Memory on your session
  6. Review the results -- Switch to the Brain tab to see extracted memory items

Next steps