🔗 Bridge Receiver
Signed one-way inbox for AutoPilot reports. AutoPilot may send paperwork. Captain may judge. Nobody gets to poke production.
Endpoint
https://captain.therio.club/api/autopilot-report.php
● Secret installed
POST signed JSON only10 minute timestamp window
Reports
7 recent reports visible
Stored at /opt/captain/data/autopilot_reports.
Latest Mission
Captain bridge good test
VM2AI-20260531035835
Wullie’s Orders For Hook-Up
1. Install this receiver on Captain. 2. Copy the webhook secret from: /opt/captain/secrets/autopilot_webhook_secret 3. Install the VM2AI reporter using that secret. 4. Reports flow: VM2AI / AutoPilot → signed JSON → Captain Wullie → Mission Control / Tribunal / Logbook 5. Captain does not write back. Production stays chained.
Recent Reports
| Received | Report | Source | Type | Mission |
|---|---|---|---|---|
| 2026-05-31T03:59:07+00:00 | RPT-20260531-035907-F57CAB |
VM2AI | vm2ai_heartbeat | |
| 2026-05-31T03:58:35+00:00 | RPT-20260531-035835-58EFC2 |
VM2AI | manual_mission | VM2AI-20260531035835 |
| 2026-05-31T03:54:02+00:00 | RPT-20260531-035402-7574EA |
VM2AI | vm2ai_heartbeat | |
| 2026-05-31T03:49:00+00:00 | RPT-20260531-034900-25AE93 |
VM2AI | vm2ai_heartbeat | |
| 2026-05-31T03:48:59+00:00 | RPT-20260531-034859-B8C58A |
VM2AI | vm2ai_heartbeat | |
| 2026-05-31T03:48:59+00:00 | RPT-20260531-034859-4EED5B |
VM2AI | vm2ai_heartbeat | |
| 2026-05-31T03:29:11+00:00 | RPT-20260531-032911-B9BEBA |
VM3CW | captain_self_test | CAPTAIN-BRIDGE-SELF-TEST-20260531032911 |
Latest Raw Report
{
"source": "VM2AI",
"type": "vm2ai_heartbeat",
"sent_at_utc": "2026-05-31T03:59:07Z",
"health": {
"uptime": "up 11 hours, 37 minutes",
"load": "0.00 0.00 0.00",
"disk": "Filesystem Size Used Avail Use% Mounted on\n/dev/vda1 154G 2.7G 152G 2% /\n/dev/vda1 154G 2.7G 152G 2% /\n/dev/vda1 154G 2.7G 152G 2% /",
"php": "PHP 8.3.6 (cli) (built: May 25 2026 13:12:06) (NTS)",
"nginx_test": "nginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful",
"mysql": "mysql Ver 15.1 Distrib 10.11.14-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper",
"paths": {
"preview_root": false,
"production_root": false,
"xapi_root": false,
"aiiain_root": true,
"secrets_root": true
}
},
"doctrine": {
"one_way_report": true,
"captain_writes_back": false,
"production_deployment_enabled": false
},
"_captain_received_at_utc": "2026-05-31T03:59:07+00:00",
"_captain_report_id": "RPT-20260531-035907-F57CAB",
"_file": "/opt/captain/data/autopilot_reports/RPT-20260531-035907-F57CAB.json"
}