CrowdyStudioAgentFundingPolicy
Funding seam for Agentic Studio. The development pilot is platform-funded and never debits a player wallet; payer/rate-card fields are reserved for a later contract.
type CrowdyStudioAgentFundingPolicy {
billingMode: String!
payerKind: String!
rateCardId: String
walletDebitEnabled: Boolean!
}
Fields
CrowdyStudioAgentFundingPolicy.billingMode ● String! non-null scalar
Funding mode. The pilot always returns 'PLATFORM_FUNDED'.
CrowdyStudioAgentFundingPolicy.payerKind ● String! non-null scalar
Future payer kind. The pilot always returns 'PLATFORM'.
CrowdyStudioAgentFundingPolicy.rateCardId ● String scalar
Future rate-card UUID; null throughout the platform-funded pilot.
CrowdyStudioAgentFundingPolicy.walletDebitEnabled ● Boolean! non-null scalar
Whether this policy can debit a player wallet. Always false in the pilot.
Member Of
CrowdyStudioAgentPolicy object