Go1 · Agentic Access

Go1 Agentic Access

x-agentic-access generated

Go1 exposes 20 API operations that an AI agent could call, of which 10 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: 10 read, 5 write, and 5 safety-critical.

5 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.

CompanyEdtechLearningE-LearningCorporate TrainingContentLearning ManagementLMSEducationWebhooks
Operations: 20 Acting: 10 Human-in-the-loop: 5 Method: generated

By consequence

read 10 write 5 safety-critical 5

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.

MethodPathConsequenceHuman-in-loop
POST /enrollments safety-critical required
PATCH /enrollments/{id} safety-critical required
DELETE /enrollments/{id} safety-critical required
POST /webhooks safety-critical required
PATCH /webhooks/{id} safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-07-19'
method: generated
source: openapi/go1-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: 20
  by_action_class:
    connected: 10
    acting: 10
  by_consequence:
    read: 10
    safety-critical: 5
    write: 5
  human_in_the_loop_required: 5
operations:
- path: /webhooks
  method: get
  operationId: WebhookController_getPortalWebhookConfiguration
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - webhook.read
    token:
      max-ttl: 3600
    audit: none
- path: /webhooks
  method: post
  operationId: WebhookController_createPortalWebhookConfiguration
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - webhook.write
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /webhooks/{id}
  method: patch
  operationId: WebhookController_updatePortalWebhookConfiguration
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - webhook.write
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /learning-objects/{id}/alternatives
  method: get
  operationId: getRetiringContentAlternatives
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - lo.read
    - portal.read
    token:
      max-ttl: 3600
    audit: none
- path: /learning-objects/{id}
  method: get
  operationId: learning-objects-v3-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - lo.read
    token:
      max-ttl: 3600
    audit: none
- path: /learning-objects/{id}
  method: delete
  operationId: learning-objects-v3-delete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - lo.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /learning-objects
  method: get
  operationId: learning-objects-v3-search
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - lo.read
    token:
      max-ttl: 3600
    audit: none
- path: /learning-objects
  method: post
  operationId: learning-objects-v3-create
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - lo.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /learning-objects/{id}/set
  method: post
  operationId: learning-objects-v3-update
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - lo.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /learning-objects/{id}/scorm
  method: get
  operationId: learning-objects-download-scorm-package
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - lo.write
    token:
      max-ttl: 3600
    audit: none
- path: /enrollments/{id}
  method: get
  operationId: enrolmentLoadController_getSlimEnrollment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - enrollment.read
    token:
      max-ttl: 3600
    audit: none
- path: /enrollments/{id}
  method: patch
  operationId: enrolmentLoadController_patchSlimEnrollment
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - enrollment.write
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /enrollments/{id}
  method: delete
  operationId: enrolmentDeleteController_delete
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - enrollment.write
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /enrollments
  method: get
  operationId: enrolmentSearchController_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - enrollment.read
    token:
      max-ttl: 3600
    audit: none
- path: /enrollments
  method: post
  operationId: enrolmentCreateController_postV3
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - enrollment.write
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /enrollments/{id}/certificate
  method: get
  operationId: download_enrollment_controller
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - enrollment.read
    token:
      max-ttl: 3600
    audit: none
- path: /portals
  method: post
  operationId: createPortal
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - portal.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /portals
  method: get
  operationId: getPortals
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - portal.read
    token:
      max-ttl: 3600
    audit: none
- path: /portals/{id}
  method: get
  operationId: getPortal
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - portal.read
    token:
      max-ttl: 3600
    audit: none
- path: /portals/{id}
  method: patch
  operationId: patchPortal
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - portal.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required