Waiting for engine...
Skip to main content

AiAgentAliasCreateInput

No description

input AiAgentAliasCreateInput {
agentVersionId: ID!
name: String!
description: String
externalId: ID
trustLevel: AiAgentRegistryTrustLevel
specification: String
metadata: String
}

Fields

AiAgentAliasCreateInput.agentVersionId ● ID! non-null scalar miscellaneous

The unique identifier of the AI Agent Version to which the alias will be associated.

AiAgentAliasCreateInput.name ● String! non-null scalar miscellaneous

Name of the AI Agent Alias.

AiAgentAliasCreateInput.description ● String scalar miscellaneous

Description of the AI Agent Alias.

AiAgentAliasCreateInput.externalId ● ID scalar miscellaneous

External identifier for the AI Agent Alias in the provider system.

AiAgentAliasCreateInput.trustLevel ● AiAgentRegistryTrustLevel enum agent-control-tower

Indicates the confidence and reliability level of the AI Agent Alias.

AiAgentAliasCreateInput.specification ● String scalar miscellaneous

Specification details for the AI Agent Alias in JSON format.

AiAgentAliasCreateInput.metadata ● String scalar miscellaneous

Metadata for the AI Agent Alias in JSON format.

On this Page