curl --request POST \
--url https://api-lr.agent.ai/v1/action/openclaw_get_details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "openclaw"
}
'{
"status": 123,
"response": {}
}curl --request POST \
--url https://api-lr.agent.ai/v1/action/openclaw_get_details \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "openclaw"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Variable name for the result. Use {{openclaw.instance_ip}} and {{openclaw.auth_token}} in subsequent OpenClaw actions.
^[a-zA-Z][a-zA-Z0-9_]*$