• bitcoinBitcoin(BTC)$64,261.00-0.80%
  • ethereumEthereum(ETH)$1,901.02-0.50%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$585.23-1.60%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.03-2.10%
  • solanaSolana(SOL)$72.88-1.40%
  • tronTRON(TRX)$0.3267790.00%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.041.50%
  • HyperliquidHyperliquid(HYPE)$55.58-0.60%
  • dogecoinDogecoin(DOGE)$0.069238-0.80%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.0128081.90%
  • leo-tokenLEO Token(LEO)$9.760.00%
  • zcashZcash(ZEC)$503.16-1.00%
  • cardanoCardano(ADA)$0.2016037.10%
  • moneroMonero(XMR)$370.861.60%
  • whitebitWhiteBIT Coin(WBT)$55.66-0.80%
  • chainlinkChainlink(LINK)$8.180.00%
  • stellarStellar(XLM)$0.161489-0.40%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$215.240.10%
  • USD1USD1(USD1)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.34-4.00%
  • litecoinLitecoin(LTC)$45.571.30%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • CantonCanton(CC)$0.087990-13.50%
  • hedera-hashgraphHedera(HBAR)$0.068521-0.20%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • avalanche-2Avalanche(AVAX)$6.41-3.80%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • suiSui(SUI)$0.67-1.70%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • shiba-inuShiba Inu(SHIB)$0.000005-4.50%
  • tether-goldTether Gold(XAUT)$4,270.380.80%
  • crypto-com-chainCronos(CRO)$0.053052-1.80%
  • uniswapUniswap(UNI)$3.98-1.90%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.10%
  • nearNEAR Protocol(NEAR)$1.64-4.40%
  • pax-goldPAX Gold(PAXG)$4,284.200.90%
  • okbOKB(OKB)$87.942.10%
  • BittensorBittensor(TAO)$191.38-2.40%
  • OndoOndo(ONDO)$0.349667-6.40%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.051748-3.10%
  • AsterAster(ASTER)$0.60-0.70%
  • HTX DAOHTX DAO(HTX)$0.000002-0.20%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • usddUSDD(USDD)$1.000.10%
  • MemeCoreMemeCore(M)$1.17-2.00%
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

Court Orders Meta To Pay An Additional $567 Million In New Mexico Child Safety Case

Liquid AI Releases LFM2.5-2.6B: An On-Device Agentic Model With 128K Context, Tool Calling, And Open Weights

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

Court Orders Meta To Pay An Additional 7 Million In New Mexico Child Safety Case
AI & Technology

Court Orders Meta To Pay An Additional $567 Million In New Mexico Child Safety Case

August 7, 2026
Liquid AI Releases LFM2.5-2.6B: An On-Device Agentic Model With 128K Context, Tool Calling, And Open Weights
AI & Technology

Liquid AI Releases LFM2.5-2.6B: An On-Device Agentic Model With 128K Context, Tool Calling, And Open Weights

August 7, 2026
No cloud, no GPUs, no problem: Liquid AI’s new model LFM2.5-2.6B brings powerful AI agents to devices as small as a Raspberry Pi
AI & Technology

No cloud, no GPUs, no problem: Liquid AI’s new model LFM2.5-2.6B brings powerful AI agents to devices as small as a Raspberry Pi

August 6, 2026
Google Open-Sources An AI Model It Says Can Help With Earlier Hurricane Warnings
AI & Technology

Google Open-Sources An AI Model It Says Can Help With Earlier Hurricane Warnings

August 6, 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
Here’s Where You Want To Be To See The 2026 Solar Eclipse

Here’s Where You Want To Be To See The 2026 Solar Eclipse

August 2, 2026
Israel says it has serious concerns with Hamas disarmament deal – AP News

Israel says it has serious concerns with Hamas disarmament deal – AP News

August 2, 2026
Masked men seen demonstrating outside Union Station in Washington, D.C.

Masked men seen demonstrating outside Union Station in Washington, D.C.

August 6, 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!