Forsta Agentic Access
Forsta exposes 345 API operations that an AI agent could call, of which 214 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: 131 read, 198 write, 10 physical, and 6 safety-critical.
6 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.pro#method=portal.email.sendResetPassword | safety-critical | required |
| DELETE | /api/integration/sessions/{sessionKey} | safety-critical | required |
| DELETE | /datafeed/{feed} | safety-critical | required |
| PUT | /parameters/disable | safety-critical | required |
| POST | /rh/users/{user}/reset-2fa | safety-critical | required |
| POST | /rh/users/{user}/send-password-reset | safety-critical | required |
| POST | /api.pro#method=portal.email.sendOptInConfirmation | physical | conditional |
| POST | /api.pro#method=portal.email.sendOptOutConfirmation | physical | conditional |
| POST | /api.pro#method=portal.email.sendReferFriend | physical | conditional |
| DELETE | /api/webhook/augeo/redeem/{id} | physical | conditional |
| POST | /distribute/email | physical | conditional |
| POST | /distribute/ftp | physical | conditional |
| POST | /distribute/slack | physical | conditional |
| POST | /surveys/{survey}/campaigns/{campaign}/sends | physical | conditional |
| POST | /surveys/{survey}/campaigns/{campaign}/sends/{send}/cancel | physical | conditional |
| POST | /surveys/{survey}/sections/{section}/checkout | physical | conditional |
Source
Agentic Access
generated: '2026-09-10'
method: generated
source: openapi/forsta-decipher-rest-api-openapi.yml, openapi/forsta-panel-management-community-openapi.yml,
openapi/forsta-panel-management-integration-openapi.yml, openapi/forsta-panel-management-vendor-callback-openapi.yml,
openapi/forsta-panel-management-webhooks-openapi.yml, openapi/forsta-sample-marketplace-partner-contract-openapi.yml,
openapi/forsta-sample-marketplace-partner-setup-openapi.yml
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: 345
by_action_class:
connected: 131
acting: 214
by_consequence:
read: 131
write: 198
safety-critical: 6
physical: 10
human_in_the_loop_required: 6
operations:
- path: /autoclose/planned
method: get
operationId: getAutoclosePlanned
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/data
method: get
operationId: getSurveyData
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/data
method: post
operationId: createSurveyData
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/datamap
method: get
operationId: getSurveyDatamap
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/layouts
method: get
operationId: getSurveyLayouts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/layouts/{layout_id}
method: get
operationId: getSurveyLayout
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/coverage
method: get
operationId: getSurveyCoverage
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /datafeed/{feed}
method: get
operationId: getDatafeed
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /datafeed/{feed}
method: put
operationId: updateDatafeed
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /datafeed/{feed}
method: delete
operationId: deleteDatafeed
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /datafeed/{feed}/state
method: get
operationId: getDatafeedState
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /datafeed/{feed}/ack
method: post
operationId: createDatafeedAck
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/summary/completions
method: get
operationId: getSurveySummaryCompletions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/summary/campaigns
method: get
operationId: getSurveySummaryCampaigns
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/summary/splits
method: get
operationId: getSurveySummarySummarySplits
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/data/edit
method: post
operationId: createSurveyDataEdit
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/data/edit
method: put
operationId: updateSurveyDataEdit
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/data/edit
method: delete
operationId: deleteSurveyDataEdit
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/data/edit/markers
method: put
operationId: updateSurveyDataEditMarkers
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/respondents/import
method: post
operationId: createSurveyDataRespondentsImport
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/edits/{edit}
method: get
operationId: getSurveyEdits
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/data/delphi-conversion
method: post
operationId: createSurveyDataDelphiConversion
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/datasources
method: get
operationId: getSurveyDatasources
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/datasources/{datasource}
method: get
operationId: getSurveyDatasource
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/datasources/{datasource}
method: put
operationId: updateSurveyDatasource
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/datasources/{datasource}
method: delete
operationId: deleteSurveyDatasource
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/datasources/{datasource}/data
method: post
operationId: createSurveyDatasourceData
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/datasources/{datasource}/data
method: get
operationId: getSurveyDatasourceData
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/datasources/{datasource}/data
method: put
operationId: updateSurveyDatasourceData
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/datasources/{datasource}/data
method: delete
operationId: deleteSurveyDatasourceData
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/umerge
method: post
operationId: postSurveysUmerge
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/sst
method: post
operationId: createSurveySst
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/state/live
method: post
operationId: createSurveyStateLive
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/state/live/warnings
method: get
operationId: getSurveyStateLiveWarnings
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/state/warnings
method: get
operationId: getSurveyStateWarnings
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/state/close
method: post
operationId: createSurveyStateClose
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/evaluate
method: post
operationId: createSurveyEvaluate
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/quota
method: get
operationId: getSurveyQuota
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/quota/edit
method: put
operationId: updateSurveyQuotaEdit
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/files
method: get
operationId: getSurveyFiles
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/files/{filename}
method: get
operationId: getSurveyFile
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/files/{filename}
method: put
operationId: updateSurveyFile
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/files/{filename}
method: delete
operationId: deleteSurveyFile
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/files/headers
method: get
operationId: getSurveyFileHeaders
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/warnings
method: get
operationId: getSurveyWarnings
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/terms
method: get
operationId: getSurveysTerms
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/subscribers
method: post
operationId: addSurveySubscribers
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/subscribers
method: delete
operationId: removeSurveySubscribers
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/subscribers
method: get
operationId: getSurveySubscribers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/users
method: get
operationId: getSurveyUsers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/users
method: post
operationId: addSurveyUsers
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/users
method: delete
operationId: removeSurveyUsers
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/users/{user}
method: get
operationId: getSurveyUser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/tasks
method: get
operationId: getSurveyTasks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/tasks
method: post
operationId: createSurveyTask
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/tasks
method: delete
operationId: deleteSurveyTask
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/tasks/{task_id}
method: get
operationId: getSurveyTask
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/tasks/{task_id}
method: put
operationId: updateSurveyTask
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/tasks/{task_id}/comment
method: post
operationId: createSurveyTaskComment
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/tasks/reassign
method: put
operationId: updateSurveyTaskReassignLabel
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /panels/{panel_id}/registration
method: get
operationId: getPanelRegistration
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /panels/{panel_id}/link
method: get
operationId: getPanelLink
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /panels/{panel_id}/datapoints
method: get
operationId: getPanelDatapoints
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /panels/{panel_id}/datapoints
method: post
operationId: createPanelDatapoints
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/panels
method: get
operationId: getSurveyPanels
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/panels/link
method: post
operationId: updateSurveyPanelLink
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/users
method: get
operationId: getRHUsers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/users/{user}
method: get
operationId: getRHUser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/users/{user}
method: put
operationId: updateRHUser
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/users/{user}/send-password-reset
method: post
operationId: createRHUserSendPasswordReset
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /rh/users/{user}/reset-2fa
method: post
operationId: createRHUserReset2FA
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /rh/users/{user}/status
method: get
operationId: getRHUserStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/users/{user}/whiteboard
method: get
operationId: getRHUserWhiteboard
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/users/{user}/whiteboard/{fragment}
method: delete
operationId: deleteRHUserWhiteboardFragement
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/users/{user}/audit-log
method: get
operationId: getRHUserAuditLog
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies
method: get
operationId: getRHCompanies
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/preferences
method: get
operationId: getRHCompanyPreferences
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/preferences/{key}
method: put
operationId: updateRHCompanyPreferencesKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/companies/{company}/preferences/{key}/history
method: get
operationId: getRHCompanyPreferenceHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/groups
method: get
operationId: getRHCompaniesGroups
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/retention
method: get
operationId: getRHCompanyRetention
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/surveys/categories
method: get
operationId: getRHSurveysCategories
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/surveys
method: get
operationId: getRHCompanySurveys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/surveys
method: post
operationId: createRHCompanySurvey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/surveys/current
method: get
operationId: getRHSurveysCurrent
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/surveys/historical
method: get
operationId: getRHSurveysHistorical
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/surveys/archived
method: get
operationId: getRHSurveysArchived
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/surveys/templates/{template}/copy
method: post
operationId: createRhSurveysTemplateCopy
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/surveys/{survey}/copy
method: post
operationId: createRhSurveyCopy
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/surveys/{survey}
method: get
operationId: getRHSurvey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/surveys/{survey}
method: put
operationId: updateRHSurvey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/surveys/{survey}/audit-log
method: get
operationId: getRHSurveyAuditLog
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/panels
method: get
operationId: getRHCompanyPanels
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/crosstab-report-defaults
method: get
operationId: getRHCompanyCrosstabReportDefaults
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/companies/{company}/crosstab-report-defaults
method: put
operationId: updateRHCompanyCrosstabReportDefaults
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/can-archive
method: get
operationId: getSurveyCanArchive
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /surveys/{survey}/archive
method: post
operationId: createSurveyArchive
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /surveys/{survey}/unarchive
method: post
operationId: createSurveyUnarchive
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /hibernation/status
method: get
operationId: getHibernationStatus
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /archives/planned
method: get
operationId: getArchivesPlanned
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /archives
method: delete
operationId: deleteArchive
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /archives/{company}/deletion
method: get
operationId: getArchivesDeletion
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /archives/{company}/deletion/data
method: get
operationId: getArchivesDataDeletion
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /archives/{company}/deleted
method: get
operationId: getArchivesDeleted
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /archives/{company}/scheduled
method: get
operationId: getArchivesScheduled
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/apikeys
method: get
operationId: getHRApiKeys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/apikeys
method: post
operationId: createRHApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/apikeys/{apikey}
method: post
operationId: rekeyRHApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/apikeys/{apikey}
method: get
operationId: getRHApiKey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/apikeys/{apikey}
method: put
operationId: updateRHApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/apikeys/{apikey}
method: delete
operationId: deleteRHApiKey
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /rh/usage
method: get
operationId: getRHUsage
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /rh/warnings/summary
method: get
operationId: getRHWarningsSummary
x-agentic-access:
act
# --- truncated at 32 KB (106 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/forsta/refs/heads/main/agentic-access/forsta-agentic-access.yml
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=forsta-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/forsta-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.