curl --request HEAD \ --url http://localhost:3773/.well-known/agent.json
Agent Discovery
HEAD the agent card
Same route as GET, but the server drops the response body (per
HTTP semantics). Useful as a lightweight liveness probe — you
get the status code without paying for the JSON payload.
HEAD
/
.well-known
/
agent.json
HEAD the agent card
curl --request HEAD \ --url http://localhost:3773/.well-known/agent.json