List Mutations
| Option | Type | Required | Description |
|---|---|---|---|
--agent-id | string | Yes | The parent agent ID |
--page-size | number | No | Results per page (default: 50) |
Get Mutation
| Argument | Type | Required | Description |
|---|---|---|---|
mutation_id | string | Yes | The mutation ID |
| Option | Type | Required | Description |
|---|---|---|---|
--agent-id | string | Yes | The parent agent ID |
Create Mutation
| Option | Type | Required | Description |
|---|---|---|---|
--agent-id | string | Yes | The parent agent ID |
--name | string | Yes | Mutation display name |
--description | string | No | Description of what this mutation changes |
--config | string | No | JSON config overrides |
Update Mutation
| Argument | Type | Required | Description |
|---|---|---|---|
mutation_id | string | Yes | The mutation ID to update |
| Option | Type | Required | Description |
|---|---|---|---|
--agent-id | string | Yes | The parent agent ID |
--name | string | No | New display name |
--description | string | No | New description |
--config | string | No | New JSON config overrides |
Delete Mutation
| Argument | Type | Required | Description |
|---|---|---|---|
mutation_id | string | Yes | The mutation ID to delete |
| Option | Type | Required | Description |
|---|---|---|---|
--agent-id | string | Yes | The parent agent ID |

