Waiting for engine...
Skip to main content

ProviderAccountRefInput

Identify account in AI agent system

input ProviderAccountRefInput {
providerType: AiAgentProviderType!
providerAccountId: String!
}

Fields

ProviderAccountRefInput.providerType ● AiAgentProviderType! non-null enum agent-control-tower

The AI service provider (e.g. BEDROCK, BOOMI, etc)

ProviderAccountRefInput.providerAccountId ● String! non-null scalar miscellaneous

The account identifier within the provider's ecosystem where the AI resource exists Examples:

  • AWS Account ID for Bedrock resources (12-digit number)
  • Provider account ID for Custom provider (UUID)

Member Of

AiEntityMutationReferenceIdInput input

On this Page