AI-native collaboration
Built with agents first. Hypertask comes with an intelligent co-worker that can read your board, create tasks, and respond to comments—all via Chat, CLI, MCP, or REST.
AI-native collaboration
Built with agents first. Hypertask comes with an intelligent co-worker that can read your board, create tasks, and respond to comments—all via Chat, CLI, MCP, or REST.
Full control, no lock-in
Use the built-in email login, or integrate programmatically. The CLI, MCP and REST APIs cover every piece of your workflow, so you own the experience.
Workspace-ready
Multi-tenant workspaces with optional boards per workspace, team invites, role-based permissions, and real-time collaboration for many teams.
Modern UX
Clean Kanban boards, calendar views, a unified Inbox for mentions and updates, and a Theme picker supporting Light, Dark, AMOLED, and custom Paper theme.
Whether you prefer a browser UI, the command line, or integrating via code, there’s a path that fits your workflow.
Sign in with email on app.hypertask.ai to start collaborating immediately. Invite your team and start adding tasks, boards, and workflows.
Manage and create tasks from the terminal with the hypertask CLI. Install via your package manager, login, and start creating.
hypertask login and follow the on-screen prompts.hypertask task create, hypertask list, and hypertask chat from your shell.Connect Hypertask to your AI agents via the Model Context Protocol. The MCP server exposes tools for tasks, boards, chat, and more.
hypertask_assign_user, hypertask_create_task, and hypertask_chat in your agent.Use our REST API to build integration or mobile apps. Seeds, boards, views, tasks, comments, and more are all reachable via simple HTTP requests.
Authorization: Bearer <key> headers to your requests.GET /boards, POST /tasks, POST /messages/chat, and more.Here’s a quick overview of the key concepts you’ll use in Hypertask.
| Concept | Description |
|---|---|
| Workspace | The top-level container for your organization. Board owners can choose whether a board belongs to one workspace or automatically inherits from the owner. |
| Board | A flexible surface for organizing work: Kanban columns, tables, lists, or calendars. Boards contain sections, views, and tasks. |
| Section | A column on a Kanban board with tasks that share a common state or trigger. Sections support drag-to-reorder. |
| View | A custom perspective on a board—filtering, sorting, grouping, or hiding tasks. Views can be pinned, hidden, or deleted as needed. |
| Task | A unit of work with a title, description, assignee, tags, subtasks, and relations with other tasks and issues. |
| Chat | An in-app AI assistant that understands your context—tasks, boards, messages, and more. You can create and edit saved GPTs, speed up writing, and control agents and time tracking. |
| Inbox | A unified feed of mentions, important items, reactions, and updates across your boards. Unread items are highlighted and accessible via keyboard navigation. |
| Agents | Autonomous AI agents that can pull context from your board, create and update tasks, respond to comments, run schedules, and interact with your workspace via tools. |
Hypertask has a rich set of keyboard shortcuts across surfaces. Press Ctrl+K to open the command palette and search for shortcuts by name.
Ctrl+K â” Open command palette for shortcuts and actions.
Ctrl+G â” Navigate surfaces (Inbox ââ positions Bo… hold: em leads &
The command palette shows all shortcuts relevant to your current context, such as boards, tasks, inbox, and chat. Hover over a shortcut to see its location (modal, board surface, or button).
The header’s Login button shows a “Press L to log in” tooltip when you hover over it or focus it with the keyboard. This hint highlights the visual keycap style for improved discoverability and accessibility.
First-time users see an Onboarding Tour when they sign in. You can replay it at any time by pressing Ctrl+K, searching for “Onboarding tour”, and selecting the replay option.
The tour walks you through connecting AI, creating your first board, and using key features. Invited teammates see a trimmed version that skips heavy setup but still introduces essential workflows.
Hypertask uses server-side authentication and ensures that other users’ data never leaks into your boards or views. Here are some key principles:
ht_session cookies alongside nookies_user, ensuring that forging cookies cannot be used for cookie spoofing.hypertask.ai and app.hypertask.ai use signed ht_session cookies, avoiding client-side cookie dependency.Hypertask offers a free tier for small teams. Paid plans provide additional workspace seats, increased board/task limits, and priority support. See Pricing for details.
Yes. Export options include CSV, JSON, and integrations with IDEs, build tools, and CI/CD pipelines using the CLI and REST API.
The web app is fully responsive and works seamlessly on mobile and tablet. A dedicated native app is not required for day-to-day use.