Get agent detail
GET /api/v1/agents/{role}
Return full configuration for a specific agent role.
Authorizations
Parameters
Path Parameters
The agent role identifier
The agent role identifier
Responses
200
Successful Response
Wrapper response for GET /agents/{role}.
Attributes: data: The agent detail payload.
object
Detail payload for GET /agents/{role}.
Attributes: config: The full agent configuration.
object
Full agent config returned by GET /agents/{role}.
Attributes: id: Unique agent config identifier. role: Agent role identifier. display_name: Human-readable name. agent_name: Optional persona name. status: Lifecycle status. model_tier: The LLM tier. autonomy_overrides: Per-agent autonomy level overrides. tools_enabled: List of enabled tool names. color: Optional hex color. forged: Whether this is a custom-forged agent. character_profile: Optional personality traits dict.
object
object
422
Validation Error