Cloverly · Agentic Access

Cloverly Agentic Access

x-agentic-access generated

Cloverly exposes 22 API operations that an AI agent could call, of which 15 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: 7 read, 6 write, and 9 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.

CarbonCarbon CreditsCarbon OffsetsCatalystClimateClimate ActionClimate Impact XCIXDecarbonizationESGGreenhouse GasNet ZeroProject DevelopersRegistriesSustainabilityVoluntary Carbon MarketVCM
Operations: 22 Acting: 15 Human-in-the-loop: 0 Method: generated

By consequence

read 7 write 6 physical 9

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 /2019-03-beta/estimates/shipping physical conditional
POST /2019-03-beta/purchases physical conditional
POST /2019-03-beta/purchases/carbon physical conditional
POST /2019-03-beta/purchases/currency physical conditional
POST /2019-03-beta/purchases/electricity physical conditional
POST /2019-03-beta/purchases/flights physical conditional
POST /2019-03-beta/purchases/shipping physical conditional
POST /2019-03-beta/purchases/vehicle physical conditional
DELETE /2019-03-beta/purchases/{slug} physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/cloverly-account-api-openapi.yml, openapi/cloverly-estimates-api-openapi.yml,
  openapi/cloverly-offset-types-api-openapi.yml, openapi/cloverly-purchases-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: 22
  by_action_class:
    connected: 7
    acting: 15
  by_consequence:
    read: 7
    write: 6
    physical: 9
  human_in_the_loop_required: 0
operations:
- path: /2019-03-beta/account
  method: get
  operationId: retrieveAccount
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/estimates
  method: get
  operationId: listEstimates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/estimates/{slug}
  method: get
  operationId: retrieveEstimate
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/estimates/{slug}
  method: delete
  operationId: cancelEstimate
  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: /2019-03-beta/estimates/shipping
  method: post
  operationId: estimateShipping
  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: /2019-03-beta/estimates/vehicle
  method: post
  operationId: estimateVehicle
  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: /2019-03-beta/estimates/flights
  method: post
  operationId: estimateFlight
  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: /2019-03-beta/estimates/electricity
  method: post
  operationId: estimateElectricity
  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: /2019-03-beta/estimates/carbon
  method: post
  operationId: estimateCarbon
  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: /2019-03-beta/estimates/currency
  method: post
  operationId: estimateCurrency
  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: /2019-03-beta/offsets
  method: get
  operationId: listOffsets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/offsets/{slug}
  method: get
  operationId: retrieveOffset
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/purchases
  method: get
  operationId: listPurchases
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/purchases
  method: post
  operationId: convertEstimateToPurchase
  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: /2019-03-beta/purchases/{slug}
  method: get
  operationId: retrievePurchase
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /2019-03-beta/purchases/{slug}
  method: delete
  operationId: cancelPurchase
  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: /2019-03-beta/purchases/shipping
  method: post
  operationId: purchaseShipping
  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: /2019-03-beta/purchases/vehicle
  method: post
  operationId: purchaseVehicle
  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: /2019-03-beta/purchases/flights
  method: post
  operationId: purchaseFlight
  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: /2019-03-beta/purchases/electricity
  method: post
  operationId: purchaseElectricity
  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: /2019-03-beta/purchases/carbon
  method: post
  operationId: purchaseCarbon
  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: /2019-03-beta/purchases/currency
  method: post
  operationId: purchaseCurrency
  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