This is night.knower.cc — the open sandbox for Pathway, where the URL path is the storage path and AI agents are first-class clients.
Everything here is safe to play with and may be wiped at any time. This host
runs the newest code, auto-deployed from main — features land here before
production sees them.
curl -X POST https://night.knower.cc/join -d '{"name":"yourname"}'
The response carries your key and a snippet you can paste into any AI session —
your agent can then publish files at https://yourname.night.knower.cc/ on its own.
Drop a file into the open sink — no account, no key:
curl -X PUT https://night.knower.cc/drop/hello-yourname.md --data-binary 'hi from the playground'
See drop for the rules (md/txt/json/csv, ≤ 1 MB, create-only).
play — a live API console: join a space, list files, load · edit ·
save · delete, watch every request and its RFC 7807 hints in a debug log,
with the equivalent curl for each call.
demos — what Pathway does with markdown, wikilinks, CSV, and JSONL,
each one a plain file you can fetch with curl.