• bitcoinBitcoin(BTC)$78,263.001.04%
  • ethereumEthereum(ETH)$2,459.511.02%
  • tetherTether(USDT)$1.00-0.01%
  • binancecoinBNB(BNB)$694.040.99%
  • rippleXRP(XRP)$1.401.44%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$105.131.54%
  • tronTRON(TRX)$0.3407320.72%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.00-3.82%
  • HyperliquidHyperliquid(HYPE)$83.312.28%
  • zcashZcash(ZEC)$838.855.65%
  • dogecoinDogecoin(DOGE)$0.0850770.78%
  • RainRain(RAIN)$0.017530-0.67%
  • USDSUSDS(USDS)$1.000.00%
  • leo-tokenLEO Token(LEO)$9.710.23%
  • moneroMonero(XMR)$474.911.93%
  • chainlinkChainlink(LINK)$11.440.97%
  • whitebitWhiteBIT Coin(WBT)$72.201.04%
  • cardanoCardano(ADA)$0.2023601.03%
  • stellarStellar(XLM)$0.1813572.31%
  • bitcoin-cashBitcoin Cash(BCH)$245.600.07%
  • CantonCanton(CC)$0.1188576.59%
  • daiDai(DAI)$1.00-0.01%
  • USD1USD1(USD1)$1.00-0.01%
  • Ethena USDeEthena USDe(USDE)$1.000.01%
  • litecoinLitecoin(LTC)$49.02-0.58%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.360.39%
  • Global DollarGlobal Dollar(USDG)$1.000.02%
  • hedera-hashgraphHedera(HBAR)$0.075159-0.15%
  • avalanche-2Avalanche(AVAX)$7.340.87%
  • uniswapUniswap(UNI)$4.9512.27%
  • suiSui(SUI)$0.750.94%
  • shiba-inuShiba Inu(SHIB)$0.0000050.36%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • crypto-com-chainCronos(CRO)$0.0578111.23%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • Circle USYCCircle USYC(USYC)$1.140.00%
  • tether-goldTether Gold(XAUT)$4,456.950.05%
  • nearNEAR Protocol(NEAR)$1.905.47%
  • MemeCoreMemeCore(M)$1.094.89%
  • okbOKB(OKB)$114.884.07%
  • Ripple USDRipple USD(RLUSD)$1.000.01%
  • BittensorBittensor(TAO)$238.061.87%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.27%
  • Pump.funPump.fun(PUMP)$0.0049016.24%
  • aaveAave(AAVE)$125.643.13%
  • pax-goldPAX Gold(PAXG)$4,463.040.11%
  • AsterAster(ASTER)$0.70-0.17%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.057610-0.60%
  • OndoOndo(ONDO)$0.3573372.37%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Claude Code Sessions Can Now Run on Infrastructure Your Team Controls – Unite.AI

August 7, 2026
in AI & Technology
Reading Time: 3 mins read
A A
Claude Code Sessions Can Now Run on Infrastructure Your Team Controls – Unite.AI
ShareShareShareShareShare

Anthropic has opened a public beta of self-hosted environments for Claude Code, moving the coding agent’s cloud sessions off Anthropic’s infrastructure and onto servers inside the customer’s own network, the company announced on August 6, 2026. The option is available to organizations on Claude Team and Enterprise plans and is switched off by default.

YOU MAY ALSO LIKE

Anthropic Opens a Research Preview of the Model Hardware Standard (MHS): A Shared Specification for AI Agents to Safely Operate Physical Devices

Meet ‘Code-as-World’: An Agentic Loop That Rewrites Real Videos Into Executable MuJoCo Physics Programs

A session started from the web, mobile, desktop, the terminal, or a scheduled routine runs inside the organization’s network, next to its internal services, toolchains, and security controls. Anthropic is steering most enterprises toward its hosted offering, which needs no infrastructure to run, and positioning self-hosting for teams whose network, tooling, or compliance requirements call for keeping agent execution on infrastructure they control.

The data split is specific. Repository checkouts, build artifacts, secrets, and any files a session creates or modifies stay on machines the organization provisions. The conversation itself, including prompts, responses, and tool results, goes to Anthropic’s API for model inference, and Anthropic stores the session transcript so a session can be picked up from any surface.

Anthropic said organizations in its preview program adopted the option for three reasons: sessions can reach internal services, databases, and registries without exposing them to the public internet; teams can pre-install compilers, SDKs, and internal command-line tools so every session starts ready to build; and source code and build artifacts remain in-house for compliance.

George Jacob, a senior engineering manager at Faire, said in the announcement: “Self-hosted environments let us integrate Claude Code into our existing development workflows while maintaining our security and operational controls. This setup means Claude can generate PRs, help fix CI issues, and respond to developer workflow events, with compute that can scale based on demand.”

The announcement distinguishes self-hosted environments from Remote Control, an existing feature that lets developers continue a session running on their own machine from a phone or browser. Remote Control sessions end when that machine stops and belong to the user who started them; self-hosted environments run on shared infrastructure a platform team operates, open to any user in the organization.

The launch extends a run of enterprise and infrastructure moves from Anthropic in the first week of August 2026. On August 5, 2026, the company put inline data loss prevention inside Claude Enterprise, and it also confirmed it is building an in-house silicon team for Claude.

How self-hosted environments work

An organization creates named environments in its claude.ai admin settings, each grouping a set of runners: long-lived processes, deployed on hosts inside the network, that work the same way as self-hosted CI runners. When a developer starts a cloud session and picks the environment, Anthropic’s control plane places the session on the environment’s queue. A runner with free capacity claims it, clones the chosen repository from GitHub using credentials the deployment provides, and starts a Claude Code process on the host to run the task, the documentation explains.

Runners come in two modes. Fixed mode keeps a set number running and distributes sessions across them; on-demand mode uses an orchestrator that starts runners as sessions arrive and stops them when the work finishes, so capacity tracks demand. A runner serves one user at a time, locking to that user’s account when it claims its first session, which keeps checked-out code from mixing between users. If a runner stops polling for about 60 seconds, the server requeues the session to another runner.

Every connection between the environment and Anthropic is outbound HTTPS to api.anthropic.com: queue polling, the session’s event stream, and model inference. Anthropic never connects into the customer’s network, and corporate egress proxies are supported.

The beta’s stated limits

The beta is limited to Claude Team and Enterprise organizations, and an owner or admin must enable it from the cloud-environments admin page, which requires Claude Code on the web to be turned on for the organization. Organizations using Anthropic’s zero-data-retention setting cannot use it.

Model inference stays with Anthropic. Sessions authenticate with Anthropic-issued, session-scoped tokens, and inference cannot be routed through Amazon Bedrock, Google Cloud’s Agent Platform, Microsoft (MSFT ) Foundry, or an LLM gateway. Sessions started from Claude Tag, Claude Security, and Code Review do not route to self-hosted environments yet; the documentation says support for those surfaces follows separately. Repository checkouts come from GitHub.

Billing is unchanged from hosted sessions, with usage counting against the organization’s Claude Code plan the same way. What changes hands is the operations: the organization builds and maintains the runner image, operates the fleet, and controls its network, and Anthropic says to plan on a platform or developer-experience team owning setup and ongoing maintenance. The path in runs through the admin toggle and a quickstart that covers installing Claude Code, creating an environment, starting a runner, and routing a first session.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Anthropic Opens a Research Preview of the Model Hardware Standard (MHS): A Shared Specification for AI Agents to Safely Operate Physical Devices
AI & Technology

Anthropic Opens a Research Preview of the Model Hardware Standard (MHS): A Shared Specification for AI Agents to Safely Operate Physical Devices

August 30, 2026
Meet ‘Code-as-World’: An Agentic Loop That Rewrites Real Videos Into Executable MuJoCo Physics Programs
AI & Technology

Meet ‘Code-as-World’: An Agentic Loop That Rewrites Real Videos Into Executable MuJoCo Physics Programs

August 30, 2026
Android Auto Not Working? Here’s What To Check First
AI & Technology

Android Auto Not Working? Here’s What To Check First

August 29, 2026
How To Save Money On Your Phone Bill With An MVNO
AI & Technology

How To Save Money On Your Phone Bill With An MVNO

August 29, 2026
Next Post
Why African nations’ success at the World Cup shouldn’t be a ‘surprise’

Why African nations' success at the World Cup shouldn't be a 'surprise'

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Nvidia forecasts quarterly revenue above estimates, shares rise

Nvidia forecasts quarterly revenue above estimates, shares rise

August 26, 2026
Abdul El-Sayed wins Michigan’s Democratic Senate primary, NBC News projects

Abdul El-Sayed wins Michigan’s Democratic Senate primary, NBC News projects

August 29, 2026
Colombia hit by 7.4-magnitude earthquake

Colombia hit by 7.4-magnitude earthquake

August 26, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!