Mutations
Create mutation
Create a new configuration mutation for an agent.
POST
Authorizations
API key for authentication
Path Parameters
Parent agent ID (22-character ShortUUID)
Pattern:
^[A-Za-z0-9]{22}$Body
application/json
Human-readable mutation name (must be unique per agent among active mutations)
Required string length:
1 - 200Example:
"GPT-4 Fast VAD"
Optional description of the mutation's purpose
Maximum string length:
2000Example:
"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.
Example:
{ "voice": "nova", "vad_stop_secs": 0.3 }Flattened key-value pairs for display purposes. If not provided, auto-derived from config_overrides.
Example:
{ "voice": "nova", "vad_stop_secs": "0.3" }Response
Mutation created successfully
Agent mutation resource representing a configuration variant.

