Live Endpoint

Jido Hive Server

Jido Hive server is online. This service exposes the collaboration API under /api and the relay websocket at /socket/websocket.

Host: jido-hive-server-test.app.nsai.online

What This Is

This root page is for humans. The operational surface of the app is the JSON API and websocket relay used by the local helper scripts in this repository.

GET https://jido-hive-server-test.app.nsai.online/api/targets Repository: https://github.com/nshkrdotcom/jido_hive

Endpoints

Use these URLs directly if you are integrating outside the repo helpers.

API base: https://jido-hive-server-test.app.nsai.online/api Websocket: wss://jido-hive-server-test.app.nsai.online/socket/websocket
  • GET /api/targets lists connected relay targets.
  • POST /api/rooms creates a collaboration room.
  • GET /api/rooms/:id fetches room state.

Local Dev

These commands assume the Phoenix app is running on your machine.

bin/server
bin/client-architect
bin/client-skeptic
setup/hive doctor

Run Against Prod

The same helpers now support an explicit production mode.

bin/client-architect --prod
bin/client-skeptic --prod
setup/hive --prod doctor
setup/hive --prod targets