HubSpot · Agentic Access

HubSpot Agentic Access

x-agentic-access generated

HubSpot exposes 260 API operations that an AI agent could call, of which 181 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: 79 read, 166 write, 12 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.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales
Operations: 260 Acting: 181 Human-in-the-loop: 3 Method: generated

By consequence

read 79 write 166 physical 12 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
POST /cms/v3/blogs/posts/{objectId}/draft/reset safety-critical required
POST /marketing/v3/transactional/smtp-tokens/{tokenId}/password-reset safety-critical required
DELETE /oauth/v1/refresh-tokens/{token} safety-critical required
POST /conversations/v3/conversations/threads/{threadId}/messages physical conditional
PUT /crm/v3/lists/{listId}/memberships/add physical conditional
PUT /crm/v3/lists/{listId}/memberships/remove physical conditional
POST /crm/v3/objects/commerce_payments physical conditional
POST /crm/v3/objects/commerce_payments/batch/archive physical conditional
POST /crm/v3/objects/commerce_payments/batch/create physical conditional
POST /crm/v3/objects/commerce_payments/batch/read physical conditional
POST /crm/v3/objects/commerce_payments/batch/update physical conditional
POST /crm/v3/objects/commerce_payments/search physical conditional
PATCH /crm/v3/objects/commerce_payments/{commercePaymentId} physical conditional
DELETE /crm/v3/objects/commerce_payments/{commercePaymentId} physical conditional
POST /marketing/v3/transactional/single-email/send physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/hubspot-analytics-events-api-openapi.yml, openapi/hubspot-authors-api-openapi.yml,
  openapi/hubspot-blog-posts-api-openapi.yml, openapi/hubspot-cms-hubdb-api-openapi.yml, openapi/hubspot-cms-pages-api-openapi.yml,
  openapi/hubspot-commerce-payments-api-openapi.yml, openapi/hubspot-commerce-subscriptions-api-openapi.yml,
  openapi/hubspot-conversations-api-openapi.yml, openapi/hubspot-crm-associations-api-openapi.yml,
  openapi/hubspot-crm-companies-api-openapi.yml, openapi/hubspot-crm-contacts-api-openapi.yml,
  openapi/hubspot-crm-deals-api-openapi.yml, openapi/hubspot-crm-feature-flags-api-openapi.yml,
  openapi/hubspot-crm-lists-api-openapi.yml, openapi/hubspot-crm-search-api-openapi.yml, openapi/hubspot-crm-tickets-api-openapi.yml,
  openapi/hubspot-custom-workflow-actions-api-openapi.yml, openapi/hubspot-domains-api-openapi.yml,
  openapi/hubspot-engagement-calls-api-openapi.yml, openapi/hubspot-engagement-emails-api-openapi.yml,
  openapi/hubspot-engagement-meetings-api-openapi.yml, openapi/hubspot-engagement-notes-openapi.yml,
  openapi/hubspot-engagement-tasks-api-openapi.yml, openapi/hubspot-marketing-emal-api-openapi.yml,
  openapi/hubspot-oauth-api-openapi.yml, openapi/hubspot-source-code-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: 260
  by_action_class:
    connected: 79
    acting: 181
  by_consequence:
    read: 79
    write: 166
    safety-critical: 3
    physical: 12
  human_in_the_loop_required: 3
operations:
- path: /events/v3/events
  method: get
  operationId: getEventInstances
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - analytics.read
    token:
      max-ttl: 3600
    audit: none
- path: /events/v3/events/event-types
  method: get
  operationId: getEventTypes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - analytics.read
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/blogs/authors
  method: get
  operationId: listBlogAuthors
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - content
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/blogs/authors
  method: post
  operationId: createBlogAuthor
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/{objectId}
  method: get
  operationId: getBlogAuthorById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - content
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/blogs/authors/{objectId}
  method: patch
  operationId: updateBlogAuthor
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/{objectId}
  method: delete
  operationId: archiveBlogAuthor
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/batch/read
  method: post
  operationId: batchReadBlogAuthors
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/batch/create
  method: post
  operationId: batchCreateBlogAuthors
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/batch/update
  method: post
  operationId: batchUpdateBlogAuthors
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/batch/archive
  method: post
  operationId: batchArchiveBlogAuthors
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/multi-language/detach-from-lang-group
  method: post
  operationId: detachBlogAuthorFromLanguageGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/multi-language/set-new-lang-primary
  method: put
  operationId: setNewBlogAuthorLanguagePrimary
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/multi-language/attach-to-lang-group
  method: post
  operationId: attachBlogAuthorToLanguageGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/authors/multi-language/create-language-variation
  method: post
  operationId: createBlogAuthorLanguageVariation
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts
  method: get
  operationId: listBlogPosts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - content
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/blogs/posts
  method: post
  operationId: createBlogPost
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/{objectId}
  method: get
  operationId: getBlogPostById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - content
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/blogs/posts/{objectId}
  method: patch
  operationId: updateBlogPost
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/{objectId}
  method: delete
  operationId: archiveBlogPost
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/schedule
  method: post
  operationId: scheduleBlogPost
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/clone
  method: post
  operationId: cloneBlogPost
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/{objectId}/draft/push-live
  method: post
  operationId: pushBlogPostDraftLive
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/{objectId}/draft/reset
  method: post
  operationId: resetBlogPostDraft
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /cms/v3/blogs/posts/{objectId}/revisions
  method: get
  operationId: getBlogPostRevisions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - content
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/blogs/posts/{objectId}/revisions/{revisionId}/restore
  method: post
  operationId: restoreBlogPostRevision
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/batch/read
  method: post
  operationId: batchReadBlogPosts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/batch/create
  method: post
  operationId: batchCreateBlogPosts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/batch/update
  method: post
  operationId: batchUpdateBlogPosts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/batch/archive
  method: post
  operationId: batchArchiveBlogPosts
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/multi-language/detach-from-lang-group
  method: post
  operationId: detachBlogPostFromLanguageGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/multi-language/set-new-lang-primary
  method: put
  operationId: setBlogPostLanguagePrimary
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/multi-language/attach-to-lang-group
  method: post
  operationId: attachBlogPostToLanguageGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/blogs/posts/multi-language/create-language-variation
  method: post
  operationId: createBlogPostLanguageVariation
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - content
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cms/v3/hubdb/tables
  method: get
  operationId: listHubDBTables
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/hubdb/tables
  method: post
  operationId: createHubDBTable
  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: /cms/v3/hubdb/tables/{tableIdOrName}
  method: get
  operationId: getHubDBTable
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/hubdb/tables/{tableIdOrName}
  method: put
  operationId: updateHubDBTable
  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: /cms/v3/hubdb/tables/{tableIdOrName}
  method: delete
  operationId: deleteHubDBTable
  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: /cms/v3/hubdb/tables/{tableIdOrName}/rows
  method: get
  operationId: listHubDBTableRows
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/hubdb/tables/{tableIdOrName}/rows
  method: post
  operationId: addHubDBTableRow
  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: /cms/v3/hubdb/tables/{tableIdOrName}/rows/{rowId}
  method: get
  operationId: getHubDBTableRow
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/hubdb/tables/{tableIdOrName}/rows/{rowId}
  method: patch
  operationId: updateHubDBTableRow
  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: /cms/v3/hubdb/tables/{tableIdOrName}/rows/{rowId}
  method: delete
  operationId: deleteHubDBTableRow
  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: /cms/v3/hubdb/tables/{tableIdOrName}/draft/push-live
  method: post
  operationId: publishHubDBTableDraft
  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: /cms/v3/pages/site-pages
  method: get
  operationId: listSitePages
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/pages/site-pages
  method: post
  operationId: createSitePage
  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: /cms/v3/pages/site-pages/{objectId}
  method: get
  operationId: getSitePage
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/pages/site-pages/{objectId}
  method: patch
  operationId: updateSitePage
  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: /cms/v3/pages/site-pages/{objectId}
  method: delete
  operationId: deleteSitePage
  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: /cms/v3/pages/site-pages/{objectId}/draft/push-live
  method: post
  operationId: publishSitePage
  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: /cms/v3/pages/landing-pages
  method: get
  operationId: listLandingPages
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/pages/landing-pages
  method: post
  operationId: createLandingPage
  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: /cms/v3/pages/landing-pages/{objectId}
  method: get
  operationId: getLandingPage
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cms/v3/pages/landing-pages/{objectId}
  method: delete
  operationId: deleteLandingPage
  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: /crm/v3/objects/commerce_payments/batch/read
  method: post
  operationId: batchReadCommercePayments
  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: /crm/v3/objects/commerce_payments/batch/archive
  method: post
  operationId: batchArchiveCommercePayments
  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: /crm/v3/objects/commerce_payments/batch/create
  method: post
  operationId: batchCreateCommercePayments
  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: /crm/v3/objects/commerce_payments/batch/update
  method: post
  operationId: batchUpdateCommercePayments
  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: /crm/v3/objects/commerce_payments
  method: get
  operationId: listCommercePayments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /crm/v3/objects/commerce_payments
  method: post
  operationId: createCommercePayment
  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: /crm/v3/objects/commerce_payments/{commercePaymentId}
  method: get
  operationId: getCommercePaymentById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /crm/v3/objects/commerce_payments/{commercePaymentId}
  method: patch
  operationId: updateCommercePaymentById
  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: /crm/v3/objects/commerce_payments/{commercePaymentId}
  method: delete
  operationId: archiveCommercePaymentById
  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: /crm/v3/objects/commerce_payments/search
  method: post
  operationId: searchCommercePayments
  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: /crm/v3/objects/subscriptions
  method: get
  operationId: listSubscriptions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /crm/v3/objects/subscriptions
  method: post
  operationId: createSubscription
  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: /crm/v3/objects/subscriptions/{subscriptionId}
  method: get
  operationId: getSubscription
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /crm/v3/objects/subscriptions/{subscriptionId}
  method: patch
  operationId: updateSubscription
  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: /crm/v3/objects/subscriptions/{subscriptionId}
  method: delete
  operationId: deleteSubscription
  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: /crm/v3/objects/subscriptions/batch/read
  method: post
  operationId: batchReadSubscriptions
  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: /crm/v3/objects/subscriptions/batch/create
  method: post
  operationId: batchCreateSubscriptions
  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: /crm/v3/objects/subscriptions/batch/update
  method: post
  operationId: batchUpdateSubscriptions
  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: /crm/v3/objects/subscriptions/search
  method: post
  operationId: searchSubscriptions
  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: /crm/v3/objects/subscriptions/{subscriptionId}/associations/{toObjectType}
  method: get
  operationId: listSubscriptionAssociations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/inboxes
  method: get
  operationId: listInboxes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/inboxes/{inboxId}
  method: get
  operationId: getInboxById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/threads
  method: get
  operationId: listThreads
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/threads/{threadId}
  method: get
  operationId: getThreadById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/threads/{threadId}
  method: patch
  operationId: updateThread
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - conversations.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /conversations/v3/conversations/threads/{threadId}
  method: delete
  operationId: archiveThread
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - conversations.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /conversations/v3/conversations/threads/{threadId}/messages
  method: get
  operationId: listThreadMessages
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/threads/{threadId}/messages
  method: post
  operationId: sendMessage
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - conversations.write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /conversations/v3/conversations/threads/{threadId}/messages/{messageId}
  method: get
  operationId: getMessageById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/channels
  method: get
  operationId: listChannels
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/actors
  method: get
  operationId: listActors
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /conversations/v3/conversations/actors/{actorId}
  method: get
  operationId: getActorById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - conversations.read
    token:
      max-ttl: 3600
    audit: none
- path: /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}
  method: get
  operationId: listObjectAssociations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - crm.objects.contacts.read
    token:
      max-ttl: 3600
    audit: none
- path: /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}
  method: put
  operationId: createObjectAssociation
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - crm.objects.contacts.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}/{toObjectId}
  method: delete
  operationId: deleteObjectAssociation
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - crm.objects.contacts.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /c

# --- truncated at 32 KB (89 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/agentic-access/hubspot-agentic-access.yml

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=hubspot-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/hubspot-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.