Your Claude Max,
on its own machine.

A tiny hosted service that runs your Claude Max subscription on a dedicated cloud agent and exposes it as a standard Anthropic / OpenAI endpoint.

It's invite-only while I shake out rough edges. You bring your own subscription — cloudcode is infrastructure, not a reseller.

How it works

  1. 1

    Sign up with an invite code.

    Magic-link or GitHub / Google. We give you a dedicated Fly Machine in a few seconds — your own CPU, your own disk, your own API key.

  2. 2

    Connect your Claude Max with one curl.

    curl -fsSL cloudcode.host/install.sh | sh opens your browser to Claude's sign-in. Refreshable credentials get pushed to your agent. We never see them.

  3. 3

    Point any client at your endpoint.

    LibreChat, Open WebUI, the Anthropic SDK, the OpenAI SDK, a shell script, your phone. It speaks both /v1/messages and /v1/chat/completions, so it just works.

What you actually get

A Fly Machine named cloudcode-user-<you> that's yours alone. Inside it: the Claude Code CLI, running under your Max subscription, wrapped by a thin HTTP server that translates between Anthropic's streaming-event shape and OpenAI's chat-completion shape. Your API key, your workspaces, your files on a persistent volume, none of it shared with anyone else.

Tool use works. Multi-turn works — both via client-managed history (the OpenAI convention) and via a stateful x-session-id if you want the agent to hold it. You can clone a repo into a workspace and let Claude edit it.

cloudcode is open source. The hosted service is a convenience — self-host the agent yourself if you'd rather.

Bring your own subscription

Anthropic's Max plan is per-individual. cloudcode runs your subscription on a Machine that only contains your credentials — strictly one user per agent. That's both a security boundary and a ToS requirement. You are bound by Anthropic's terms for the subscription itself; cloudcode just provides the box it runs on.