Conversation
Add documentation for the new `api-target` field in engine configuration (introduced in #20730), which allows workflows to target custom API endpoints for GHEC, GHES, and custom AI providers. - engines.md: add api-target to the extended config example, and add a new "Enterprise API Endpoint (api-target)" subsection with GHEC and GHES usage examples - frontmatter-full.md: add api-target field entry in the engine block Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-03-13
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
engine.api-targetfield for custom API endpoint configuration (from Add Custom API Endpoint Configuration for Agentic Engines #20730)Changes Made
Updated
docs/src/content/docs/reference/engines.md:api-targetto the Extended Coding Agent Configuration example blockapi-target)" subsection with GHEC and GHES examples, including requirednetwork.allowedentriesUpdated
docs/src/content/docs/reference/frontmatter-full.md:api-targetfield entry with description, accepted format note, and examplesMerged PRs Referenced
Notes
PR #20730 also added
docs/enterprise-configuration.mdat the repo root (outside the Astro Starlight tree). That file is not rendered by the docs site and is not included here — its content has been folded into the canonicalengines.mdreference instead.The
environmentfield for custom jobs (wired up in #20761) was already documented infrontmatter-full.mdprior to this PR — no additional changes required for that feature.