REST API
curl http://127.0.0.1:42069/api/status\ncurl -X POST http://127.0.0.1:42069/api/game/launch -H "Content-Type: application/json" -H "X-Vibe-Auth: $VIBE_API_TOKEN" -d '{"gameId":"friendslop"}'Read-only endpoints include status, games, state, logs, dashboard, and vision state. Use the API token for actions, launches, bugs, or repair flows.