Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": ""
  }
}