research-crew-policy
Version 2
activeCurrently active — governing all matching agent requests. Created from AgentManagerPortal
Version metadata
Version ID
polv_728a942040db
Policy ID
pol_386778e2ca55
Status
active
Created
Jul 17, 2026, 10:25:13.237 AM PDT
Change summary
Created from AgentManagerPortal
Guardrails
Pre-flight
PII handling
redact
Prompt injection
deny
In-flight
Max tokens / request
4000
Hard deny multiplier
2
Externalization
deny
Post-flight
Overage strike limit
3
Overage window (hrs)
24
Allowed tools
2 total- arxiv_search
- web_search
Tools requiring approval
1 total- delete_research_data
Allowed models
1 total- gpt-4o-mini
Raw rules
JSON representation of this version{
"tool_allowlist": [
"arxiv_search",
"delete_research_data",
"web_search"
],
"model_allowlist": [
"gpt-4o-mini"
],
"max_tokens_per_request": 4000,
"token_overage_hard_deny_multiplier": 2,
"token_overage_limit": 3,
"token_overage_window_hours": 24,
"max_tokens_per_session": null,
"max_cost_per_session_usd": null,
"max_tokens_per_day": null,
"max_cost_per_day_usd": null,
"notify_at_pct": 80,
"token_overage_repeat_limit": 3,
"approval_required_tools": [
"delete_research_data"
],
"pii_handling": "redact",
"prompt_injection_action": "deny",
"data_exfiltration_action": "deny",
"window_allowed_days": null,
"window_start_hour": null,
"window_end_hour": null,
"window_timezone": "UTC",
"window_action": "deny",
"max_tool_calls_per_session": null,
"max_repeated_tool_calls": null,
"max_cost_per_request_usd": null,
"privilege_deescalation_threshold": null
}