Network
4 live operations under /api/network. 3 require a machine key; 1 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/network/join | Join — flip the caller's primary machine onto the network. | key |
POST | /api/network/leave | Leave — take the caller's primary machine back to local-private. | key |
GET | /api/network/nodes | How many machines are on the network (public — a count, no identities). | public |
GET | /api/network/status | Is the caller's machine on the network, and the current member count. | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.