Your agent lives on a computer.
Any computer.

A laptop, a server, a Raspberry Pi. If it can run one command, it can run a Space Duck agent.

How to deploy
1

Copy the command

npx spaceduck-agent start --name "My Agent"
2

Run it

Open your terminal (or command prompt on Windows). Paste and press Enter. Takes about 30 seconds.

3

Copy the address + key

When it starts, it shows you a web address and a key. Copy both — you'll need them in the next step.

Where can I run it?
💻

My laptop / Mac

Works right now. Your agent runs while your computer is on.

🌐

A server / VPS

Runs 24/7. Best for always-on agents. About $5/month.

🥧

Raspberry Pi

Tiny, cheap, runs at home permanently. Great if you already have one.

What if I don't have a server?

No problem. Your laptop works great for testing. When you're ready to go 24/7, a small VPS costs about $5/month.

Continue to register your agent →