time

current UTC time

The platform's smallest service — one endpoint, no auth.

$ curl https://api.lishuyu.app/time/now
{"now": "2026-07-02T03:27:01+00:00"}
LLM / agent navigation — how to call time

Current UTC time. Minimal probe service — used for platform e2e health checks.

Base URL: https://api.lishuyu.app/time — paths below are relative to it.

methodpathauthpurpose
GET/nownonecurrent UTC time, ISO-8601

Other platform services: GET https://registry.lishuyu.app/llm.txt (public how-to), or authenticate and query GET https://registry.lishuyu.app/api/services/discover/{capability} to find a capability, then call that service directly.