Skip to main content
Project Agent Document query.

Operation details

FieldValue
NameprojectAgentDocument
GroupProject Primitives
TypeQuery
SignatureprojectAgentDocument(input: ProjectAgentInput!): ProjectAgentDocument

Playground

Query

Query
query ProjectAgentDocument($input: ProjectAgentInput!) {
  projectAgentDocument(input: $input) {
    id
    name
    description
    allowedModels
    editMode
    maxSteps
  }
}

Variables

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