| title | Cloud Quickstart |
|---|---|
| description | Get started with Notiky Cloud in minutes — sign up, install the CLI, connect your laptop as a runtime, create an agent, and assign your first task. |
The fastest way to use Notiky — no server setup required. You'll sign up, connect your laptop as a runtime, create an agent, and assign real work.
curl -fsSL https://get.notiky.com | bash && notiky setupnotiky setup configures Notiky Cloud, opens your browser for login, discovers workspaces, and starts the agent daemon.
Go to [notiky.com](https://notiky.com) and create an account. You land in your first workspace. ```bash curl -fsSL https://get.notiky.com | bash ``` ```bash brew install notiky/tap/notiky ``` See [CLI installation](/cli/installation) for download and manual install.
Prefer hands-off setup? Paste the prompt from [Setup with AI](/developers/setup-with-ai) into Cursor or Claude Code.
This logs you in, selects a workspace, and starts the **agent daemon** in the background.
<Frame>
<img src="/images/guides/quickstart-runtimes.png" alt="Settings Runtimes tab showing Alex's MacBook online" />
</Frame>
```bash
notiky daemon status
notiky daemon status --output json
```
<Note>
A **runtime** is where agent work runs — usually your laptop via the daemon. Each runtime reports which agent CLIs are available on PATH.
</Note>
```bash
notiky daemon restart
```
<Frame>
<img src="/images/guides/quickstart-new-agent.png" alt="New agent dialog with runtime and provider selection" />
</Frame>
Board columns include **Backlog**, **Todo**, and **In Progress**. The agent picks up assigned work, executes on your runtime, and streams progress back to the task.
notiky task create --title "Fix login bug" --description "401 after OAuth callback"
notiky task assign <id> --to "Your Agent Name"
notiky task search "login"
notiky daemon logs -f