Would appreciate any feedback on my working prototype!
Cloud Code allows you to programmatically invoke a command-line coding agent. The agent runs in a cloud sandbox, so there's no need to install anything locally.
How it works 1. Sign in with Github 2. Enter your Gemini API key (ChatGPT and Claude support coming soon) 3. Send a request to the API endpoint shown with the name of your Github repo and instructions for the agent. It will make the changes you request and publish a PR.
You can also specify a callback URL. The agent will send a response to that URL when it completes its task. Use this to include Cloud Code in Zapier/n8n automations.