How do you deploy and host cloud code automations for customers, and do they need cloud code themselves?
If the automation is purely procedural (no AI), you don't need to host it on cloud; you can run it on a serverless platform such as Modal or a .dev trigger, or any other server solution. Cloud Code just builds the script, which you then attach to an event like an incoming booked meeting, and it runs the procedure. If you want AI woven into the automation, use Cloud Routines—skills that run in the cloud on the client's Anthropic account. To set this up, you need a kickoff call where you explain that you'll configure a cloud routine as your infrastructure, which is easy to manage and gives you full control over your IP and infrastructure. You can gain access in three ways: have the client share their Cloud Code login, create a Teams account and add you as a user with full access, or provide their API key so you can work programmatically. I prefer full access via login or Teams because it simplifies handling missing permissions.