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

Commit9377904

Browse files
committed
fmt
1 parentfacfa7d commit9377904

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@ The easiest way to use Agent Boundaries is through existing Coder modules, such
1111
>[!NOTE]
1212
>The Coder Boundary CLI is free and open source. Integrations with the core product, such as through modules, offers strong isolation and is available to Coder Premium customers.
1313
14-
#Supported Agents
14+
##Supported Agents
1515

1616
Coder Boundary supports the securing of any terminal-based agent, including your own custom agents.
1717

18-
#Features
18+
##Features
1919

2020
Boundaries extend Coder's trusted workspaces with a defense-in-depth model that detects and prevents destructive actions without reducing productivity by slowing down workflows or blocking automation. They offer the following features:
2121

2222
-_Policy-driven access controls_: limit what an agent can access (repos, registries, APIs, files, commands)
2323
-_Network policy enforcement_: block domains, subnets, or HTTP verbs to prevent exfiltration
2424
-_Audit-ready_: centralize logs, exportable for compliance, with full visibility into agent actions
2525

26-
#Architecture
26+
##Architecture
2727

2828
Agent Boundary runs in two locations:
2929
- Workspace: Boundary runs alongside your agent or tool, wrapping its process and enforcing outbound network policy at runtime
3030
- Control place (Premium): Module-level config toggles enforcement and routes audit logs to centralized governance
3131

3232
[More detail to be added here]
3333

34-
#Getting Started with Boundary
34+
##Getting Started with Boundary
3535

3636
There are two ways to use Agent Boundaries in your project.
3737

3838
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.
3939

4040
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.
4141

42-
##Option 1) Apply Boundary through Coder modules
42+
###Option 1) Apply Boundary through Coder modules
4343

4444
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.
4545

@@ -62,13 +62,13 @@ To apply Agent Boundaries through Coder modules, follow the instructions below.
6262

6363
[More detail to be added here]
6464

65-
##Option 2) Wrap the agent process with the Boundary CLI
65+
###Option 2) Wrap the agent process with the Boundary CLI
6666

6767
Users can also run Boundary directly in your workspace and configure it per template or per script. While free tier users won't get centralized policy management or the deeper, "strong isolation," they can still enforce per workspace network rules and log decisions locally.
6868

6969
There are two ways to integrate the open source Boundary CLI into a workspace.
7070

71-
###Wrap a command inline with flags
71+
####Wrap a command inline with flags
7272

7373
1. Install the[binary](https://github.com/coder/boundary) into the workspace image or at start-up. You can do so with the following command:
7474

@@ -104,7 +104,7 @@ There are two ways to integrate the open source Boundary CLI into a workspace.
104104
105105
Additional information, such as Allow Rules, can be found in the [repository README](https://github.com/coder/boundary).
106106
107-
### Use a config file (YAML) to set rules
107+
#### Use a config file (YAML) to set rules
108108
109109
Another option is to define rules in a YAML file, which only needs to be invoked once as opposed to through flags with each command.
110110
@@ -143,6 +143,6 @@ Another option is to define rules in a YAML file, which only needs to be invoked
143143
144144
You will notice that the rules are automatically applied without any need for additional customization.
145145
146-
## Opting out of Boundary
146+
### Opting out of Boundary
147147
148148
If you tried Boundary through a Coder module and decided you don't want to use it, you can turn it off by setting the flag to `boundary_enabled=false`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp