Fever · Agentic Access

Fever Agentic Access

x-agentic-access generated

Fever exposes 13 API operations that an AI agent could call, of which 7 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: 6 read, 6 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.

CompanyConsumerLive EntertainmentEventsTicketingExperiencesReportingMCP
Operations: 13 Acting: 7 Human-in-the-loop: 0 Method: generated

By consequence

read 6 write 6 physical 1

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 /reports/order-items/search physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-19'
method: generated
source: openapi/fever-reporting-api-openapi-original.json
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: 13
  by_action_class:
    acting: 7
    connected: 6
  by_consequence:
    write: 6
    read: 6
    physical: 1
  human_in_the_loop_required: 0
operations:
- path: /auth/token
  method: post
  operationId: create_token_auth_token_post
  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: /plans/search
  method: post
  operationId: search_plans_plans_search_post
  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: /plans/search/{search_id}
  method: get
  operationId: get_plans_search_page_plans_search__search_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /sessions/search
  method: post
  operationId: search_sessions_sessions_search_post
  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: /sessions/search/{search_id}
  method: get
  operationId: get_sessions_search_page_sessions_search__search_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /feverzone/sales-summary/search
  method: post
  operationId: search_sales_summary_feverzone_sales_summary_search_post
  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: /feverzone/sales-summary/search/{search_id}
  method: get
  operationId: get_search_sales_summary_page_feverzone_sales_summary_search__search_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /feverzone/sales-by-ticket-type/search
  method: post
  operationId: search_sales_by_ticket_type_feverzone_sales_by_ticket_type_search_post
  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: /feverzone/sales-by-ticket-type/search/{search_id}
  method: get
  operationId: get_search_sales_by_ticket_type_page_feverzone_sales_by_ticket_type_search__search_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /feverzone/sales-by-reseller/search
  method: post
  operationId: search_resellers_feverzone_sales_by_reseller_search_post
  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: /feverzone/sales-by-reseller/search/{search_id}
  method: get
  operationId: get_resellers_search_page_feverzone_sales_by_reseller_search__search_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /reports/order-items/search
  method: post
  operationId: search_order_items_reports_order_items_search_post
  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: /reports/order-items/search/{search_id}
  method: get
  operationId: get_order_items_search_page_reports_order_items_search__search_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none