Autodesk BIM 360 · Agentic Access

Autodesk BIM 360 Agentic Access

x-agentic-access generated

Autodesk BIM 360 exposes 44 API operations that an AI agent could call, of which 19 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: 25 read and 19 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.

ConstructionProject ManagementBIMDocument ManagementField ManagementIssues TrackingCost ManagementModel CoordinationRFIsChecklists
Operations: 44 Acting: 19 Human-in-the-loop: 0 Method: generated

By consequence

read 25 write 19

Source

Agentic Access

autodesk-bim360-agentic-access.yml Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/autodesk-bim360-account-admin-openapi.yml, openapi/autodesk-bim360-issues-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: 44
  by_action_class:
    connected: 25
    acting: 19
  by_consequence:
    read: 25
    write: 19
  human_in_the_loop_required: 0
operations:
- path: /construction/admin/v1/accounts/{accountId}/projects
  method: get
  operationId: getProjects
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/accounts/{accountId}/projects
  method: post
  operationId: createProject
  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: /construction/admin/v1/projects/{projectId}
  method: get
  operationId: getProject
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/projects/{project_id}/image
  method: patch
  operationId: createProjectImage
  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: /hq/v1/accounts/{account_id}/companies
  method: get
  operationId: getCompanies
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/companies
  method: post
  operationId: createCompany
  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: /hq/v1/accounts/{account_id}/companies/import
  method: post
  operationId: importCompanies
  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: /hq/v1/accounts/{account_id}/companies/{company_id}
  method: get
  operationId: getCompany
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/companies/{company_id}
  method: patch
  operationId: patchCompanyDetails
  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: /hq/v1/accounts/{account_id}/companies/{company_id}/image
  method: patch
  operationId: patchCompanyImage
  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: /hq/v1/accounts/{account_id}/companies/search
  method: get
  operationId: searchCompanies
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/projects/{project_id}/companies
  method: get
  operationId: getProjectCompanies
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/users
  method: get
  operationId: getUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/users
  method: post
  operationId: createUser
  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: /hq/v1/accounts/{account_id}/users/import
  method: post
  operationId: importUsers
  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: /hq/v1/accounts/{account_id}/users/{user_id}
  method: get
  operationId: getUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/users/{user_id}
  method: patch
  operationId: patchUserDetails
  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: /hq/v1/accounts/{account_id}/users/search
  method: get
  operationId: searchUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/projects/{projectId}/users
  method: get
  operationId: getProjectUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/projects/{projectId}/users
  method: post
  operationId: assignProjectUser
  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: /construction/admin/v2/projects/{projectId}/users:import
  method: post
  operationId: importProjectUsers
  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: /construction/admin/v1/projects/{projectId}/users/{userId}
  method: get
  operationId: getProjectUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/projects/{projectId}/users/{userId}
  method: patch
  operationId: updateProjectUser
  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: /construction/admin/v1/projects/{projectId}/users/{userId}
  method: delete
  operationId: removeProjectUser
  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: /hq/v1/accounts/{account_id}/business_units_structure
  method: get
  operationId: getBusinessUnits
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /hq/v1/accounts/{account_id}/business_units_structure
  method: put
  operationId: createBusinessUnits
  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: /construction/admin/v1/accounts/{accountId}/users/{userId}/projects
  method: get
  operationId: getUserProjects
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/accounts/{accountId}/companies
  method: get
  operationId: getCompaniesWithPagination
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/accounts/{accountId}/users/{userId}/products
  method: get
  operationId: getUserProducts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/admin/v1/accounts/{accountId}/users/{userId}/roles
  method: get
  operationId: getUserRoles
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/users/me
  method: get
  operationId: getUserProfile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issue-types
  method: get
  operationId: getIssuesTypes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issue-attribute-definitions
  method: get
  operationId: getAttributeDefinitions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issue-attribute-mappings
  method: get
  operationId: getAttributeMappings
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issue-root-cause-categories
  method: get
  operationId: getRootCauseCategories
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issues
  method: get
  operationId: getIssues
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issues
  method: post
  operationId: createIssue
  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: /construction/issues/v1/projects/{projectId}/issues/{issueId}
  method: get
  operationId: getIssueDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issues/{issueId}
  method: patch
  operationId: patchIssueDetails
  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: /construction/issues/v1/projects/{projectId}/issues/{issueId}/comments
  method: get
  operationId: getComments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /construction/issues/v1/projects/{projectId}/issues/{issueId}/comments
  method: post
  operationId: CreateComments
  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: /construction/issues/v1/projects/{projectId}/attachments
  method: post
  operationId: add-attachments
  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: /construction/issues/v1/projects/{projectId}/attachments/{issueId}/items/{attachmentId}
  method: delete
  operationId: delete-attachment
  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: /construction/issues/v1/projects/{projectId}/attachments/{issueId}/items
  method: get
  operationId: get-attachments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none