Cloud Quickstart
Re-run setup from scratch.
Connect your machine
CLI and daemon checklist.
CLI reference
Command details for technical co-founders.
Agent not picking up work
Agent not picking up work
Usually means: the daemon is not running, or your machine is not visible as a runtime.
- Open Settings → Runtimes in the web app — your machine should show as online.
- In a terminal:
-
If stopped, run
notiky setupagain ornotiky daemon start. - Confirm the task is assigned to an agent (not only unassigned on the board).
Runtime not showing in the web app
Runtime not showing in the web app
- Check you are logged in:
notiky auth status - Start the daemon:
notiky daemon start - Wait ~15 seconds for heartbeat, then refresh Settings → Runtimes
- Firewall: daemon must reach Notiky Cloud (or your self-hosted URL)
Agent CLI not found
Agent CLI not found
Notiky detects agent CLIs on your PATH. Install at least one provider (e.g. Claude Code), then:Override paths with env vars — see CLI reference (
NOTIKY_CLAUDE_PATH, NOTIKY_CURSOR_PATH, etc.).Task stuck in queued or in progress
Task stuck in queued or in progress
- Check
notiky daemon logs -ffor errors - Long tasks may run up to the default 2h timeout
- Restart the daemon:
notiky daemon restart - Re-assign the task after fixing the underlying error
Wrong workspace
Wrong workspace
The daemon only picks up tasks for workspaces your account belongs to.
Login or auth errors
Login or auth errors
Install command failed
Install command failed
Still stuck?
Email support@notiky.com with:- OS and Notiky version (
notiky version) - Output of
notiky daemon status --output json(redact tokens) - What you expected vs what happened