Revenue Contract Agent is in early access.
Meridian

Governance7 min read

How to govern AI agents in HR: a practical framework

A seven-part framework for governing AI agents in HR: scope statements, least-privilege data permissions, approval tiers, audit trail, model choice, employee communication, and works council and GDPR alignment.

MF

Marcus FeldHead of Trust and Governance

Updated

On this page

Governing AI agents in HR means deciding, in writing and in configuration, what each agent may do, which data it may touch, which actions require a human, and how every action is recorded, communicated, and reviewed. A workable framework has seven parts: scope, data permissions, approval tiers, audit trail, model choice, employee communication, and legal alignment with works councils and GDPR.

HR is the hardest place to govern agents well, and the best place to start. It is hard because HR data is personal data about people with legal rights, and because HR decisions about hiring, pay, and performance are regulated in most jurisdictions. It is the right place to start because HR teams already run the closest thing enterprises have to an agent governance process: the employee lifecycle.

1. Scope: one agent, one workflow

Scope is the single workflow an agent is authorized to perform, stated with a start, a finish, and an explicit list of excluded actions. Write it before configuring anything.

A scope statement for the Help Desk Agent might read: "Answers employee questions using approved policy documents and the employee's own records; opens, updates, and closes tier-1 HR cases; escalates anything involving pay changes, leave disputes, accommodations, grievances, or terminations to a named human queue. Never changes compensation, employment status, or manager assignment."

Scope statements do three things. They bound testing, because you test the workflow, not the universe. They bound permissions, because access follows scope. And they give works councils and privacy officers a document to review that is shorter than a data protection impact assessment and written in plain language.

2. Data permissions: least privilege, enforced in the runtime

Data permissions define which systems, objects, fields, and records an agent may read or write. Two principles apply.

  • Least privilege. The Recruiting Agent needs applications, job requisitions, and interviewer calendars. It does not need salary history, medical accommodations, or the performance records of current employees. Grant nothing outside the scope statement.
  • Same security model as humans. Agents should inherit the customer's existing role-based access model rather than a parallel one. In Meridian, every agent has an identity in the customer's IdP and reads data through Data Fabric under that identity, so a report on "who can see field X" includes agents automatically.

Special categories under Article 9

Special categories under GDPR Article 9, such as health, union membership, and ethnic origin, deserve an explicit rule: either exclude these fields from agent access entirely or document the legal basis and the necessity for each agent that touches them. In practice, exclusion is right for nearly every HR agent, with the Payroll Agent's handling of statutory deductions as the common exception.

3. Approval tiers: which actions pause for a human

An approval tier is a rule assigning each action type to autonomous execution, requester confirmation, second-person approval, or prohibition. The table below is a starting configuration for HR agents. Adjust it with your legal and works council partners.

ActionAgentTierApprover
Answer policy question from approved documentsHelp Desk AgentAutonomousNone
Submit an employee's own leave requestHelp Desk AgentConfirmThe employee
Rank applicants against stated criteriaRecruiting AgentAutonomous, advisoryRecruiter reviews before any candidate is declined
Send a rejection to a candidateRecruiting AgentApproveRecruiter
Flag a missing tax form before the payroll runPayroll AgentAutonomousNone
Apply a statutory wage update to a pay groupPayroll AgentApprovePayroll manager
Fill an open shift with an eligible volunteerScheduling AgentConfirmThe employee taking the shift
Draft a performance review from goals and feedbackPerformance AgentApproveThe manager, who must edit or accept
Recommend a pay band changeJob Architecture AgentApproveCompensation lead
Change compensation, status, or managerAnyProhibitedNot permitted

Two notes. First, "advisory" matters legally: GDPR Article 22 gives individuals the right not to be subject to a decision based solely on automated processing that produces legal or similarly significant effects, and hiring, pay, and dismissal decisions qualify. A human must genuinely review, not rubber-stamp. Second, approval tiers should be stored as data in Registry so that an auditor can query "every action any agent may take on candidate records without human approval" and get a list, not a policy PDF.

4. Audit trail: every action, with its inputs

An audit trail for agents is an immutable record of each action, the data the agent read to take it, the decision and its rationale, the approval if any, and the outcome. Chat transcripts are not audit trails.

Minimum contents per action:

  • Agent identity and version, and the model configuration in use.
  • The requesting user, if any, and the affected employee or candidate record.
  • Data read, by object and field, with record identifiers.
  • The action taken, the tier it fell under, and the approver.
  • Outcome, including any subsequent override, rollback, or complaint.

Retention should follow your existing HR record retention schedule, which in many EU jurisdictions means the duration of employment plus a statutory period. Registry keeps the trail per agent; Gateway captures it for third-party agents through OpenTelemetry, so agents you did not build are held to the same standard.

5. Model choice: decide it, record it, review it

Model choice is the decision about which language model an agent runs on, and it belongs in governance rather than in an engineer's configuration file. Meridian is model-agnostic: customers bring frontier models from providers such as Anthropic or OpenAI, and Meridian routes HR-specific reasoning to its own HR-tuned models. Three governance points follow.

  • Record the model per agent in Registry, including the version, so that a change of model is a change event with an owner.
  • Confirm contractual terms: no training on your data, data residency in the EU or US as required, and a data processing agreement covering the model provider.
  • Re-run your evaluation set when the model changes. A model upgrade that improves average quality can still shift behavior on edge cases such as accommodation requests, and HR edge cases are where complaints originate.

6. Employee communication: tell people before the agent does

Employees have a right to know when they are interacting with an AI system, and in the EU that right is explicit for AI systems intended to interact with people. Beyond the legal minimum, silence damages adoption. A practical communication plan:

  • Announce each agent before launch with its scope statement in plain language, what it can and cannot do, and how to reach a human.
  • Label agent interactions in the interface. Assist, Meridian's conversational front door, identifies which agent is acting.
  • Publish the escalation path and the response-time commitment for humans.
  • Report quarterly on agent activity: volumes, escalations, complaints, and changes. Transparency is cheaper than the rumor mill.

7. Works councils and GDPR: engage early, document everything

In Germany, the Works Constitution Act gives the works council co-determination rights over technical systems capable of monitoring employee performance or behavior, and most HR agents qualify. In Austria, the Netherlands, France, and other jurisdictions, similar consultation or consent rights apply. Engage the council at the scope-statement stage, not at launch.

What the council will ask for

Works councils typically request:

  • The scope statement and the excluded actions.
  • The data permissions, in particular whether the agent can see performance or behavior data.
  • Whether agent output can be used in disciplinary or performance proceedings.
  • The audit trail and who may access it.
  • A review clause, often at 6 and 12 months.

DPIAs and the EU AI Act

Under GDPR, run a data protection impact assessment for any agent that processes personal data at scale, evaluates or scores individuals, or makes decisions with significant effects. The Recruiting, Performance, Job Architecture, and Payroll Agents will nearly always require one. Under the EU AI Act, AI systems used in recruitment, task allocation, and performance evaluation are classified as high-risk, and the corresponding obligations, including human oversight, logging, and transparency, are scheduled to phase in from August 2026. As of September 2026 the Commission has proposed adjustments to that timetable, so confirm the current transition dates with counsel. A framework built on the seven parts above already produces most of the required documentation.

Putting it into operation

Governance that lives in a policy document fails within a quarter. Governance that lives in Registry as scope, permissions, approval tiers, model configuration, and audit trail is enforceable, because Gateway will refuse actions outside it. Start with one agent, write the scope statement first, configure the tiers conservatively, launch with communication, and expand the tiers after 90 days of clean audit trail. Trust in HR is earned by being predictable, and agents should be governed accordingly.

Terms used in this guide

Frequently asked questions

In Germany, yes in most cases: the Works Constitution Act gives works councils co-determination rights over technical systems capable of monitoring performance or behavior, which covers most HR agents, and deployment typically requires a works agreement. Several other European jurisdictions have consultation or consent rights. Engage the council when the scope statement is drafted, and bring the data permissions, approval tiers, and audit trail design to that conversation.

GDPR Article 22 gives individuals the right not to be subject to decisions based solely on automated processing that produce legal or similarly significant effects, and hiring decisions qualify. An agent may screen, rank, and recommend; a human must make the decision with genuine review, and the candidate must be informed. A data protection impact assessment is required, and the EU AI Act classifies recruitment systems as high-risk.

For every action: the agent identity and version, the model configuration, the requesting user, the affected record, the data read by object and field, the action taken, the approval tier and approver, and the outcome including any override or rollback. The trail must be immutable and retained per your HR record schedule. A chat transcript does not meet this standard.

Usually not on its own. Answering policy questions and handling tier-1 cases is not one of the Annex III employment uses, which cover recruitment, promotion and termination decisions, task allocation based on personal traits, and performance monitoring. It becomes higher risk if its outputs feed evaluations or decisions about employees, which is why the scope statement should exclude those uses explicitly.

Related agents

Agents in this guide

The governed agents this guide draws on. Each is scoped to one workflow, logs every action, and routes consequential decisions to a person.

  1. 1.Modeled outcomes from design-partner deployments. Results vary by data quality, workflow scope, and approval policy.

Get started

Put the first agent to work this quarter.

Start with one workflow, one approver, and one number to move. Most design partners were live in five weeks.