Introduction to Cloud Code SDK
Build Coding Agents with Cloud Code SDK
What is Cloud Code SDK?
Cloud Code is a progamable AI Coder SDK.
Despite it’s name, we offer both local and remote coding enviornments.
You can think of it as being a way to control coding apps such as cursor or claude code in a low level way with a lot of control. Buit instead of using these coding apps, have use our own coding agent that can modify code from natural language, explore code bases, and use it’s own built in tools.
This was made out of the observation that many coding tasks are becoming repetitive. While there are low hanging fruit for this sdk such as creating documentation for codebases and optimizing prompts based on a codebase, we have a much grander vision of closing the loop for AI Coding.
I find myself going through the same flow when coding with Cursor and Claude Code, so I’m hoping to replicate my coding process through using this SDK and I hope you do too.
Key Components
The SDK consists of two main components:
Local SDK
AI Coding Agent in your local environment with low level access to your file system and tools for managing the file system.
Sandbox SDK
Runs in a remote coding sandbox with the same experience as the local sdk.
Features
LLM Code Editing
Use any OpenAI or Anthropic Model to modify code with natural language
Secure Remote Execution
Run commands and test code in isolated sandbox environments without affecting your local system
Cost Management
Track message and session costs with built-in monitoring and credit systems
Git Integration
Track changes with optional Git integration for easy review and rollback