AiAgentGuardrailCreateInput
No description
input AiAgentGuardrailCreateInput {
providerAccountId: ID!
name: String!
description: String
configurationJson: String
agentIds: [ID!]
tags: [AiAgentTagInput!]
}
Fields
AiAgentGuardrailCreateInput.providerAccountId ● ID! non-null scalar miscellaneous {#provider-account-id}
Required. Provider account ID in the AI Agent Registry system to which the guardrail will be linked.
AiAgentGuardrailCreateInput.name ● String! non-null scalar miscellaneous {#name}
Required. Name of the guardrail
AiAgentGuardrailCreateInput.description ● String scalar miscellaneous {#description}
Optional. Description of the guardrail
AiAgentGuardrailCreateInput.configurationJson ● String scalar miscellaneous {#configuration-json}
Optional. JSON configuration for the guardrail detailing its policies and operational parameters.
AiAgentGuardrailCreateInput.agentIds ● [ID!] list scalar miscellaneous {#agent-ids}
Optional. Agent IDs associated with this guardrail
AiAgentGuardrailCreateInput.tags ● [AiAgentTagInput!] list input agent-control-tower {#tags}
Optional. Tags for categorization.
Member Of
aiAgentGuardrailCreate mutation