Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a21a7f

Browse files
committed
removed modules instructions and other sections that are not necessary for EA
1 parent5e39783 commit2a21a7f

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

‎docs/ai-coder/agent-boundary.md‎

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -21,45 +21,16 @@ Boundaries extend Coder's trusted workspaces with a defense-in-depth model that
2121
-_Network policy enforcement_: block domains, subnets, or HTTP verbs to prevent exfiltration
2222
-_Audit-ready_: centralize logs, exportable for compliance, with full visibility into agent actions
2323

24-
##Architecture
2524

26-
Agent Boundary runs in two locations:
27-
28-
- Workspace: Boundary runs alongside your agent or tool, wrapping its process and enforcing outbound network policy at runtime
29-
- Control place (Premium): Module-level config toggles enforcement and routes audit logs to centralized governance
30-
31-
[More detail to be added here]
3225

3326
##Getting Started with Boundary
3427

35-
There are two ways to use Agent Boundaries in your project.
36-
37-
Users of Coder Premium can enable Agent Boundaries simply by updating to the latest versions of their preferred coding agent modules, which integrate with Coder with just a few lines of Terraform. Once configured by platform admins, developers get agent-ready environments automatically - no extra setup required.
38-
39-
All other users can use Agent Boundaries through its[open source CLI](https://github.com/coder/boundary), which can be run to wrap any process or invoked through rules in a YAML file.
40-
41-
###Option 1) Apply Boundary through Coder modules
42-
43-
This option is available to Coder Premium users. It is the easiest way to use Agent Boundaries and offers centralized policy management with strong isolation.
44-
45-
This integration offers:
28+
For Early Access, users can use Agent Boundaries through its[open source CLI](https://github.com/coder/boundary), which can be run to wrap any process or invoked through rules in a YAML file.
4629

47-
- A built-in`coder boundary` subcommand
48-
- Module authors do not need to ship or manage a separate binary
49-
- A clean module interface
50-
- Template admins toggle policy per template by using variables
51-
- Stronger isolation and centralized governance hooks
52-
- Protection beyond what is offered by the CLI path
30+
Eventually, users of Coder Premium can enable Agent Boundaries simply by updating to the latest versions of their preferred coding agent modules, which integrate with Coder with just a few lines of Terraform. Once configured by platform admins, developers get agent-ready environments automatically - no extra setup required.
5331

54-
To apply Agent Boundaries through Coder modules, follow the instructions below:
5532

56-
1. Ensure that you have installed or updated to the latest version of the[Claude Code module](https://registry.coder.com/modules/coder/claude-code)
57-
1. In the template that calls the module, set`module.boundary_configuration.enabled = true`
58-
1. Choose a policy expression
59-
- For simple rules, you can insert a variation of this example:`provide allow = ["domain=github.com path=/api/*", "method=GET,HEAD domain=github.com"]`
60-
- For complexrules, you can package a YAML file into the workspace image or mount a path and set`config_path`
6133

62-
[More detail to be added here]
6334

6435
###Option 2) Wrap the agent process with the Boundary CLI
6536

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp