University of California, Davis Agentic Access
University of California, Davis exposes 81 API operations that an AI agent could call, of which 30 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: 51 read, 26 write, and 4 safety-critical.
4 operations are classed safety-critical and should require human-in-the-loop approval at runtime.
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.
By consequence
Highest-consequence actions
The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| POST | /api/{teamName}/KeySerials/Revoke/{id} | safety-critical | required |
| POST | /api/{teamName}/access/Revoke/{id} | safety-critical | required |
| POST | /api/{teamName}/equipment/Revoke/{id} | safety-critical | required |
| POST | /api/{teamName}/workstations/Revoke/{id} | safety-critical | required |
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/uc-davis-peaks.yaml
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: 81
by_action_class:
connected: 51
acting: 30
by_consequence:
read: 51
write: 26
safety-critical: 4
human_in_the_loop_required: 4
operations:
- path: /api/{teamName}/access/Search
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AccessMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/access/ListAssigned
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AccessMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/access/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AccessMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/access/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AccessMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/access/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- AccessMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/access/Assign
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- AccessMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/access/Update
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- AccessMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/access/Revoke/{id}
method: post
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- AccessMasterAccess
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /api/{teamName}/access/Delete/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- AccessMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/access/GetHistory/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AccessMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/documents/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- DocumentMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/documents/Find/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- DocumentMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/documents/Get/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- DocumentMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/documents/TeamSettings
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- DocumentMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/documents/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- DocumentMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/documents/Delete/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- DocumentMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/equipment/Search
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/SearchAttributes
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/GetEquipmentInSpace
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/CommonAttributeKeys
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/ListEquipmentTypes
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/ListAssigned
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- EquipMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/equipment/Duplicate
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- EquipMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/equipment/Assign
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- EquipMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/equipment/Update
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- EquipMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/equipment/Revoke/{id}
method: post
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- EquipMasterAccess
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /api/{teamName}/equipment/Delete/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- EquipMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/equipment/GetHistory/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/GetComputer/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/equipment/GetComputersBySearch
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- EquipMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/keys/Search
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/keys/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/keys/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/keys/GetKeysInSpace
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/keys/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/keys/Update/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/keys/Delete/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/keys/AssociateSpace/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/keys/DisassociateSpace/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/keys/GetHistory/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/Search
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/SearchInKey
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/GetForKey
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/GetForPerson
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/KeySerials/Update/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/KeySerials/Assign
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/KeySerials/Revoke/{id}
method: post
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- KeyMasterAccess
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /api/{teamName}/KeySerials/GetHistory/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/KeySerials/ListKeySerialStatus
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- KeyMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/people/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/people/SearchPeople
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/people/SearchUsers
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/people/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- AnyRole
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/peopleadmin/Update
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- PersonManagerAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/peopleadmin/Delete/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- PersonManagerAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/peopleadmin/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- PersonManagerAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/peopleadmin/GetHistory/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- PersonManagerAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/spaces/SearchSpaces
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/spaces/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/spaces/ShortList
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/spaces/GetSpacesForKey
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/spaces/GetTagsInSpace
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/spaces/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- AnyRole
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/Search
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/SearchInSpace
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/GetWorkstationsInSpace
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/CommonAttributeKeys
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/ListAssigned
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/List
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/Details/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
token:
max-ttl: 3600
audit: none
- path: /api/{teamName}/workstations/Create
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- SpaceMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/workstations/Assign
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- SpaceMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/workstations/Revoke/{id}
method: post
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- SpaceMasterAccess
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /api/{teamName}/workstations/Update
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- SpaceMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/workstations/Delete/{id}
method: post
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- SpaceMasterAccess
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /api/{teamName}/workstations/GetHistory/{id}
method: get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- SpaceMasterAccess
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=uc-davis-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/uc-davis-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.