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
Required. Provider account ID in the AI Agent Registry system to which the guardrail will be linked.
AiAgentGuardrailCreateInput.name ● String! non-null scalar miscellaneous
Required. Name of the guardrail
AiAgentGuardrailCreateInput.description ● String scalar miscellaneous
Optional. Description of the guardrail
AiAgentGuardrailCreateInput.configurationJson ● String scalar miscellaneous
Optional. JSON configuration for the guardrail detailing its policies and operational parameters.
AiAgentGuardrailCreateInput.agentIds ● [ID!] list scalar miscellaneous
Optional. Agent IDs associated with this guardrail
AiAgentGuardrailCreateInput.tags ● [AiAgentTagInput!] list input agent-control-tower
Optional. Tags for categorization.
Member Of
aiAgentGuardrailCreate mutation