Skip to content

Commit 24a5d38

Browse files
feat/docs: mention coding agent provider configuration (#1808)
Adds a brief note that site admins can configure coding agent provider API keys and optional endpoint overrides from the Batch Changes Agents admin UI.
1 parent f584b3c commit 24a5d38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/agentic-batch-changes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ The coding agent step is a new native step type for Agentic Batch Changes that a
7272

7373
We currently support [Claude Code](https://claude.com/product/claude-code) and [Codex](https://openai.com/codex) as native coding agent steps.
7474

75+
By default, coding agent LLM traffic is routed through the Sourcegraph Model Provider. Site administrators can configure their own API keys to route traffic directly to Anthropic or OpenAI in **Administration → Batch Changes → Agents**. An optional `endpoint` field can be set for each agent to override the default provider URL.
76+
7577
Note that Agentic Batch Changes does not use coding agent steps for every task. For deterministic changes, the agent will opt to write a script - or even an entire program - to efficiently apply some, or all, of the target changes.
7678

7779
### Building images for steps

0 commit comments

Comments
 (0)