Skip to content

Commit 11edcfa

Browse files
sync docs
1 parent 221d2a3 commit 11edcfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/api-reference/kubernetes/agent-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ _Appears in:_
267267
| `dind` _boolean_ | Dind enables Docker-in-Docker for this agent runtime.<br />When true, the runtime will be configured to run with DinD support. | | Optional: \{\} <br /> |
268268
| `allowedRepositories` _string array_ | AllowedRepositories the git repositories allowed to be used with this runtime. | | Optional: \{\} <br /> |
269269
| `browser` _[BrowserConfig](#browserconfig)_ | Browser configuration augments agent runtime with a headless browser.<br />When provided, the runtime will be configured to run with a headless browser available<br />for the agent to use. | | Optional: \{\} <br /> |
270+
| `bootstrapScript` _string_ | BootstrapScript is a bash script that will be executed inside the cloned repository<br />directory before the coding agent starts. It can be used to install dependencies,<br />configure tooling, or perform any other setup required by the agent. | | Optional: \{\} <br /> |
270271

271272

272273
#### Binding

0 commit comments

Comments
 (0)