Checkly Agentic Access
Checkly exposes 231 API operations that an AI agent could call, of which 117 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: 114 read, 116 write, and 1 physical.
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 | /v1/deployment-triggers | physical | conditional |
Source
Agentic Access
generated: '2026-08-29'
method: generated
source: openapi/checkly-accounts-api-openapi.yml, openapi/checkly-alert-channels-api-openapi.yml,
openapi/checkly-alert-notifications-api-openapi.yml, openapi/checkly-analytics-api-openapi.yml,
openapi/checkly-badges-api-openapi.yml, openapi/checkly-check-alerts-api-openapi.yml, openapi/checkly-check-groups-api-openapi.yml,
openapi/checkly-check-results-api-openapi.yml, openapi/checkly-check-sessions-api-openapi.yml,
openapi/checkly-check-status-api-openapi.yml, openapi/checkly-checks-api-openapi.yml, openapi/checkly-client-certificates-api-openapi.yml,
openapi/checkly-dashboards-api-openapi.yml, openapi/checkly-deployment-triggers-api-openapi.yml,
openapi/checkly-environment-variables-api-openapi.yml, openapi/checkly-error-groups-api-openapi.yml,
openapi/checkly-heartbeats-api-openapi.yml, openapi/checkly-incident-updates-api-openapi.yml,
openapi/checkly-incidents-api-openapi.yml, openapi/checkly-location-api-openapi.yml, openapi/checkly-maintenance-windows-api-openapi.yml,
openapi/checkly-monitors-api-openapi.yml, openapi/checkly-private-locations-api-openapi.yml,
openapi/checkly-reporting-api-openapi.yml, openapi/checkly-rocky-ai-api-openapi.yml, openapi/checkly-runtimes-api-openapi.yml,
openapi/checkly-secret-scans-api-openapi.yml, openapi/checkly-snippets-api-openapi.yml, openapi/checkly-static-ips-api-openapi.yml,
openapi/checkly-status-page-incidents-api-openapi.yml, openapi/checkly-status-page-services-api-openapi.yml,
openapi/checkly-status-pages-api-openapi.yml, openapi/checkly-status-pages-v3-api-openapi.yml,
openapi/checkly-status-pages-v3-automation-rules-api-openapi.yml, openapi/checkly-status-pages-v3-components-api-openapi.yml,
openapi/checkly-status-pages-v3-incidents-api-openapi.yml, openapi/checkly-status-pages-v3-subscribers-api-openapi.yml,
openapi/checkly-subscriptions-api-openapi.yml, openapi/checkly-test-session-error-groups-api-openapi.yml,
openapi/checkly-test-sessions-api-openapi.yml, openapi/checkly-triggers-api-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: 231
by_action_class:
connected: 114
acting: 117
by_consequence:
read: 114
write: 116
physical: 1
human_in_the_loop_required: 0
operations:
- path: /v1/accounts
method: get
operationId: getV1Accounts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/me
method: get
operationId: getV1AccountsMe
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/me/entitlements
method: get
operationId: getV1AccountsMeEntitlements
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/me/members
method: get
operationId: getV1AccountsMeMembers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/me/members/{userId}
method: delete
operationId: deleteV1AccountsMeMembersUserid
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: /v1/accounts/me/members/{userId}
method: patch
operationId: patchV1AccountsMeMembersUserid
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: /v1/accounts/{accountId}
method: get
operationId: getV1AccountsAccountid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{accountId}/entitlements
method: get
operationId: getV1AccountsAccountidEntitlements
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{accountId}/members
method: get
operationId: getV1AccountsAccountidMembers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/accounts/{accountId}/members/{userId}
method: delete
operationId: deleteV1AccountsAccountidMembersUserid
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: /v1/accounts/{accountId}/members/{userId}
method: patch
operationId: patchV1AccountsAccountidMembersUserid
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: /v1/alert-channels
method: get
operationId: getV1Alertchannels
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/alert-channels
method: post
operationId: postV1Alertchannels
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: /v1/alert-channels/{id}
method: delete
operationId: deleteV1AlertchannelsId
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: /v1/alert-channels/{id}
method: get
operationId: getV1AlertchannelsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/alert-channels/{id}
method: put
operationId: putV1AlertchannelsId
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: /v1/alert-channels/{id}/subscriptions
method: put
operationId: putV1AlertchannelsIdSubscriptions
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: /v1/alert-notifications
method: get
operationId: getV1Alertnotifications
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/api-checks/{id}
method: get
operationId: getV1AnalyticsApichecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/browser-checks/{id}
method: get
operationId: getV1AnalyticsBrowserchecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/checks
method: post
operationId: postV1AnalyticsChecks
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: /v1/analytics/dns/{id}
method: get
operationId: getV1AnalyticsDnsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/heartbeat-checks/{id}
method: get
operationId: getV1AnalyticsHeartbeatchecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/icmp/{id}
method: get
operationId: getV1AnalyticsIcmpId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/metrics
method: get
operationId: getV1AnalyticsMetrics
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/multistep-checks/{id}
method: get
operationId: getV1AnalyticsMultistepchecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/playwright-checks/{id}
method: get
operationId: getV1AnalyticsPlaywrightchecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/ssl/{id}
method: get
operationId: getV1AnalyticsSslId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/tcp-checks/{id}
method: get
operationId: getV1AnalyticsTcpchecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/analytics/url-monitors/{id}
method: get
operationId: getV1AnalyticsUrlmonitorsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/badges/checks/{checkId}
method: get
operationId: getV1BadgesChecksCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/badges/groups/{groupId}
method: get
operationId: getV1BadgesGroupsGroupid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-alerts
method: get
operationId: getV1Checkalerts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-alerts/{checkId}
method: get
operationId: getV1CheckalertsCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-groups
method: get
operationId: getV1Checkgroups
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-groups
method: post
operationId: postV1Checkgroups
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: /v1/check-groups/{groupId}/checks/{checkId}
method: get
operationId: getV1CheckgroupsGroupidChecksCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-groups/{id}
method: delete
operationId: deleteV1CheckgroupsId
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: /v1/check-groups/{id}
method: get
operationId: getV1CheckgroupsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-groups/{id}
method: put
operationId: putV1CheckgroupsId
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: /v1/check-groups/{id}/checks
method: get
operationId: getV1CheckgroupsIdChecks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v2/check-groups
method: post
operationId: postV2Checkgroups
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: /v2/check-groups/{groupId}/checks/{checkId}
method: get
operationId: getV2CheckgroupsGroupidChecksCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v2/check-groups/{id}
method: put
operationId: putV2CheckgroupsId
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: /v2/check-groups/{id}/checks
method: get
operationId: getV2CheckgroupsIdChecks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-results/{checkId}
method: get
operationId: getV1CheckresultsCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-results/{checkId}/{checkResultId}
method: get
operationId: getV1CheckresultsCheckidCheckresultid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-results/{checkId}/{checkResultId}/assets
method: get
operationId: getV1CheckresultsCheckidCheckresultidAssets
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v2/check-results/{checkId}
method: get
operationId: getV2CheckresultsCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-sessions/trigger
method: post
operationId: postV1ChecksessionsTrigger
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: /v1/check-sessions/{checkSessionId}
method: get
operationId: getV1ChecksessionsChecksessionid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-sessions/{checkSessionId}/cancel
method: post
operationId: postV1ChecksessionsChecksessionidCancel
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: /v1/check-sessions/{checkSessionId}/completion
method: get
operationId: getV1ChecksessionsChecksessionidCompletion
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v2/check-sessions/trigger
method: post
operationId: postV2ChecksessionsTrigger
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: /v2/check-sessions/{checkSessionId}
method: get
operationId: getV2ChecksessionsChecksessionid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v2/check-sessions/{checkSessionId}/completion
method: get
operationId: getV2ChecksessionsChecksessionidCompletion
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-statuses
method: get
operationId: getV1Checkstatuses
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/check-statuses/{checkId}
method: get
operationId: getV1CheckstatusesCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/checks
method: get
operationId: getV1Checks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/checks
method: post
operationId: postV1Checks
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: /v1/checks/api
method: post
operationId: postV1ChecksApi
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: /v1/checks/api/{id}
method: put
operationId: putV1ChecksApiId
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: /v1/checks/browser
method: post
operationId: postV1ChecksBrowser
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: /v1/checks/browser/{id}
method: put
operationId: putV1ChecksBrowserId
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: /v1/checks/dns
method: post
operationId: postV1ChecksDns
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: /v1/checks/multistep
method: post
operationId: postV1ChecksMultistep
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: /v1/checks/multistep/{id}
method: put
operationId: putV1ChecksMultistepId
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: /v1/checks/tcp
method: post
operationId: postV1ChecksTcp
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: /v1/checks/tcp/{id}
method: put
operationId: putV1ChecksTcpId
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: /v1/checks/{id}
method: delete
operationId: deleteV1ChecksId
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: /v1/checks/{id}
method: get
operationId: getV1ChecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/checks/{id}
method: put
operationId: putV1ChecksId
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: /v2/checks
method: get
operationId: getV2Checks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v2/checks/{id}
method: get
operationId: getV2ChecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v3/checks
method: get
operationId: getV3Checks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v3/checks/{id}
method: get
operationId: getV3ChecksId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/client-certificates
method: get
operationId: getV1Clientcertificates
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/client-certificates
method: post
operationId: postV1Clientcertificates
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: /v1/client-certificates/{id}
method: delete
operationId: deleteV1ClientcertificatesId
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: /v1/client-certificates/{id}
method: get
operationId: getV1ClientcertificatesId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/dashboards
method: get
operationId: getV1Dashboards
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/dashboards
method: post
operationId: postV1Dashboards
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: /v1/dashboards/{dashboardId}
method: delete
operationId: deleteV1DashboardsDashboardid
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: /v1/dashboards/{dashboardId}
method: get
operationId: getV1DashboardsDashboardid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/dashboards/{dashboardId}
method: put
operationId: putV1DashboardsDashboardid
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: /v1/deployment-triggers
method: get
operationId: getV1Deploymenttriggers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/deployment-triggers
method: post
operationId: postV1Deploymenttriggers
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v1/variables
method: get
operationId: getV1Variables
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/variables
method: post
operationId: postV1Variables
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: /v1/variables/{key}
method: delete
operationId: deleteV1VariablesKey
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: /v1/variables/{key}
method: get
operationId: getV1VariablesKey
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/variables/{key}
method: put
operationId: putV1VariablesKey
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: /v1/error-groups
method: get
operationId: getV1Errorgroups
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/error-groups/checks/{checkId}
method: get
operationId: getV1ErrorgroupsChecksCheckid
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/error-groups/{id}
method: get
operationId: getV1ErrorgroupsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/error-groups/{id}
method: patch
operationId: patchV1ErrorgroupsId
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: /v1/checks/heartbeat
method: post
operationId: postV1ChecksHeartbeat
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: /v1/checks/heartbeat/{id}
method: put
operationId: putV1ChecksHeartbeatId
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: /v1/checks/heartbeats/{checkId}/availability
method: get
operationId: getV1ChecksHeartbeatsCheckidAvailability
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/checks/heartbeats/{checkId}/events
method: get
operationId: getV1ChecksHeartbeatsCheckidEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/checks/heartbeats/{checkId}/events/{id}
method: get
operationId: getV1ChecksHeartbeatsCheckidEventsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/incidents/{incidentId}/updates
method: post
operationId: postV1IncidentsIncidentidUpdates
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: /v1/incidents/{incidentId}/updates/{id}
method: delete
operationId: deleteV1IncidentsIncidentidUpdatesId
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: /v1/incidents/{incidentId}/updates/{id}
method: put
operationId: putV1IncidentsIncidentidUpdatesId
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: /v1/incidents
method: post
operationId: postV1Incidents
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: /v1/incidents/{id}
method: delete
operationId: deleteV1IncidentsId
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: /v1/incidents/{id}
method: get
operationId: getV1IncidentsId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/incidents/{id}
method: put
operationId: putV1IncidentsId
x-agentic-access:
action-class: acting
consequence: write
subject: required
audienc
# --- truncated at 32 KB (70 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/checkly/refs/heads/main/agentic-access/checkly-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=checkly-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/checkly-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.