curl -N -X POST http://localhost:8080/run -H 'Content-Type: application/json' -H "Authorization: Bearer $HOSTY_API_KEY" -d '{"app_name":"linux_admin","user_id":"alice","session_id":"dev_session","new_message":{"parts":[{"text":"List running services"}],"role":"user"}}'

Category: Google ADK

curl -N -X POST http://localhost:8080/run -H 'Content-Type: application/json' -H "Authorization: Bearer $HOSTY_API_KEY" -d '{"app_name":"linux_admin","user_id":"alice","session_id":"dev_session","new_message":{"parts":[{"text":"List running services"}],"role":"user"}}'

Stream an agent run live over SSE

The /run endpoint responds with a server-sent events stream; -N disables curl's buffering so each agent event (tool call, partial text, final response) prints as it arrives. Without -N curl waits for the stream to finish. Useful for watching an agent work in a terminal.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.