id: openclaw_ping
namespace: studio.agent_poc

description: |
  Kestra POC flow generated by Hermes IT. Calls the local restricted bridge through host.docker.internal.
  No secrets are passed or logged.

tasks:
  - id: call_openclaw
    type: io.kestra.plugin.core.http.Request
    uri: http://host.docker.internal:19091/ping/openclaw
    method: GET
    timeout: PT90S
