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_hiveEndpoints
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/websocketGET /api/targetslists connected relay targets.POST /api/roomscreates a collaboration room.GET /api/rooms/:idfetches 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