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. Cloud Code makes it easy to incorporate coding agents in Zapier/n8n automations or build them into your app.
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.
Example use cases - Whenever a new error or alert occurs in your app, automatically trigger an agent to investigate and fix it. - Whenever a new engineering task is created for your team, trigger an agent to estimate the task's difficulty and sketch out an implementation. - Non-technical colleagues, such as customer service reps, can refer technical questions to the agent (without needing to ask a developer).