AgentBudget
Complete platform-funded budget across turn, session, and player-day dimensions.
type AgentBudget {
dimensions: [AgentBudgetDimension!]!
resetAt: DateTime
platformFunded: Boolean!
payer: String!
}
Fields
AgentBudget.dimensions ● [AgentBudgetDimension!]! non-null object
All normative provider/tool/compile/wall-clock dimensions.
AgentBudget.resetAt ● DateTime scalar
UTC player-day reset, or null when no reset applies.
AgentBudget.platformFunded ● Boolean! non-null scalar
True throughout the development pilot.
AgentBudget.payer ● String! non-null scalar
Payer seam; 'PLATFORM' throughout the development pilot.
Returned By
crowdyStudioAgentBudget query
Member Of
AgentBudgetEvent object