curl -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 -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"}}'

Send a user turn to an agent over HTTP

Step two of the ADK API pattern: runs the agent with the new user message in an existing session and streams back events. Hosty's API-key auth accepts Authorization: Bearer with the HOSTY_API_KEY value, bypassing TOTP for automation — cron jobs and scripts use this header instead of a session cookie.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.