# usekaneo/kaneo

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/usekaneo-kaneo).**

3,218 stars · 250 forks · TypeScript · mit

## Links

- GitHub: https://github.com/usekaneo/kaneo
- Homepage: https://kaneo.app/
- awesome-repositories: https://awesome-repositories.com/repository/usekaneo-kaneo.md

## Topics

`hacktoberfest` `hono` `issue-management` `issue-tracker` `jira-alternative` `kanban` `linear-alternative` `project-management` `react` `self-hosted` `typescript`

## Description

Kaneo is an open-source project management platform built around a kanban board interface for organizing tasks into columns with drag-and-drop status management. It functions as a self-hosted task manager that supports multiple workspaces, organizations, and role-based access control, with all persistent data stored in a PostgreSQL relational database and exposed through a RESTful JSON API.

The platform distinguishes itself through deep external integration capabilities, connecting project workflows to GitHub, Gitea, Slack, Discord, and Telegram with automated event-driven actions. A webhook event system sends real-time HTTP callbacks when task events occur, enabling third-party integrations and automation, while a device authorization flow implements RFC 8628 OAuth 2.0 for authenticating CLI and desktop applications. The system also supports bulk operations and data export, including importing tasks in bulk, exporting projects as JSON, and performing batch updates across multiple items.

Beyond task tracking, Kaneo provides team collaboration features through comments, activity logs, notifications, and real-time event alerts, alongside time tracking and reporting capabilities for logging work hours against tasks. Organization and access control management allows structuring multi-user collaboration through teams, members, roles, and invitations. The platform can be deployed to Railway with one click using an official template that configures the database, API, and web services automatically.

## Tags

### Business & Productivity Software

- [Project Management Platforms](https://awesome-repositories.com/f/business-productivity-software/project-management-platforms.md) — Serves as a collaborative workspace for tracking tasks and organizing team workflows with custom columns and labels.
- [Automated Status Transitions](https://awesome-repositories.com/f/business-productivity-software/automated-status-transitions.md) — Automatically transitions tasks between project columns based on triggers from external integration events. ([source](https://kaneo.app/docs/api-reference/workflow-rules/upsert-workflow-rule.md))
- [Label Management](https://awesome-repositories.com/f/business-productivity-software/label-management.md) — Provides the ability to remove organizational labels and their associations from the workspace. ([source](https://kaneo.app/docs/api-reference/endpoints/labels/deleteLabel.md))
- [Organization Member Administrations](https://awesome-repositories.com/f/business-productivity-software/organization-member-administrations.md) — Provides administrative capabilities to retrieve and manage members within a business organization. ([source](https://kaneo.app/docs/api-reference/organization-management/list-organization-members.md))
- [Role Lookups](https://awesome-repositories.com/f/business-productivity-software/organization-member-administrations/role-lookups.md) — Provides a mechanism to determine the authenticated user's role within a specific organization. ([source](https://kaneo.app/docs/api-reference/organization-management/get-organization-active-member-role.md))
- [Organization Provisioning](https://awesome-repositories.com/f/business-productivity-software/organization-provisioning.md) — Provides the capability to create new organizations with unique slugs and metadata. ([source](https://kaneo.app/docs/api-reference/organization-management/create-organization.md))
- [Organization Resource Management](https://awesome-repositories.com/f/business-productivity-software/organization-resource-management.md) — Provides administrative APIs for retrieving and managing top-level business organizational entities. ([source](https://kaneo.app/docs/api-reference/organization-management/list-organization.md))
- [Organization Switching](https://awesome-repositories.com/f/business-productivity-software/organization-switching.md) — Allows authenticated users to toggle the active organization to switch workspace contexts. ([source](https://kaneo.app/docs/api-reference/organization-management/set-organization-active.md))
- [Project Automation Rules](https://awesome-repositories.com/f/business-productivity-software/project-automation-rules.md) — Enables the definition of event-action rules to automate task movements and notifications within projects. ([source](https://kaneo.app/docs/api-reference/endpoints/workflow-rules/upsertWorkflowRule.md))
- [Project Task Management](https://awesome-repositories.com/f/business-productivity-software/project-task-management.md) — Retrieves all tasks within a project with support for status, priority, and assignee filters. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/listTasks.md))
- [Task Property Retrieval APIs](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis.md) — Provides programmatic access to retrieve full details of specific tasks via unique identifiers. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/getTask.md))
- [Discussion Retrieval](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis/discussion-retrieval.md) — Provides the ability to retrieve all discussion entries for a task to maintain communication history. ([source](https://kaneo.app/docs/api-reference/comments/get-task-comments.md))
- [Task Property Retrieval](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis/task-property-retrieval.md) — Provides endpoints to fetch comprehensive metadata and attributes for specific project tasks. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/getTask.md))
- [Full Property Updates](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis/task-property-retrieval/full-property-updates.md) — Enables replacing all fields of an existing task with a new set of properties. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTask.md))
- [Property Modifications](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis/task-property-retrieval/property-modifications.md) — Provides capabilities to update task titles, descriptions, and priority levels. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTask.md))
- [Task Creation](https://awesome-repositories.com/f/business-productivity-software/task-creation.md) — Implements the core ability to create new tasks with titles, descriptions, and priority. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/createTask.md))
- [Task Deletion](https://awesome-repositories.com/f/business-productivity-software/task-deletion.md) — Allows the removal of specific tasks from the system using their unique identifier. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/deleteTask.md))
- [Task Labels](https://awesome-repositories.com/f/business-productivity-software/task-labels.md) — Implements organizational tags to categorize and filter work items. ([source](https://kaneo.app/docs/api-reference/labels/attach-label-to-task.md))
- [Team Collaboration Management](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management.md) — Provides tools for managing organizational hierarchies, team memberships, and role-based access for collaborative workspaces.
- [Team Creation](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/team-creation.md) — Enables the programmatic creation of new teams within an organization for collaborative workflows. ([source](https://kaneo.app/docs/api-reference/organization-management/create-organization-team.md))
- [Team Detail Modification](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/team-detail-modification.md) — Modifies details and administrative groupings of existing teams within an organization. ([source](https://kaneo.app/docs/api-reference/organization-management/update-organization-team.md))
- [Team Removal](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/team-removal.md) — Enables the programmatic deletion of team entities from the organization database. ([source](https://kaneo.app/docs/api-reference/organization-management/remove-organization-team.md))
- [Team Retrieval](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/team-retrieval.md) — Implements programmatic retrieval of team lists associated with an organization for administrative purposes. ([source](https://kaneo.app/docs/api-reference/organization-management/list-organization-teams.md))
- [User Team Listings](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/team-retrieval/user-team-listings.md) — Enables users to retrieve all teams they belong to within an organization. ([source](https://kaneo.app/docs/api-reference/organization-management/list-organization-user-teams.md))
- [Team Member Management](https://awesome-repositories.com/f/business-productivity-software/team-member-management.md) — Provides tools for managing user membership and assigning users to specific teams within an organization. ([source](https://kaneo.app/docs/api-reference/organization-management/add-organization-team-member.md))
- [Member Permission Modifiers](https://awesome-repositories.com/f/business-productivity-software/team-member-management/member-permission-modifiers.md) — Adjusts access levels and roles of organization members to modify permissions. ([source](https://kaneo.app/docs/api-reference/organization-management/update-organization-member-role.md))
- [Member Removers](https://awesome-repositories.com/f/business-productivity-software/team-member-management/member-removers.md) — Provides functions for revoking user access and removing members from shared team workspaces. ([source](https://kaneo.app/docs/api-reference/organization-management/remove-organization-team-member.md))
- [Team Creation](https://awesome-repositories.com/f/business-productivity-software/team-member-management/team-creation.md) — Allows the creation of new teams within an organization to group members for collaboration. ([source](https://kaneo.app/docs/api-reference/organization-management/create-organization-team.md))
- [Team Member Invitations](https://awesome-repositories.com/f/business-productivity-software/team-member-management/team-member-invitations.md) — Implements the workflow for inviting users to join an organization with a designated role. ([source](https://kaneo.app/docs/api-reference/organization-management/invite-organization-member.md))
- [Organization Invitations](https://awesome-repositories.com/f/business-productivity-software/team-member-management/team-member-invitations/organization-invitations.md) — Sends email invitations to users and assigns them a role within the organization. ([source](https://kaneo.app/docs/api-reference/organization-management/invite-organization-member.md))
- [Team Member Listings](https://awesome-repositories.com/f/business-productivity-software/team-member-management/team-member-listings.md) — Allows fetching the list of users belonging to a specific team via API. ([source](https://kaneo.app/docs/api-reference/organization-management/list-organization-team-members.md))
- [Task Activity Log Retrieval](https://awesome-repositories.com/f/business-productivity-software/user-activity-logs/task-activity-log-retrieval.md) — Provides a chronological history of events and changes recorded for specific tasks. ([source](https://kaneo.app/docs/api-reference/activity/get-activities.md))
- [Work Time Logging](https://awesome-repositories.com/f/business-productivity-software/work-time-logging.md) — Records the actual time spent by users on specific project tasks. ([source](https://kaneo.app/docs/api-reference/endpoints/time-entries/createTimeEntry.md))
- [Workflow Board Customizations](https://awesome-repositories.com/f/business-productivity-software/workflow-board-customizations.md) — Provides the ability to modify the name, icon, and color of project workflow columns. ([source](https://kaneo.app/docs/api-reference/columns/update-column.md))
- [Organization Deletions](https://awesome-repositories.com/f/business-productivity-software/account-management/account-deletion/organization-deletions.md) — Implements processes for the permanent removal of organizational entities and their associated data. ([source](https://kaneo.app/docs/api-reference/organization-management/delete-organization.md))
- [Audit Trails](https://awesome-repositories.com/f/business-productivity-software/audit-trails.md) — Maintains historical logs of changes and events associated with project tasks and items.
- [Invitation Management](https://awesome-repositories.com/f/business-productivity-software/group-management/invitation-management.md) — Provides the ability to revoke pending organization invitations before they are accepted. ([source](https://kaneo.app/docs/api-reference/organization-management/cancel-organization-invitation.md))
- [Invitation Acceptance](https://awesome-repositories.com/f/business-productivity-software/group-management/invitation-management/invitation-acceptance.md) — Implements the workflow for users to accept pending invitations to join an organization. ([source](https://kaneo.app/docs/api-reference/organization-management/accept-organization-invitation.md))
- [Invitation Rejections](https://awesome-repositories.com/f/business-productivity-software/group-management/invitation-management/invitation-rejections.md) — Allows users to decline pending invitations to join an organization. ([source](https://kaneo.app/docs/api-reference/organization-management/reject-organization-invitation.md))
- [Organization Membership Withdrawal](https://awesome-repositories.com/f/business-productivity-software/organization-membership-withdrawal.md) — Allows the authenticated user to remove themselves from a specified organization. ([source](https://kaneo.app/docs/api-reference/organization-management/leave-organization.md))
- [Relation Retrievals](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis/task-property-retrieval/relation-retrievals.md) — Allows retrieving all external and internal associations linked to a specific task. ([source](https://kaneo.app/docs/api-reference/task-relations/get-task-relations.md))
- [Task Title Updates](https://awesome-repositories.com/f/business-productivity-software/project-task-management/task-property-retrieval-apis/task-property-retrieval/task-title-updates.md) — Provides a dedicated endpoint to modify only the title of a task. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTaskTitle.md))
- [Time Entry Modifications](https://awesome-repositories.com/f/business-productivity-software/spreadsheet-style-time-entry/time-entry-modifications.md) — Allows modifying the start time, end time, and description of existing time logs. ([source](https://kaneo.app/docs/api-reference/endpoints/time-entries/updateTimeEntry.md))
- [Time Entry Retrievals](https://awesome-repositories.com/f/business-productivity-software/spreadsheet-style-time-entry/time-entry-retrievals.md) — Fetches a single time entry record by its unique identifier. ([source](https://kaneo.app/docs/api-reference/endpoints/time-entries/getTimeEntry.md))
- [Task Due Date Updates](https://awesome-repositories.com/f/business-productivity-software/task-due-date-updates.md) — Allows updating the due date of a task while preserving other properties. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTaskDueDate.md))
- [Task Label Retrievals](https://awesome-repositories.com/f/business-productivity-software/task-labels/task-label-retrievals.md) — Retrieves all labels currently assigned to a specific task. ([source](https://kaneo.app/docs/api-reference/endpoints/labels/getTaskLabels.md))
- [Workspace Label Listings](https://awesome-repositories.com/f/business-productivity-software/task-labels/workspace-label-listings.md) — Lists all available labels defined at the workspace level for organization and filtering. ([source](https://kaneo.app/docs/api-reference/labels/get-workspace-labels.md))
- [Active Team Switching](https://awesome-repositories.com/f/business-productivity-software/team-collaboration-management/team-retrieval/active-team-switching.md) — Switches the user's active team within an organization using a team identifier. ([source](https://kaneo.app/docs/api-reference/organization-management/set-organization-active-team.md))
- [Role Retrievals](https://awesome-repositories.com/f/business-productivity-software/team-member-management/team-role-assignments/role-retrievals.md) — Provides the ability to fetch a member's current role to verify organizational permissions. ([source](https://kaneo.app/docs/api-reference/organization-management/get-organization-active-member-role.md))
- [User Invitation Management](https://awesome-repositories.com/f/business-productivity-software/user-invitation-management.md) — Allows users to retrieve a list of outstanding organization invitations addressed to them. ([source](https://kaneo.app/docs/api-reference/endpoints/invitations/getUserPendingInvitations.md))
- [Workflow Automation Engines](https://awesome-repositories.com/f/business-productivity-software/workflow-automation-engines.md) — Triggers task state changes and external notifications based on data-driven events from integrated services.

### Artificial Intelligence & ML

- [Kanban Board Columns](https://awesome-repositories.com/f/artificial-intelligence-ml/mixture-of-experts-inference-optimizers/fused-moe-gpu-kernels/lora-a-projection-kernels/kanban-board-columns.md) — Allows the creation and management of columns within a project board. ([source](https://kaneo.app/docs/api-reference/columns/create-column.md))

### Part of an Awesome List

- [Workflow Column Management APIs](https://awesome-repositories.com/f/awesome-lists/productivity/project-management/workflow-column-management-apis.md) — Enables the creation of workflow stages as columns within a project. ([source](https://kaneo.app/docs/api-reference/columns/create-column.md))
- [Column Deletions](https://awesome-repositories.com/f/awesome-lists/productivity/project-management/workflow-column-management-apis/column-deletions.md) — Allows the removal of specific workflow columns and their associated tasks from a project. ([source](https://kaneo.app/docs/api-reference/columns/delete-column.md))
- [Time Entry Listings](https://awesome-repositories.com/f/awesome-lists/productivity/time-tracking-and-focus/task-linked-time-trackers/time-entry-listings.md) — Fetches all recorded time entries associated with a specific task. ([source](https://kaneo.app/docs/api-reference/endpoints/time-entries/getTaskTimeEntries.md))

### Data & Databases

- [Manual Label Modifiers](https://awesome-repositories.com/f/data-databases/asset-management/automated-labelers/manual-label-modifiers.md) — Allows modifying the name and color of existing organizational labels. ([source](https://kaneo.app/docs/api-reference/endpoints/labels/updateLabel.md))
- [Search and Indexing](https://awesome-repositories.com/f/data-databases/search-indexing-technologies/search-indexing/search-and-indexing.md) — Implements a unified search interface to discover tasks, projects, and activities across the platform. ([source](https://kaneo.app/docs/api-reference/endpoints/search/globalSearch.md))
- [Unified Data Searches](https://awesome-repositories.com/f/data-databases/search-indexing-technologies/search-indexing/search-and-indexing/unified-data-searches.md) — Enables unified queries to locate information across tasks, project workspaces, and comments. ([source](https://kaneo.app/docs/api-reference/search/global-search.md))

### Development Tools & Productivity

- [GitHub Project Importers](https://awesome-repositories.com/f/development-tools-productivity/configuration-importing/migration-importers/github-project-importers.md) — Migrates GitHub issues into project tasks via API requests. ([source](https://kaneo.app/docs/api-reference/endpoints/github/importGitHubIssues.md))
- [GitHub Integrations](https://awesome-repositories.com/f/development-tools-productivity/developer-utilities-libraries/developer-tools/version-control-ecosystems/github-integrations.md) — Connects projects to GitHub repositories to synchronize development activity and automate workflows. ([source](https://kaneo.app/docs/api-reference/endpoints/github/createGitHubIntegration.md))
- [Rule Upsertions](https://awesome-repositories.com/f/development-tools-productivity/developer-workflow-automation-rules/rule-upsertions.md) — Provides the ability to create or update workflow rules that trigger task state changes. ([source](https://kaneo.app/docs/api-reference/endpoints/workflow-rules/upsertWorkflowRule.md))
- [Event-Driven Automation Engines](https://awesome-repositories.com/f/development-tools-productivity/event-driven-automation-engines.md) — Implements an automation engine that triggers task state changes based on external integration events.
- [Account Repository Listings](https://awesome-repositories.com/f/development-tools-productivity/git-repository-integrators/ai-optimized-git-repository-ingestors/git-repository-interaction/repository-name-searches/local-repository-listings/account-repository-listings.md) — Lists accessible repositories from a connected account to enable project integration. ([source](https://kaneo.app/docs/api-reference/github/list-git-hub-repositories.md))
- [Gitea Integrations](https://awesome-repositories.com/f/development-tools-productivity/gitea-integrations.md) — Enables connecting and synchronizing project tasks with Gitea repositories. ([source](https://kaneo.app/docs/api-reference/gitea/update-gitea-integration.md))
- [GitHub App Configurations](https://awesome-repositories.com/f/development-tools-productivity/github-app-frameworks/github-app-configurations.md) — Retrieves connection details and settings for integrated GitHub applications. ([source](https://kaneo.app/docs/api-reference/endpoints/github/getGitHubAppInfo.md))
- [GitHub Integration Tools](https://awesome-repositories.com/f/development-tools-productivity/github-integration-tools.md) — Links projects to GitHub repositories to synchronize issues and pull requests. ([source](https://kaneo.app/docs/api-reference/endpoints/github/createGitHubIntegration.md))
- [Gitea Issue Importers](https://awesome-repositories.com/f/development-tools-productivity/project-migration-utilities/repository-importers/gitea-issue-importers.md) — Imports issues from Gitea repositories and reports the status of the import process. ([source](https://kaneo.app/docs/api-reference/gitea/import-gitea-issues.md))
- [Task Relationship Linking](https://awesome-repositories.com/f/development-tools-productivity/task-dependency-management/task-relationship-linking.md) — Connects tasks to establish dependencies or hierarchical associations within a project. ([source](https://kaneo.app/docs/api-reference/task-relations/create-task-relation.md))
- [Team Collaboration Tools](https://awesome-repositories.com/f/development-tools-productivity/team-collaboration-tools.md) — Facilitates team communication by allowing users to post text comments directly onto specific tasks. ([source](https://kaneo.app/docs/api-reference/activity/create-comment.md))
- [Task Assignments](https://awesome-repositories.com/f/development-tools-productivity/team-management/default-team-assignments/task-assignments.md) — Allows assigning or removing users from tasks to define ownership and responsibility. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTaskAssignee.md))
- [Project Listings](https://awesome-repositories.com/f/development-tools-productivity/workspace-management/project-workspaces/workspace-organization/workspace-listings/project-listings.md) — Ships capabilities for retrieving and displaying a directory of all projects within a specific workspace. ([source](https://kaneo.app/docs/api-reference/endpoints/projects/listProjects.md))
- [Kanban Board Column Listings](https://awesome-repositories.com/f/development-tools-productivity/workspace-management/project-workspaces/workspace-organization/workspace-listings/project-listings/kanban-board-column-listings.md) — Lists all workflow columns for a project ordered by their display position. ([source](https://kaneo.app/docs/api-reference/endpoints/columns/getColumns.md))
- [Workspace Label Listings](https://awesome-repositories.com/f/development-tools-productivity/workspace-management/project-workspaces/workspace-organization/workspace-listings/workspace-label-listings.md) — Retrieves all labels defined within a specific workspace for filtering tasks. ([source](https://kaneo.app/docs/api-reference/endpoints/labels/getWorkspaceLabels.md))
- [Project Detail Retrievals](https://awesome-repositories.com/f/development-tools-productivity/workspace-project-identifiers/project-detail-retrievals.md) — Retrieves full project metadata and details using a unique identifier. ([source](https://kaneo.app/docs/api-reference/endpoints/projects/getProject.md))
- [Task Description Updates](https://awesome-repositories.com/f/development-tools-productivity/cli-file-input-handlers/description-writers/task-description-updates.md) — Provides a dedicated endpoint to modify only the descriptive text of a task. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTaskDescription.md))
- [Issue Commenting](https://awesome-repositories.com/f/development-tools-productivity/comment-formatting-utilities/structured-comment-management/issue-commenting.md) — Allows users to post and associate text comments on specific tracking tasks. ([source](https://kaneo.app/docs/api-reference/activity/create-comment.md))
- [Comment Editing](https://awesome-repositories.com/f/development-tools-productivity/comment-formatting-utilities/structured-comment-management/issue-commenting/comment-editing.md) — Allows authors to modify the text of existing comments on task activities. ([source](https://kaneo.app/docs/api-reference/comments/update-task-comment.md))
- [Rule Deletions](https://awesome-repositories.com/f/development-tools-productivity/developer-workflow-automation-rules/rule-deletions.md) — Provides the ability to delete specific workflow automation rules to stop them from triggering. ([source](https://kaneo.app/docs/api-reference/endpoints/workflow-rules/deleteWorkflowRule.md))
- [GitHub API Integrations](https://awesome-repositories.com/f/development-tools-productivity/github-api-integrations.md) — Provides mechanisms to verify that the platform is correctly installed and active on a specific GitHub repository. ([source](https://kaneo.app/docs/api-reference/endpoints/github/verifyGitHubInstallation.md))
- [Archived Project Managers](https://awesome-repositories.com/f/development-tools-productivity/project-dashboards/archived-project-managers.md) — Allows projects to be marked as archived to remove them from active views while preserving their data. ([source](https://kaneo.app/docs/api-reference/projects/archive-project.md))
- [State Transition Automations](https://awesome-repositories.com/f/development-tools-productivity/project-workflow-automation/state-transition-automations.md) — Automates task state transitions and workflow movements based on predefined rules and external integration events.
- [Active Team Selection](https://awesome-repositories.com/f/development-tools-productivity/team-management/default-team-assignments/default-team-member-configurations/active-team-selection.md) — Updates the currently active team for a user's organizational session. ([source](https://kaneo.app/docs/api-reference/organization-management/set-organization-active-team.md))
- [Webhook Notification Systems](https://awesome-repositories.com/f/development-tools-productivity/webhook-notification-systems.md) — Dispatches HTTP requests to external endpoints to notify services like Slack and Discord of system events.
- [Label Retrievals](https://awesome-repositories.com/f/development-tools-productivity/workspace-management/project-workspaces/workspace-organization/label-retrievals.md) — Fetches all labels associated with a workspace for organizing and filtering tasks. ([source](https://kaneo.app/docs/api-reference/endpoints/labels/getWorkspaceLabels.md))
- [Project Deletions](https://awesome-repositories.com/f/development-tools-productivity/workspace-management/project-workspaces/workspace-organization/workspace-listings/workspace-deletions/project-deletions.md) — Allows for the complete removal of projects and all associated data using a unique identifier. ([source](https://kaneo.app/docs/api-reference/endpoints/projects/deleteProject.md))

### DevOps & Infrastructure

- [Gitea Integrations](https://awesome-repositories.com/f/devops-infrastructure/gitea-integrations.md) — Links Gitea repositories to projects using access tokens for activity synchronization. ([source](https://kaneo.app/docs/api-reference/gitea/create-gitea-integration.md))
- [Organization Context Switching](https://awesome-repositories.com/f/devops-infrastructure/organization-settings-management/organization-context-switching.md) — Updates the current session to focus on a specific organization using its identifier or slug. ([source](https://kaneo.app/docs/api-reference/organization-management/set-organization-active.md))
- [Organization Settings Updates](https://awesome-repositories.com/f/devops-infrastructure/organization-settings-management/organization-settings-updates.md) — Modifies organization profiles including the name, slug, logo, and description. ([source](https://kaneo.app/docs/api-reference/organization-management/update-organization.md))

### Security & Cryptography

- [Fine-Grained Permission Checking](https://awesome-repositories.com/f/security-cryptography/permission-based-access-control/team-action-permission-checks/fine-grained-permission-checking.md) — Verifies if a user possesses the necessary permissions to perform actions within a specific organization. ([source](https://kaneo.app/docs/api-reference/organization-management/check-organization-permission.md))
- [Account Repository Listings](https://awesome-repositories.com/f/security-cryptography/private-repository-access/account-repository-listings.md) — Lists all GitHub repositories available to the authenticated user to facilitate project integration. ([source](https://kaneo.app/docs/api-reference/endpoints/github/listGitHubRepositories.md))
- [Role-Based Access Control](https://awesome-repositories.com/f/security-cryptography/role-based-access-control.md) — Manages user permissions and access levels through a hierarchical structure of organizations, teams, and roles.
- [Member Retrievals](https://awesome-repositories.com/f/security-cryptography/role-based-access-control/workspace-role-assignments/member-retrievals.md) — Lists all users associated with a workspace and their assigned roles. ([source](https://kaneo.app/docs/api-reference/workspaces/get-workspace-members.md))
- [Device Approval Workflows](https://awesome-repositories.com/f/security-cryptography/device-approval-workflows.md) — Provides a web-based interface for users to manually review and approve device authorization requests. ([source](https://kaneo.app/docs/api-reference/authentication/get-device-authorization-page.md))
- [Device Authentication Flows](https://awesome-repositories.com/f/security-cryptography/device-authentication-flows.md) — Supports secure user authorization via the OAuth2 device flow for input-constrained clients. ([source](https://kaneo.app/docs/api-reference/authentication.md))
- [API Key Authentication](https://awesome-repositories.com/f/security-cryptography/identity-access-management/authentication-strategies/machine-and-protocol-identity/api-machine-authentication/api-key-authentication.md) — Implements persistent programmatic access for external scripts and services using stable API keys. ([source](https://kaneo.app/docs/api-reference/authentication.md))
- [Identity Token Services](https://awesome-repositories.com/f/security-cryptography/identity-token-services.md) — Retrieves cryptographically signed identity tokens to verify user identity for linked custom accounts. ([source](https://kaneo.app/docs/api-reference/authentication/get-oauth-id-token.md))
- [Session Token Validation](https://awesome-repositories.com/f/security-cryptography/session-authentication/session-token-validation.md) — Validates the current request's authentication token to ensure a secure and active user session. ([source](https://kaneo.app/docs/api-reference/authentication/get-session.md))
- [Request Authorizations](https://awesome-repositories.com/f/security-cryptography/token-based-authorization/token-operator-authorizations/request-authorizations.md) — Routes device authorization requests to the appropriate web interface for user confirmation. ([source](https://kaneo.app/docs/api-reference/authentication/get-device-authorization-page.md))
- [Device Authorization Redirects](https://awesome-repositories.com/f/security-cryptography/token-based-authorization/token-operator-authorizations/request-authorizations/device-authorization-redirects.md) — Implements a device authorization flow that redirects users to a browser for access approval. ([source](https://kaneo.app/docs/api-reference/authentication.md))
- [Session Identity Retrieval](https://awesome-repositories.com/f/security-cryptography/user-account-management/session-identity-retrieval.md) — Provides endpoints to retrieve identity metadata and session information for the currently authenticated user. ([source](https://kaneo.app/docs/api-reference/authentication/get-session.md))

### Software Engineering & Architecture

- [Project Initializations](https://awesome-repositories.com/f/software-engineering-architecture/project-management-governance/project-management/open-source-governance/project-management/project-initializations.md) — Provides functionality to initialize new projects within a workspace. ([source](https://kaneo.app/docs/api-reference/endpoints/projects/createProject.md))
- [Gitea Issue Importers](https://awesome-repositories.com/f/software-engineering-architecture/project-management-governance/project-management/project-management-tooling/issue-tracking-integrations/gitea-issue-importers.md) — Transfers issues from Gitea repositories into the project as trackable tasks. ([source](https://kaneo.app/docs/api-reference/gitea/import-gitea-issues.md))
- [Member Profile Retrieval](https://awesome-repositories.com/f/software-engineering-architecture/project-management-governance/project-management/project-member-assignments/member-profile-retrieval.md) — Enables fetching detailed profile and role information for an active member of an organization. ([source](https://kaneo.app/docs/api-reference/organization-management/get-organization-active-member.md))
- [Project Metadata Updates](https://awesome-repositories.com/f/software-engineering-architecture/project-management-governance/project-management/project-visibility-control/project-metadata-updates.md) — Provides capabilities to modify project names, icons, slugs, and visibility settings. ([source](https://kaneo.app/docs/api-reference/endpoints/projects/updateProject.md))
- [Webhook Event Notifications](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/programmatic-interfaces/webhook-event-notifications.md) — Implements automated push notifications to external services like Slack and Discord via configurable webhooks.
- [Webhook Integrations](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/programmatic-interfaces/webhook-event-notifications/webhook-integrations.md) — Provides configuration for destination URLs and event triggers for outgoing HTTP notifications. ([source](https://kaneo.app/docs/api-reference/generic-webhook/create-generic-webhook-integration.md))
- [Label Retrieval APIs](https://awesome-repositories.com/f/software-engineering-architecture/public-identifier-routing/label-retrieval-apis.md) — Provides programmatic interfaces to fetch label names and colors using unique identifiers. ([source](https://kaneo.app/docs/api-reference/endpoints/labels/getLabel.md))

### System Administration & Monitoring

- [Organization Metadata Retrieval](https://awesome-repositories.com/f/system-administration-monitoring/organization-metadata-retrieval.md) — Fetches complete organization profiles including names, slugs, and logos. ([source](https://kaneo.app/docs/api-reference/organization-management/get-organization-full-organization.md))
- [Task Status Updates](https://awesome-repositories.com/f/system-administration-monitoring/task-status-monitors/task-status-updates.md) — Provides endpoints to change the current status of a task using a status string. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTaskStatus.md))
- [Invitation Details](https://awesome-repositories.com/f/system-administration-monitoring/administrative-operations/user-administration/seat-management/invitation-details.md) — Allows the retrieval of metadata and status for specific pending organization invitations. ([source](https://kaneo.app/docs/api-reference/invitations/get-invitation-details.md))
- [Audit Logging Systems](https://awesome-repositories.com/f/system-administration-monitoring/audit-logging-systems.md) — Records specific actions and state changes to maintain a detailed audit trail of activity. ([source](https://kaneo.app/docs/api-reference/activity/create-activity.md))
- [Discord Notification Integrations](https://awesome-repositories.com/f/system-administration-monitoring/discord-notification-integrations.md) — Allows removing Discord integration to stop sending project activity alerts to channels. ([source](https://kaneo.app/docs/api-reference/discord/delete-discord-integration.md))
- [Notification Channel Configuration](https://awesome-repositories.com/f/system-administration-monitoring/notification-channels/notification-channel-configuration.md) — Creates and updates rules for delivering workspace alerts via multiple communication channels. ([source](https://kaneo.app/docs/api-reference/notification-preferences/upsert-notification-preference-workspace-rule.md))
- [Telegram Notifications](https://awesome-repositories.com/f/system-administration-monitoring/notification-channels/notification-channel-configuration/telegram-notifications.md) — Sets bot credentials and task event triggers for delivering notifications via Telegram. ([source](https://kaneo.app/docs/api-reference/telegram/update-telegram-integration.md))
- [Slack Notifications](https://awesome-repositories.com/f/system-administration-monitoring/notification-channels/slack-notifications.md) — Configures automated alerts to be sent to Slack workspaces via webhooks. ([source](https://kaneo.app/docs/api-reference/slack/update-slack-integration.md))
- [Resource Activity Log Retrieval](https://awesome-repositories.com/f/system-administration-monitoring/resource-activity-log-retrieval.md) — Retrieves a chronological activity log for a specific task using its identifier. ([source](https://kaneo.app/docs/api-reference/activity/get-activities.md))
- [Bulk Task Updates](https://awesome-repositories.com/f/system-administration-monitoring/task-status-monitors/bulk-task-updates.md) — Supports bulk updates of status or priority for multiple tasks in one operation. ([source](https://kaneo.app/docs/api-reference/tasks/bulk-update-tasks.md))

### User Interface & Experience

- [Column Reordering](https://awesome-repositories.com/f/user-interface-experience/data-tables/column-reordering.md) — Allows changing the horizontal sequence of project columns. ([source](https://kaneo.app/docs/api-reference/columns/reorder-columns.md))
- [Workflow Column APIs](https://awesome-repositories.com/f/user-interface-experience/column-layout-configurations/column-management-interfaces/workflow-column-apis.md) — Provides API endpoints to retrieve project workflow columns and their display positions. ([source](https://kaneo.app/docs/api-reference/columns/get-columns.md))

### Web Development

- [GitHub Repository Connections](https://awesome-repositories.com/f/web-development/reverse-proxy-integrations/outbound-only-repository-proxies/github-repository-proxies/github-repository-connections.md) — Connects a project to a GitHub repository using the owner and name. ([source](https://kaneo.app/docs/api-reference/github/create-git-hub-integration.md))
- [Issue Synchronization](https://awesome-repositories.com/f/web-development/third-party-api-integrations/issue-synchronization.md) — Imports and links tasks from external GitHub and Gitea repositories to synchronize development activity.
- [Third-Party API Integrations](https://awesome-repositories.com/f/web-development/third-party-api-integrations.md) — Connects external services like GitHub and Gitea via authenticated API integrations.

### Networking & Communication

- [Notification Delivery Services](https://awesome-repositories.com/f/networking-communication/communication-platforms-services/messaging-notification-systems/messaging-services/notification-delivery-services.md) — Sets global preferences for delivering notifications via email, webhooks, and third-party services. ([source](https://kaneo.app/docs/api-reference/notification-preferences/update-notification-preferences.md))
- [Slack Integrations](https://awesome-repositories.com/f/networking-communication/slack-integrations.md) — Provides the capability to disconnect a project from a Slack workspace to terminate automated notifications. ([source](https://kaneo.app/docs/api-reference/slack/delete-slack-integration.md))
- [Telegram API Integrations](https://awesome-repositories.com/f/networking-communication/telegram-api-integrations.md) — Allows the removal of a Telegram account integration to stop automated messaging for a project. ([source](https://kaneo.app/docs/api-reference/telegram/delete-telegram-integration.md))
- [Webhook Configurations](https://awesome-repositories.com/f/networking-communication/webhook-configurations.md) — Allows the retrieval of event subscriptions and authentication details for outgoing webhooks. ([source](https://kaneo.app/docs/api-reference/generic-webhook/get-generic-webhook-integration.md))

### Operating Systems & Systems Programming

- [Task Priority Updates](https://awesome-repositories.com/f/operating-systems-systems-programming/task-priority-management/task-priority-updates.md) — Enables updating the urgency level of a task to manage development workflow. ([source](https://kaneo.app/docs/api-reference/endpoints/tasks/updateTaskPriority.md))
