aiAgentTags
Retrieve AI Agent tags from the AI Agent Registry those are associated with the user's authenticated account.
Description: This query fetches a list of AI Agent tags associated with the user's authenticated account.
Response (AiAgentTagQueryResponse):
tags: [String!] - Array of AI Agent tag key's Example Request:
query {
aiAgentTags {
tags
}
}
aiAgentTags: AiAgentTagQueryResponse
Type
AiAgentTagQueryResponse object agent-control-tower
Was this topic helpful?