Claude Cloud - Getting started — Claude in the Cloud
cat claude-cloud-getting-started.md
Claude Cloud - Getting started
2026-06-04
────────────────────────────────────────────────────────────
Getting started with Claude in the Cloud is actually more accessibe than getting going locally. Given you have signed into https://claude.ai/code you will be able to choose Cloud as an environment for your agent:
 
Screenshot 2026-06-04 at 15.06.05
 
Now instead of choosing a local folder, you choose a remote repository:
 
Screenshot 2026-06-04 at 15.07.06
And off you go!
 
Your real GitHub token never enters the sandbox. Git inside the VM uses a short-lived, scoped credential, and a proxy translates it to your actual token on the outside — so credentials and signing keys stay out of the agent's reach entirely. That same proxy hard-restricts pushes to the session's current branch. The result is a clean split: the session acts with your account's access, but never holds your secrets.