OnPay · Agentic Access

OnPay Agentic Access

x-agentic-access generated

OnPay exposes 58 API operations that an AI agent could call, of which 28 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 30 read and 28 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

PayrollHuman ResourcesEmployee Benefitspayroll-taxSmall BusinessWorkforce ManagementFintechHR TechTime and Attendanceretirement-401k
Operations: 58 Acting: 28 Human-in-the-loop: 0 Method: generated

By consequence

read 30 write 28

Source

Agentic Access

Raw ↑
generated: '2026-08-04'
method: generated
source: openapi/onpay-api-openapi.json
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 58
  by_action_class:
    connected: 30
    acting: 28
  by_consequence:
    read: 30
    write: 28
  human_in_the_loop_required: 0
operations:
- path: /employees
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/deductions
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Controller
    - Employee
    - Manager
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/deductions/{deduction_id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/deductions/{deduction_id}
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/deductions/{deduction_id}/schedule
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/deductions/{deduction_id}/schedule
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/bank-accounts
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/bank-accounts
  method: put
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/wages
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/wages
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/wages/schedule
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/wages/schedule
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/leave
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/leave
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/tax-fields
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /employees/{employee_id}/tax-fields
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/tax-fields/worksite
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/termination
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Controller
    - Manager
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/{employee_id}/rehire
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Controller
    - Manager
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /employees/recent-notes-and-comments
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Controller
    - Manager
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/pay-schedules
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/deductions
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/deductions
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/deductions/{deduction_id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/deductions/{deduction_id}
  method: delete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/deduction-groupings
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/deduction-groupings
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/deduction-groupings/{id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/worksites
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Controller
    - Manager
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/worksites
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/worksites/{id}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Controller
    - Manager
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/worksites/{id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/locations
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/locations
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/locations/{id}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/locations/{id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/departments
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/departments
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/departments/{id}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/departments/{id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/positions
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/positions
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/positions/{id}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/positions/{id}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/state-tax-fields/{fips}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/state-tax-fields/{fips}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/unprocessed-hours
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /company/unprocessed-hours
  method: put
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Approver
    - Owner
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /company/pay-schedule-dates
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Controller
    - Manager
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /user
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Controller
    - Employee
    - Manager
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /reports/listing
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /reports/pagination/listing
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /reports/approved-pay-runs
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none
- path: /reports/retirement-summary
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Approver
    - Owner
    token:
      max-ttl: 3600
    audit: none

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=onpay-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/onpay-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.