Microsoft Dynamics NAV · Capability

Business Central Administration Center API — Environment Operations

Business Central Administration Center API — Environment Operations. 2 operations. Lead operation: List Operations on All Environments. Self-contained Naftiko capability covering one Navision business surface.

Run with Naftiko NavisionEnvironment Operations

What You Can Do

GET
Listallenvironmentoperations — List Operations on All Environments
/v1/applications/{applicationfamily}/environments/operations
GET
Listenvironmentoperations — List Environment Operations
/v1/environments/{environmentname}/operations

MCP Tools

list-operations-all-environments

List Operations on All Environments

read-only idempotent
list-environment-operations

List Environment Operations

read-only idempotent

Capability Spec

admin-center-environment-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Business Central Administration Center API — Environment Operations
  description: 'Business Central Administration Center API — Environment Operations. 2 operations. Lead operation: List Operations
    on All Environments. Self-contained Naftiko capability covering one Navision business surface.'
  tags:
  - Navision
  - Environment Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NAVISION_API_KEY: NAVISION_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-center-environment-operations
    baseUri: https://api.businesscentral.dynamics.com/admin/v2.28
    description: Business Central Administration Center API — Environment Operations business capability. Self-contained,
      no shared references.
    resources:
    - name: applications-applicationFamily-environments-operations
      path: /applications/{applicationFamily}/environments/operations
      operations:
      - name: listallenvironmentoperations
        method: GET
        description: List Operations on All Environments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: environments-environmentName-operations
      path: /environments/{environmentName}/operations
      operations:
      - name: listenvironmentoperations
        method: GET
        description: List Environment Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NAVISION_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-center-environment-operations-rest
    port: 8080
    description: REST adapter for Business Central Administration Center API — Environment Operations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{applicationfamily}/environments/operations
      name: applications-applicationfamily-environments-operations
      description: REST surface for applications-applicationFamily-environments-operations.
      operations:
      - method: GET
        name: listallenvironmentoperations
        description: List Operations on All Environments
        call: admin-center-environment-operations.listallenvironmentoperations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/environments/{environmentname}/operations
      name: environments-environmentname-operations
      description: REST surface for environments-environmentName-operations.
      operations:
      - method: GET
        name: listenvironmentoperations
        description: List Environment Operations
        call: admin-center-environment-operations.listenvironmentoperations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-center-environment-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Business Central Administration Center API — Environment Operations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-operations-all-environments
      description: List Operations on All Environments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-center-environment-operations.listallenvironmentoperations
      outputParameters:
      - type: object
        mapping: $.
    - name: list-environment-operations
      description: List Environment Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-center-environment-operations.listenvironmentoperations
      outputParameters:
      - type: object
        mapping: $.