Create a new configuration mutation for an agent.
API key for authentication
Parent agent ID (22-character ShortUUID)
^[A-Za-z0-9]{22}$Human-readable mutation name (must be unique per agent among active mutations)
1 - 200"GPT-4 Fast VAD"
Optional description of the mutation's purpose
2000"Testing faster VAD settings with GPT-4"
Configuration delta to merge with parent agent at runtime. Keys must exist on parent agent config. Max 10KB.
{ "voice": "nova", "vad_stop_secs": 0.3 }Flattened key-value pairs for display purposes. If not provided, auto-derived from config_overrides.
{ "voice": "nova", "vad_stop_secs": "0.3" }Mutation created successfully
Agent mutation resource representing a configuration variant.