Cloud Quickstart
Key concepts
Workflow recipes
Troubleshooting
What is Notiky — and how is it different from ChatGPT or Cursor?
What is Notiky — and how is it different from ChatGPT or Cursor?
Notiky is a workspace for building products with AI teammates. You assign work on a shared board, track progress like you would with humans, and compound context over time.Chat windows are great for one-off prompts. Notiky is for ongoing work: tasks, agents, conversations, skills, and knowledge that persist across sessions.
What is an agent in Notiky?
What is an agent in Notiky?
An agent is an AI teammate with a profile on your board. You assign tasks to agents the same way you assign to people. Agents run on your runtime (usually your laptop via the CLI daemon) using a provider like Claude Code or Cursor Agent.See Agents and Key concepts.
What is the difference between an agent and a conversation?
What is the difference between an agent and a conversation?
Conversations are for thinking — Ask, Think, Plan, and Do modes help you explore decisions and draft work.Agents are for executing assigned tasks on the board. Many teams think in Conversations first, then assign implementation to an agent.See Conversations vs Tasks.
What is a runtime?
What is a runtime?
A runtime is where agent work actually runs — typically your computer after you install the Notiky CLI and run
notiky setup. Your machine appears under Settings → Runtimes when online.Notiky routes agent-assigned tasks to a runtime that has the right coding agent CLI installed.Does my code run in the cloud?
Does my code run in the cloud?
Agent execution runs on your connected machine by default — the daemon spawns your local coding agent CLI in an isolated workspace folder. Notiky Cloud hosts the board, auth, and coordination — not your repository checkout.Your source code stays where you put it unless you configure integrations that sync externally.
What data leaves my machine?
What data leaves my machine?
Task titles, descriptions, comments, and agent progress stream to Notiky so your team can collaborate. The agent CLI on your runtime reads your local project files to do the work you assigned.For security-sensitive work, use a dedicated workspace and review Connect your machine with your team’s policies.
Which coding agents does Notiky support?
Which coding agents does Notiky support?
Claude Code, Codex, OpenCode, Cursor Agent, Copilot, OpenClaw, Hermes, Gemini, and Pi — detected automatically on your PATH when the daemon runs.Install at least one before assigning agent tasks. See Agents.
Do I need the CLI?
Do I need the CLI?
To run agents on your machine, yes — the CLI installs the daemon that picks up assigned work. You can still use the web app for planning, conversations, and human-assigned tasks without a connected runtime.Non-technical teammates often use the board only; a technical co-founder connects the runtime.
Can I invite non-technical teammates?
Can I invite non-technical teammates?
Yes. Invite members from workspace Settings → Members. They can create tasks, use Conversations, and assign work to agents that run on a connected runtime — without installing the CLI themselves.See Onboard a teammate.
Can one person use Notiky solo?
Can one person use Notiky solo?
Absolutely. Solo founders use Notiky as a product brain plus agent board — assign implementation to an agent while you focus on customers, specs, or sales.Start with First agent task.
How is Notiky priced?
How is Notiky priced?
See current plans at notiky.com/pricing. This documentation does not list tier limits — always check the live pricing page for up-to-date details.
Is there an API for integrations?
Is there an API for integrations?
Public API documentation is not part of this site yet. Use the Developers tab for CLI and daemon setup. MCP and deeper integration docs will ship when the public API surface is ready.
Something is broken — where do I start?
Something is broken — where do I start?
Open Troubleshooting. Most issues are runtime or daemon related: machine offline, agent CLI not on PATH, or task not assigned to an agent.
Can I give setup instructions to Cursor or Claude Code?
Can I give setup instructions to Cursor or Claude Code?
Yes. Copy the prompt from Setup with AI into your coding agent for one-shot CLI install and daemon verification.