Operation details
| Field | Value |
|---|---|
| Name | installProjectAgent |
| Group | Project Primitives |
| Type | Mutation |
| Signature | installProjectAgent(input: InstallProjectAgentInput!): ProjectAgentCard! |
Playground
Query
Query
mutation InstallProjectAgent($input: InstallProjectAgentInput!) {
installProjectAgent(input: $input) {
id
name
description
capabilities
defaultInputModes
defaultOutputModes
}
}
Variables
Variables
{
"input": {
"projectId": "",
"agentId": ""
}
}