Notyfi · Agentic Access

Notyfi Agentic Access

x-agentic-access generated

Notyfi exposes 26 API operations that an AI agent could call, of which 18 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, 12 write, 3 physical, and 3 safety-critical.

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

CompanyNotificationsMonitoringWebhooksReal TimeAgentsMCPAlerts
Operations: 26 Acting: 18 Human-in-the-loop: 3 Method: generated

By consequence

read 8 write 12 physical 3 safety-critical 3

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
PATCH /api/v1/account/notification-emails/{recipient_id} safety-critical required
DELETE /api/v1/keys/{key_id} safety-critical required
PATCH /api/v1/webhooks/{webhook_id} safety-critical required
POST /api/v1/account/notification-emails physical conditional
POST /api/v1/billing/checkout physical conditional
POST /api/v1/webhooks/{webhook_id}/test physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/notyfi-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: 26
  by_action_class:
    connected: 8
    acting: 18
  by_consequence:
    read: 8
    write: 12
    safety-critical: 3
    physical: 3
  human_in_the_loop_required: 3
operations:
- path: /api/v1/keys
  method: get
  operationId: list_api_keys_api_v1_keys_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/keys
  method: post
  operationId: create_api_key_api_v1_keys_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: /api/v1/keys/{key_id}
  method: delete
  operationId: revoke_api_key_api_v1_keys__key_id__delete
  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: /api/v1/webhooks
  method: get
  operationId: list_webhook_endpoints_api_v1_webhooks_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/webhooks
  method: post
  operationId: create_webhook_endpoint_api_v1_webhooks_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: /api/v1/webhooks/{webhook_id}
  method: patch
  operationId: update_webhook_endpoint_api_v1_webhooks__webhook_id__patch
  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: /api/v1/webhooks/{webhook_id}
  method: delete
  operationId: delete_webhook_endpoint_api_v1_webhooks__webhook_id__delete
  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: /api/v1/webhooks/{webhook_id}/rotate-secret
  method: post
  operationId: rotate_webhook_secret_api_v1_webhooks__webhook_id__rotate_secret_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: /api/v1/webhooks/{webhook_id}/test
  method: post
  operationId: test_webhook_endpoint_api_v1_webhooks__webhook_id__test_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: /api/v1/trackers
  method: post
  operationId: create_tracker_api_v1_trackers_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: /api/v1/trackers
  method: get
  operationId: list_trackers_api_v1_trackers_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/trackers/{public_id}
  method: get
  operationId: get_tracker_api_v1_trackers__public_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/trackers/{public_id}
  method: delete
  operationId: archive_tracker_api_v1_trackers__public_id__delete
  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: /api/v1/trackers/{public_id}/progress
  method: get
  operationId: get_tracker_progress_api_v1_trackers__public_id__progress_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/trackers/{public_id}/events
  method: get
  operationId: list_tracker_events_api_v1_trackers__public_id__events_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/trackers/{public_id}/delivery
  method: patch
  operationId: update_tracker_delivery_api_v1_trackers__public_id__delivery_patch
  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: /api/v1/trackers/{public_id}/retry
  method: post
  operationId: retry_tracker_api_v1_trackers__public_id__retry_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: /api/v1/account
  method: get
  operationId: account_api_v1_account_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/account
  method: patch
  operationId: patch_account_api_v1_account_patch
  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: /api/v1/account
  method: delete
  operationId: delete_account_api_v1_account_delete
  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: /api/v1/account/notification-emails
  method: post
  operationId: add_notification_email_api_v1_account_notification_emails_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: /api/v1/account/notification-emails/{recipient_id}
  method: patch
  operationId: update_notification_email_api_v1_account_notification_emails__recipient_id__patch
  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: /api/v1/account/notification-emails/{recipient_id}
  method: delete
  operationId: delete_notification_email_api_v1_account_notification_emails__recipient_id__delete
  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: /api/v1/billing
  method: get
  operationId: billing_status_api_v1_billing_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/billing/checkout
  method: post
  operationId: billing_checkout_api_v1_billing_checkout_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: /api/v1/billing/portal
  method: post
  operationId: billing_portal_api_v1_billing_portal_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