Dashboard Overview

Navigate the Quoth dashboard and manage your projects

The Quoth dashboard is your central hub for managing projects, teams, and API keys.

Accessing the Dashboard

Visit quoth.ai-innovation.site/dashboard and sign in with your account.

Dashboard Sections

Projects

View and manage your knowledge bases

API Keys

Generate and revoke MCP tokens

Team

Invite collaborators and manage roles

Proposals

Review and approve documentation updates

Projects

Each project represents a separate knowledge base. When you sign up, a default project is automatically created: {username}-knowledge-base.

Project Settings

  • Name - Display name for your project
  • Slug - URL-friendly identifier
  • Visibility - Public (anyone can read) or Private
  • Approval Flow - Whether proposals require admin approval

API Keys

API keys are JWT tokens that authenticate MCP connections.

Generating a Key

1

Navigate to API Keys in the dashboard

2

Click Generate New Key

3

Add a descriptive label (e.g., "Claude Desktop - MacBook")

4

Copy the token immediately - it won't be shown again

Security Warning: Treat API keys like passwords. Never commit them to version control or share them publicly.

Key Properties

PropertyDescription
LabelYour description for the key
PrefixFirst 12 characters (visible in dashboard)
Expiration90 days from creation
Last UsedTimestamp of most recent API call

Team Management

Invite collaborators to your project with role-based access control.

Roles

RolePermissions
ViewerSearch and read documentation
EditorAll viewer permissions + propose updates
AdminAll editor permissions + approve proposals, manage team, generate keys

Inviting Members

1

Go to your project's Team page

2

Click Invite Member

3

Enter their email and select a role

4

They'll receive an invitation email valid for 7 days

Proposals

When team members propose documentation updates, they appear in the Proposals section for review.

Proposal Workflow

  1. Editor proposes an update via quoth_propose_update
  2. Proposal appears in dashboard as "Pending"
  3. Admin reviews the proposal with evidence
  4. Admin approves or rejects with optional feedback
  5. If approved, documentation is updated automatically

Projects can disable the approval requirement, allowing editors to update documentation directly.