This document discusses integrating cloud services into behavior programming for autonomous robots. It introduces PROFETA, a framework for programming robot behaviors using a BDI model. PROFETA allows defining behaviors with rules but synchronous execution can cause issues for slow cloud services. CLEPTA is introduced as a decoupling layer to asynchronously execute cloud service sensors and actions. It uses service invokers and proxies asynchronous sensors and actions. This allows a robot to respond to voice commands using asynchronous cloud text-to-speech and speech-to-text services.