We use cookies on this website.

By clicking "Accept," you agree to the storage of cookies on your device to improve your browsing experience, analyze site usage, and contribute to our marketing efforts. See our privacy policy for more information.

Cybersecurity

Agent-Based Infrastructure Operator: Definition and Role

An agent-based infrastructure operator designs, secures, and continuously operates the layer that enables AI agents to act within the information system. Definition, components, a Microsoft 365 example, and eight questions to help you choose an operator.

Agent-Based Infrastructure Operator: Definition and Role

Short answer. An agent-based infrastructure operator is the service provider that designs, secures, and continuously operates the infrastructure on which a company’s AI agents operate: access to data and applications, agent identities and permissions, orchestration, monitoring, traceability, cost control, and compliance. It does not sell an AI model or software. It is responsible for the behavior of agents in production: they do what is expected of them, within the permissions granted to them, and every action they take can be accounted for.

Definition: Agent-based and operator-based infrastructure

An agentic infrastructure is the set of components that enable AI agents to act within a company’s information system in a controlled manner. The terms “agent-based AI infrastructure” or, in English, “agentic infrastructure” are also used.

The term refers to a layer, not a product. It sits between AI models (GPT, Claude, Mistral) and business applications (ERP, CRM, email, ticketing systems). It determines what an agent can access, what actions it is authorized to take, how it is monitored, and how a human can take over. For the basics of agent-based AI itself, see our article “Agent-Based AI: Definition, How It Works, and Business Applications.”

The operator is the person who keeps this layer running on a day-to-day basis. The term says it all: like a network or hosting operator, they are committed to a service in production, not to a completed project.

Why an AI agent needs a dedicated infrastructure

A chatbot generates a response, and then a human decides what to do with it. An AI agent goes a step further: it reads data, selects an action, and executes it within the company’s software. It creates a user account, updates a customer record, or closes a ticket.

As soon as an agent takes action, five questions arise, and none of them depends on the AI model:

  • What data can the agent access?
  • What actions can it perform, and what permissions does it require?
  • Who is alerted when it makes a mistake, and how does a human take over?
  • How much does each task he handles cost?
  • Three months later, can we still figure out why he made that decision?

These issues fall under the purview of IT operations and security. That is why the challenge of an agent project lies less in the choice of model than in its integration into the information system.

The Eight Components of an Agent-Based Infrastructure

ComponentWhat it coversReview Question
ConnectorsThe agent's access to applications and data, via APIs or MCP (Model Context Protocol) serversDoes the agent access only the sources that are relevant to his or her task?
Identities and RightsA separate account for each employee, with only the minimum necessary permissionsIs it possible to terminate an employee without affecting payroll?
OrchestrationThe workflow between agents, tools, and humansAt what point does the agent hand things over to a human?
SupervisionAvailability, Errors, EscalationsWho is notified, and within what timeframe?
TraceabilityThe log of the agent's actions and decisionsCan an action be reconstructed after the fact?
Cost ControlResource consumption by model, task, and agentDo we know the cost of a completed task?
SecurityDetection of abnormal usage and protection against the injection of malicious commandsAre the agents' actions reported back to the Security Operations Center (SOC)?
ComplianceGDPR, AI Act, industry-specific requirementsIs the treatment listed in the registry? Do users know they are interacting with an AI?

Example: An agent who processes access requests in Microsoft 365

Let's consider an agent responsible for handling requests for access to Microsoft 365 shared spaces. An employee writes: "I need access to the Sales department's Clients folder." The agent reviews the request, identifies the relevant group, and adds the person to it.

Here's what the operator sets up around him:

  • Identity. Agents have their own identities in the company directory. Microsoft offers Microsoft Entra Agent ID for this purpose, which enables conditional access rules, centralized logging, and lifecycle management for agents. Copilot Studio agents created before this feature was enabled must be recreated; there is no automatic conversion.
  • Permissions. The agent can view the directory and add members to a closed list of groups. The agent cannot create groups or modify administrative permissions.
  • Human review. A request involving a sensitive group (finance, human resources, management) is sent to the group manager for approval.
  • Traceability. Each addition is logged along with the original request and the reason provided by the agent.
  • Security. An unusual number of additions, or a request outside of normal business hours, triggers an alert at the SOC.
  • Cost. The operator tracks the average cost of processing a request to compare it with the time required for manual processing.

None of this depends on the AI model used. It is the operational work that enables an agent to act without becoming a risk.

Publisher, integrator, operator: three different professions

PublisherIntegratorAgent-Based Infrastructure Operator
What it providesA platform or a modelA Deployment ProjectA service in production
Time Frame for the CommitmentThe LicenseThe Project PlanThe term of the contract
What it guaranteesHow the product worksCompliance with the specificationsThe Behavior of Employees in Their Day-to-Day Work
After going liveProduct SupportWarranty or MaintenanceMonitoring, Correction, Development, Security

A single service provider can perform several of these roles. So the right question isn’t “Who builds the agent?” but “Who is responsible for it on Monday morning?”

What an operator does on a daily basis

Before going live, the operator maps out the access rights the agent needs, creates the agent's identities, sets the thresholds beyond which a human takes over, and records the processing in the GDPR register.

In production, it tracks processed tasks and errors, coordinates manual intervention when an agent goes beyond its scope, monitors costs, and reports security incidents.

Over time, it adjusts entitlements, adapts connectors when an application changes, manages changes to the underlying model, and generates detailed reports, along with their calculation methods.

How to Choose a Service Provider: Eight Questions to Ask

  1. Does each agent have a distinct identity and set of rights that can be revoked without affecting human accounts?
  2. How does a human take over: who, at what times, and within what timeframe?
  3. Are agents' actions logged and accessible to the customer?
  4. Are incidents involving staff members monitored by a security team?
  5. Is the cost per task tracked and reported?
  6. Where is the data stored, and what does the customer receive at the end of the contract?
  7. Does the operator already have agents in production, and does it publish measured results along with the methodology used?
  8. Is he familiar with the existing IT systems (Microsoft 365, directory, ERP), or is he starting from scratch?

Our status at IT Systèmes: an agent already in production

IT Systèmes is an IT services company founded in 2010, with 44 employees in Paris (Malakoff), Lyon, Annecy, and Bordeaux. We manage the information systems of more than 50 clients through IT outsourcing. Our approach to agent-based infrastructure stems from our experience as system operators: an AI agent in production monitors, secures, and corrects itself just like the rest of the information system.

We are already using our own agent. The Hypergérance offering includes Helpy, an AI agent that handles Level 1 support. From June to August 2026, among the 55 customers on Hypergérance contracts, Helpy received 1,889 tickets: 680 in June, 720 in July, and 489 in August, including the summer lull. 60% were closed without human intervention, in an average of 3 minutes. Any ticket taken over by a technician—even if only partially handled by the agent—is excluded from this rate. Source: Helpy monitoring tool.

What we do for Helpy (continuous monitoring, human intervention, and published metrics along with their methodology) is exactly what an agent-based infrastructure operator must do for a company’s agents. Two of our activities follow this approach:

  • Building: We develop agents and the software that hosts them using the hyperdevelopment method, in which AI agents reduce code production time by a factor of 10.
  • Deployment: We run our own agent in production on our customers' infrastructure (Hypergérance offering, using the Helpy agent).

Our Microsoft expertise (33 active Microsoft certifications as of September 4, 2026) is key here: for many small and medium-sized businesses, employees rely on Microsoft 365 and its directory, which is where their identities and access rights are managed.

Frequently asked questions

What is an agent-based infrastructure?

It refers to the set of components that enable AI agents to operate within a company’s information system in a controlled manner: connectors, identities and permissions, orchestration, monitoring, traceability, cost control, security, and compliance.

What is the difference between an AI provider and an AI integrator?

The integrator delivers a project and guarantees its compliance with the specifications. The operator guarantees the operation of the agents in production throughout the duration of the contract.

Can an IT services company serve as an agent-based infrastructure operator?

Yes, if it has the expertise: continuous operation, monitoring, security, and human intervention. That’s what sets an AI digital services company that operates production agents apart from one that merely integrates AI tools.

Does an SME need an agent-based infrastructure operator?

Not for an assistant who simply answers questions. Yes, as soon as an agent interacts with the information system—whether by entering data into software, modifying permissions, sending messages, or closing requests—it becomes necessary to manage that person’s access, monitor their activity, and be able to take control if needed.

How can you secure an AI agent infrastructure?

The ANSSI guide “Security Recommendations for a Generative AI System” does not specifically address agents, but several of its recommendations apply directly to them: controlling the AI system’s interactions with business applications, limiting automated actions when the AI processes uncontrolled inputs, and logging processing activities. We add to this a dedicated identity for each agent with minimal privileges, log monitoring by a security team, and a regular review of privileges. We detail these practices in our article “How to Secure an AI Agent Project in a Business Setting.”

How much does it cost to implement an AI agent?

At IT Systèmes, an AI agent starts at €5,000 for a single-task agent and goes up to €30,000 for a multi-agent solution.

Does the AI Act apply to AI agents?

The European AI Regulation (Regulation (EU) 2024/1689) classifies systems according to their risk level. Many internal systems, such as support services or document processing, fall under the minimal-risk category. As soon as a system interacts directly with people, the transparency requirements of Article 50 have applied since August 2, 2026: the user must be aware that they are interacting with an AI. For high-risk uses listed in Annex III, such as recruitment or creditworthiness assessment, the obligations have been postponed to December 2, 2027, by Regulation (EU) 2026/1744, known as the Digital Omnibus AI Regulation. Finally, the requirement to train staff who use AI has been in effect since February 2, 2025.

Sources: Regulation (EU) 2024/1689 on Artificial Intelligence and Regulation (EU) 2026/1744, EUR-Lex; ANSSI, Security Recommendations for a Generative AI System; Microsoft Learn, Microsoft Entra Agent ID documentation; Helpy Barometer, June–August 2026, Helpy monitoring tool.

Our latest articles

See more
Illustration: iA Agent
Cybersecurity

Agent-Based AI: Definition, How It Works, and Applications

Agent-based AI refers to AI systems capable of pursuing a goal autonomously: they gather information, plan steps, take action within software, and adjust their plan based on the outcome. Definition, operation, risks, governance, and business applications.
September 24, 2026
Abstract illustration of cybersecurity
Cybersecurity

Brevo: The Data Breach Explained, and What an SME Should Check Immediately Afterward

Brevo, the French email marketing platform used by tens of thousands of small and medium-sized businesses, suffered two security incidents in early September 2026: a breach via an authentication vulnerability, followed by the theft of a technical key that allowed malicious code to be injected into client websites. This week, Trezor and Paymium confirmed the extent of the impact on their users. Here’s what an SME that uses Brevo—or one of its widgets—needs to check.
September 24, 2026
Illustration: Protecting Your Small Business from Cyber Threats
Cybersecurity

How to Protect Your Small Business from Cyberattacks in 2026

Technical prevention, business continuity planning (BCP)/disaster recovery planning (DRP), and cyber insurance: the three lines of defense to protect your small business from cyberattacks in 2026.
September 24, 2026
Processing Electronic Invoices Using an AI Accounting Agent
Development & automation

AI Accounting Agent: What It Does with Electronic Invoices

Receiving electronic invoices will be mandatory starting in September 2026: what an AI accounting agent adds to your software, starting at what volume, and at what price.
September 23, 2026
AI illustration agent
Development & automation

AI Agents for HR: Use Cases, Legal Framework, and Deployment Methods

Onboarding, recruitment, HR questions: what an AI agent can handle, what the AI Act, the GDPR, and the Labor Code require, and how to measure it.
September 23, 2026
AI Help Desk Illustration
MSP & Managed IT Services: Proactive IT Management for Small and Medium-Sized Businesses

AI Help Desk for SMEs: 2026 Comparison of Solutions

Managed service with an AI agent or AI-powered help desk software: two categories, two pricing models. Comparison of Helpy (IT Systèmes), Witivio, Freshservice, Zendesk, and Moveworks; prices as of September 2026.
September 17, 2026