Update device agent Remote sessions docs for Claude Code on the web - #108
Closed
subomi wants to merge 1 commit into
Closed
Update device agent Remote sessions docs for Claude Code on the web#108subomi wants to merge 1 commit into
subomi wants to merge 1 commit into
Conversation
Documents the shipped architecture: a Remote sessions tile in the dashboard opens a three-step walkthrough (shared environment with Custom network access, a generated self-contained setup script, org default), and the script itself installs the pinned daemon, writes managed enrollment, and registers the SessionStart hook that revives the daemon in each session. Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
Closing — this was opened against the wrong repo. The device agent documentation lives in the marketing site repo; the change is moving there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/ai-control-plane/org-admin/device-agent.mdxto match the shipped Remote sessions flow: a platform tile in the dashboard's Device Agent setup opens a three-step wizard (shared Anthropic-hosted environment with Custom network access, a generated self-contained setup script, org default configuration).speakeasyddaemon, writes root-only/etc/speakeasy/managed.json, and registers a flock-guarded SessionStart hook that revives the daemon in each session (Anthropic snapshots files, not processes). Everything after daemon start is the agent's normal policy-sync loop.CLAUDE_CODE_REMOTEgating).docs/ai-control-plane/getting-started/index.mdx,docs/ai-control-plane/reference/device-agent/index.mdx,docs/ai-control-plane/distribute/plugins/anthropic.mdx, anddocs/ai-control-plane/org-admin/ai-integrations/anthropic-compliance.mdx.Implementation: speakeasy-api/gram#5489.
Test plan
#claude-code-on-the-webanchor links from the four cross-referencing pages still resolveMade with Cursor