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
Navigate to API Keys in the dashboard
Click Generate New Key
Add a descriptive label (e.g., "Claude Desktop - MacBook")
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
| Property | Description |
|---|---|
| Label | Your description for the key |
| Prefix | First 12 characters (visible in dashboard) |
| Expiration | 90 days from creation |
| Last Used | Timestamp of most recent API call |
Team Management
Invite collaborators to your project with role-based access control.
Roles
| Role | Permissions |
|---|---|
| Viewer | Search and read documentation |
| Editor | All viewer permissions + propose updates |
| Admin | All editor permissions + approve proposals, manage team, generate keys |
Inviting Members
Go to your project's Team page
Click Invite Member
Enter their email and select a role
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
- Editor proposes an update via
quoth_propose_update - Proposal appears in dashboard as "Pending"
- Admin reviews the proposal with evidence
- Admin approves or rejects with optional feedback
- If approved, documentation is updated automatically
Projects can disable the approval requirement, allowing editors to update documentation directly.