Skip to main content

Operation details

FieldValue
NameinstallProjectAgent
GroupProject Primitives
TypeMutation
SignatureinstallProjectAgent(input: InstallProjectAgentInput!): ProjectAgentCard!

Playground

Query

Query
mutation InstallProjectAgent($input: InstallProjectAgentInput!) {
  installProjectAgent(input: $input) {
    id
    name
    description
    capabilities
    defaultInputModes
    defaultOutputModes
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "agentId": ""
  }
}