Schemas
Schema: RuntimeConfig
Supported Fields
Field
Type
Constraints / Notes
Global Configuration Structures
{
"mcp_configs": {
"mcp-uuid-1": {
"authentication": {
"type": "custom-header",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}
}Schema: AgentSpecificConfig
Field
Type
Constraints
Description
Validation Rules
Structure Validation
Configuration Precedence
Tool Config Filtering
Examples
Global Configuration Only
Global and Agent-Specific Overrides
Usage in AgentRunRequest
Common Validation Errors
Migration from Legacy Format
Legacy Format (Deprecated)
New Format (Recommended)
Related Documentation
Last updated
Was this helpful?