CrowdyStudioAgentRetentionPolicy
Retention ceilings for redacted Agentic Studio data. Provider wire bodies, headers, private reasoning, and individual token deltas always have zero retention and are absent.
type CrowdyStudioAgentRetentionPolicy {
assistantChunkHours: Int!
detailedContextHours: Int!
sessionDataDays: Int!
usageDays: Int!
}
Fields
CrowdyStudioAgentRetentionPolicy.assistantChunkHours ● Int! non-null scalar
Coalesced assistant chunk retention in hours (0-24).
CrowdyStudioAgentRetentionPolicy.detailedContextHours ● Int! non-null scalar
Detailed game observation/browser tool-result retention in hours (0-24).
CrowdyStudioAgentRetentionPolicy.sessionDataDays ● Int! non-null scalar
Final messages, redacted events, and checkpoint retention after close in days (0-30).
CrowdyStudioAgentRetentionPolicy.usageDays ● Int! non-null scalar
Provider generation/token/cost and kill metadata retention in days (1-90).
Member Of
CrowdyStudioAgentPolicy object