# index10 Reference Server This directory is a secretsless copy of the current JmpKit `index10` resource HTTP implementation. Use it to inspect: - concrete route matching - required methods - JSON request parsing - owner/write checks from gateway-injected headers - public versus owner-visible response shapes - filesystem storage and event log shape Run: ```bash npm test ``` Direct execution is for local inspection only: ```bash HOST=127.0.0.1 PORT=7010 DATA_DIR=./data npm start ``` Production/public app usage should still go through the gateway: ```text https://jmpkit.com/api/index10 https://.jmpkit.app/api/index10 ```