EnterpriseOps-Gym
Environments and Evaluations for Stateful
Agentic Planning and Tool Use

A large-scale agentic benchmark for enterprise evaluating LLM agents on 1,150 expert-curated tasks across 8 enterprise domains in fully interactive, containerized environments.

Shiva Krishna Reddy Malay* Shravan Nayak* Jishnu Sethumadhavan Nair Aman Tiwari Sathwik Tejaswi Madhusudhan Sagar Davasam Sridhar Krishna Nemala Srinivas Sunkara Sai Rajeswar
*Equal Contribution ServiceNow Research Mila – Quebec AI Institute UniversitΓ© de MontrΓ©al
πŸ› οΈ
0
Tools
πŸ“‹
0
Tasks
πŸ—„οΈ
0
DB Tables
🏒
0
Domains

What is EnterpriseOps-Gym?

Large language models are shifting from passive information providers to active agents intended for complex workflows. However, their deployment as reliable AI workers in enterprise is stalled by benchmarks that fail to capture the intricacies of professional environments β€” specifically, the need for long-horizon planning amidst persistent state changes and strict access protocols.


We introduce EnterpriseOps-Gym, a benchmark designed to evaluate agentic planning in realistic enterprise settings. It features a containerized sandbox with 164 database tables and 512 functional tools to mimic real-world search friction. Agents are evaluated on 1,150 expert-curated tasks across 8 mission-critical verticals including Customer Service, HR, and IT.


Our evaluation of 14 frontier models reveals critical limitations in state-of-the-art models: the top-performing Claude Opus 4.5 achieves only 37.4% success. Providing oracle human plans improves performance by 14–35 percentage points, pinpointing strategic reasoning as the primary bottleneck. Additionally, agents frequently fail to refuse infeasible tasks (best model achieves only 53.9%), leading to unintended and potentially harmful side effects. Our findings underscore that current agents are not yet ready for autonomous enterprise deployment.

What Makes EnterpriseOps-Gym Unique

πŸ—„οΈ

Unprecedented Ecosystem Scale

A containerized sandbox with 512 functional tools and 164 relational tables β€” an order of magnitude larger than prior enterprise benchmarks β€” providing a true stress test for navigating high-density schemas and massive toolkits.

βœ…

SQL-Based Outcome Verification

Instead of soft LLM-as-a-judge or action-trace matching, hidden expert-authored SQL scripts verify the final database state β€” ensuring agents achieve the correct business outcome while maintaining data integrity.

πŸ”’

Policy-Governed Operations

Tasks embed real internal business policies β€” data access controls, approval workflows, and privacy rules β€” shifting evaluation from simple tool use to governed autonomous operations typical of regulated industries.

οΏ½

Cross-Domain Orchestration

Unique Hybrid scenarios require agents to coordinate across 8 interconnected ecosystems β€” e.g., resolving a CSM ticket by checking HR records and updating a Teams channel β€” reflecting real enterprise fragmentation.

οΏ½

Infeasibility & Refusal Testing

A dedicated subset of infeasible tasks evaluates an agent's safety reasoning β€” agents must identify and refuse requests that violate organizational policies or system constraints, preventing harmful actions or data leaks.

οΏ½

Long-Horizon Stateful Trajectories

Tasks require up to 34 sequential steps in a stateful ReAct loop where every action permanently affects the shared database, demanding committed, multi-step planning rather than greedy tool calls.

Architecture & Task Flow

EnterpriseOps-Gym Overview β€” showing the task domains, MCP servers, agent interaction loop, and SQL-based verification pipeline
Figure 1: Overview of EnterpriseOps-Gym. Tasks are sampled from 8 enterprise domains, each served by containerized MCP servers. Agents interact through tool calls, and outcomes are verified by SQL-based state checks on the environment database.

Leaderboard

Oracle Mode β€” Task Success Rate (%)

A task passes only if all verification conditions are met. Click column headers to sort.

# ↕ Model ↕ Teams ↕ CSM ↕ Email ↕ ITSM ↕ Calendar ↕ HR ↕ Drive ↕ Hybrid ↕ Avg ↓

Citation

@misc{malay2026enterpriseopsgymenvironmentsevaluationsstateful,
      title={EnterpriseOps-Gym: Environments and Evaluations for Stateful Agentic Planning and Tool Use in Enterprise Settings}, 
      author={Shiva Krishna Reddy Malay and Shravan Nayak and Jishnu Sethumadhavan Nair and Sagar Davasam and Aman Tiwari and Sathwik Tejaswi Madhusudhan and Sridhar Krishna Nemala and Srinivas Sunkara and Sai Rajeswar},
      year={2026},
      eprint={2603.13594},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2603.13594}, 
}