Zenith Logic Foundry

Interface: HTTP Server

target/release/zlf serve [port]

Default port is 8520.

Endpoints

Example

curl -X POST http://localhost:8520/api \
  -H 'Content-Type: application/json' \
  -d '{"command":"query","path":"./zlf-db","query":"? property(Id, name, Name)."}'

Responses use the same success/error envelopes as JSON-over-STDIO.