Skip to content

docs: clarify :agent and :name parameters in API server endpoints#2213

Merged
dgageot merged 1 commit intodocker:mainfrom
dgageot:board/fix-docker-agent-issue-2074-6f581fc3
Mar 22, 2026
Merged

docs: clarify :agent and :name parameters in API server endpoints#2213
dgageot merged 1 commit intodocker:mainfrom
dgageot:board/fix-docker-agent-issue-2074-6f581fc3

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Mar 22, 2026

Clarify the API server documentation for the agent execution endpoints.

  • Document that :agent is the config filename without the .yaml extension
  • Document that :name is the optional sub-agent name (defaults to root)
  • Add concrete examples for single-agent and multi-agent configurations

Fixes #2074

Document that :agent is the config filename without the .yaml extension and
:name is the optional sub-agent name (defaults to root). Add concrete
examples for single-agent and multi-agent configurations.

Fixes docker#2074

Assisted-By: docker-agent
@dgageot dgageot requested a review from a team as a code owner March 22, 2026 11:16
Copy link

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

This documentation change clarifies the API server endpoint parameters with clear explanations and examples. No issues found in the added content.

@dgageot dgageot merged commit e2610a1 into docker:main Mar 22, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] API server: clarify the :agent parameter in session endpoints

2 participants