Class (fka ClassEDU) · Agentic Access

Class (fka ClassEDU) Agentic Access

x-agentic-access generated

Class (fka ClassEDU) exposes 21 API operations that an AI agent could call, of which 13 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: 8 read and 13 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.

CompanyEducationEdTechVirtual ClassroomLearning ManagementOnline LearningTrainingZoomMicrosoft TeamsAttendance
Operations: 21 Acting: 13 Human-in-the-loop: 0 Method: generated

By consequence

read 8 write 13

Source

Agentic Access

Raw ↑
generated: '2026-07-18'
method: generated
source: openapi/class-fka-classedu-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: 21
  by_action_class:
    acting: 13
    connected: 8
  by_consequence:
    write: 13
    read: 8
  human_in_the_loop_required: 0
operations:
- path: /api/v1/classes
  method: post
  operationId: createClass
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - class:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/classes
  method: get
  operationId: getClasses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - class:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/classes
  method: patch
  operationId: updateClass
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - class:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/classes
  method: delete
  operationId: deleteClass
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - class:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/class/enrollments
  method: post
  operationId: createEnrollment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - enrollment:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/class/enrollments
  method: get
  operationId: getEnrollments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - enrollment:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/class/enrollments
  method: put
  operationId: updateEnrollment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - enrollment:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/class/enrollments
  method: delete
  operationId: deleteEnrollment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - enrollment:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/class/enrollments/launch
  method: get
  operationId: getLaunchLink
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - enrollment:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/reporting/attendance
  method: get
  operationId: getAttendance
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - attendance:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/reporting/metrics
  method: get
  operationId: getMetrics
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - metrics:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/schedules
  method: post
  operationId: addClassDate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - schedule:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/schedules
  method: get
  operationId: getClassDates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - schedule:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/schedules
  method: delete
  operationId: removeClassDate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - schedule:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/templates
  method: post
  operationId: createTemplate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - template:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/templates
  method: get
  operationId: getTemplates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - template:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/templates
  method: patch
  operationId: updateTemplate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - template:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/templates
  method: delete
  operationId: deleteTemplate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - template:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/users
  method: put
  operationId: upsertUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - user:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/v1/users
  method: get
  operationId: getUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - user:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/users
  method: delete
  operationId: deleteUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - user:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required