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

Commit256a1f0

Browse files
committed
fixed changes as suggested by david
1 parent2a21a7f commit256a1f0

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

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

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Agent Boundaries are process-level firewalls that restrict and audit what autonomous programs, such as AI agents, can access and use.
44

5-
![Screenshot of Agent Boundaries blocking a process](image.png)Example of Agent Boundaries blocking a process.
5+
![Screenshot of Agent Boundaries blocking a process](../images/guides/ai-agents/boundary.png)Example of Agent Boundaries blocking a process.
66

77
The easiest way to use Agent Boundaries is through existing Coder modules, such as the[Claude Code module](https://registry.coder.com/modules/coder/claude-code). It can also be ran directly in the terminal by installing the[CLI](https://github.com/coder/boundary).
88

@@ -11,7 +11,7 @@ The easiest way to use Agent Boundaries is through existing Coder modules, such
1111
1212
##Supported Agents
1313

14-
CoderBoundary supports the securing of any terminal-based agent, including your own custom agents.
14+
Boundary supports the securing of any terminal-based agent, including your own custom agents.
1515

1616
##Features
1717

@@ -21,24 +21,15 @@ 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-
25-
2624
##Getting Started with Boundary
2725

2826
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.
2927

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.
31-
32-
3328

34-
35-
###Option 2) Wrap the agent process with the Boundary CLI
29+
###Wrap the agent process with the Boundary CLI
3630

3731
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.
3832

39-
There are two ways to integrate the open source Boundary CLI into a workspace.
40-
41-
####Wrap a command inline with flags
4233

4334
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:
4435

@@ -57,6 +48,10 @@ There are two ways to integrate the open source Boundary CLI into a workspace.
5748
make fmt # Format code
5849
make lint # Lint code
5950
```
51+
52+
From here, there are two ways to integrate the open source Boundary CLI into a workspace.
53+
54+
#### Wrap a command inline with flags
6055
1. Wrap the tool you want to guard. Below are some examples of usage:
6156
6257
```hcl
@@ -78,23 +73,6 @@ There are two ways to integrate the open source Boundary CLI into a workspace.
7873
#### Use a config file (YAML) to set rules
7974
8075
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.
81-
82-
1. Similarly to the previous method, install the [binary](https://github.com/coder/boundary) into the workspace image or at start-up. You can do so with the following command:
83-
84-
```hcl
85-
curl -fsSL https://raw.githubusercontent.com/coder/boundary/main/install.sh | bash
86-
```
87-
1. Use the included `Makefile` to build your project. Here are a few example commands:
88-
89-
```hcl
90-
make build # Build for current platform
91-
make build-all # Build for all platforms
92-
make test # Run tests
93-
make test-coverage # Run tests with coverage
94-
make clean # Clean build artifacts
95-
make fmt # Format code
96-
make lint # Lint code
97-
```
9876
1. Create a YAML file to store rules that will be applied to all `boundary` commands run in the Workspace. In this example, we call it `boundary.yaml`.
9977
10078
A config example can be seen below:
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp