All Projects
Manage all your projects from one place — create new ones, switch between card and table views, and navigate into any project
/dashboard/projects is the org-level project management hub. Use it
to create new projects, browse all existing ones, and navigate into
any project's settings.
Two views
Toggle between card view (visual grid) and table view (dense
list) using the buttons in the header. The choice persists in
localStorage.
| View | Best for |
|---|---|
| Card | Visual scanning, smaller numbers of projects |
| Table | Many projects, sortable columns |
Both views show the same data: name, slug, description, analysis count, log source count, and creation date. Default project is marked with a badge.
Creating a project
Click New Project in the header. The modal asks for:
| Field | Notes |
|---|---|
| Name | Display name for the project |
| Slug | URL-safe identifier; auto-generated from name, editable |
| Description | Optional, for your team's reference |
Click Create. The new project appears in the list and you're
dropped into its General page. The plan-level projects quota
applies — see Plans & quotas.
Required role
| Action | Required permission |
|---|---|
| View projects list | config:read (any role) |
| Create new project | config:write (admin, member, owner) |
| Delete a project | project:delete (owner only) |
Navigating into a project
Click any project to switch context to that project. The sidebar swaps from org-level (Settings, Team, Billing) to project-level (Analyses, Log Sources, Channels, etc.).
To switch back to the org-level sidebar, click Back to all projects at the top of the project sidebar, or use the project picker.
