APIs.io Engineering Platform Cloudflare API — Zero Trust Organization

APIs.io Engineering Platform Cloudflare API — Zero Trust Organization. 6 operations. Lead operation: APIs.io Engineering Platform Get your Zero Trust organization. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZero Trust Organization

What You Can Do

GET
Zerotrustorganizationgetyourzerotrustorganization — APIs.io Engineering Platform Get your Zero Trust organization
/v1/accounts/{account-id}/access/organizations
POST
Zerotrustorganizationcreateyourzerotrustorganization — APIs.io Engineering Platform Create your Zero Trust organization
/v1/accounts/{account-id}/access/organizations
PUT
Zerotrustorganizationupdateyourzerotrustorganization — APIs.io Engineering Platform Update your Zero Trust organization
/v1/accounts/{account-id}/access/organizations
GET
Zerotrustorganizationgetyourzerotrustorganizationdohsettings — APIs.io Engineering Platform Get your Zero Trust organization DoH settings
/v1/accounts/{account-id}/access/organizations/doh
PUT
Zerotrustorganizationupdateyourzerotrustorganizationdohsettings — APIs.io Engineering Platform Update your Zero Trust organization DoH settings
/v1/accounts/{account-id}/access/organizations/doh
POST
Zerotrustorganizationrevokeallaccesstokensforauser — APIs.io Engineering Platform Revoke all Access tokens for a user
/v1/accounts/{account-id}/access/organizations/revoke-user

MCP Tools

apis-io-engineering-platform-get-your

APIs.io Engineering Platform Get your Zero Trust organization

read-only idempotent
apis-io-engineering-platform-create-your

APIs.io Engineering Platform Create your Zero Trust organization

apis-io-engineering-platform-update-your

APIs.io Engineering Platform Update your Zero Trust organization

idempotent
apis-io-engineering-platform-get-your-2

APIs.io Engineering Platform Get your Zero Trust organization DoH settings

read-only idempotent
apis-io-engineering-platform-update-your-2

APIs.io Engineering Platform Update your Zero Trust organization DoH settings

idempotent
apis-io-engineering-platform-revoke-all

APIs.io Engineering Platform Revoke all Access tokens for a user

Capability Spec

cloudflare-zero-trust-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Organization
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Organization. 6 operations. Lead operation: APIs.io
    Engineering Platform Get your Zero Trust organization. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Organization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-zero-trust-organization
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Organization business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-access-organizations
      path: /accounts/{account_id}/access/organizations
      operations:
      - name: zerotrustorganizationgetyourzerotrustorganization
        method: GET
        description: APIs.io Engineering Platform Get your Zero Trust organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustorganizationcreateyourzerotrustorganization
        method: POST
        description: APIs.io Engineering Platform Create your Zero Trust organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: zerotrustorganizationupdateyourzerotrustorganization
        method: PUT
        description: APIs.io Engineering Platform Update your Zero Trust organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-access-organizations-doh
      path: /accounts/{account_id}/access/organizations/doh
      operations:
      - name: zerotrustorganizationgetyourzerotrustorganizationdohsettings
        method: GET
        description: APIs.io Engineering Platform Get your Zero Trust organization DoH settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustorganizationupdateyourzerotrustorganizationdohsettings
        method: PUT
        description: APIs.io Engineering Platform Update your Zero Trust organization DoH settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: accounts-account_id-access-organizations-revoke_user
      path: /accounts/{account_id}/access/organizations/revoke_user
      operations:
      - name: zerotrustorganizationrevokeallaccesstokensforauser
        method: POST
        description: APIs.io Engineering Platform Revoke all Access tokens for a user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-zero-trust-organization-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Organization. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/organizations
      name: accounts-account-id-access-organizations
      description: REST surface for accounts-account_id-access-organizations.
      operations:
      - method: GET
        name: zerotrustorganizationgetyourzerotrustorganization
        description: APIs.io Engineering Platform Get your Zero Trust organization
        call: cloudflare-zero-trust-organization.zerotrustorganizationgetyourzerotrustorganization
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: zerotrustorganizationcreateyourzerotrustorganization
        description: APIs.io Engineering Platform Create your Zero Trust organization
        call: cloudflare-zero-trust-organization.zerotrustorganizationcreateyourzerotrustorganization
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: zerotrustorganizationupdateyourzerotrustorganization
        description: APIs.io Engineering Platform Update your Zero Trust organization
        call: cloudflare-zero-trust-organization.zerotrustorganizationupdateyourzerotrustorganization
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/organizations/doh
      name: accounts-account-id-access-organizations-doh
      description: REST surface for accounts-account_id-access-organizations-doh.
      operations:
      - method: GET
        name: zerotrustorganizationgetyourzerotrustorganizationdohsettings
        description: APIs.io Engineering Platform Get your Zero Trust organization DoH settings
        call: cloudflare-zero-trust-organization.zerotrustorganizationgetyourzerotrustorganizationdohsettings
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: zerotrustorganizationupdateyourzerotrustorganizationdohsettings
        description: APIs.io Engineering Platform Update your Zero Trust organization DoH settings
        call: cloudflare-zero-trust-organization.zerotrustorganizationupdateyourzerotrustorganizationdohsettings
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/organizations/revoke-user
      name: accounts-account-id-access-organizations-revoke-user
      description: REST surface for accounts-account_id-access-organizations-revoke_user.
      operations:
      - method: POST
        name: zerotrustorganizationrevokeallaccesstokensforauser
        description: APIs.io Engineering Platform Revoke all Access tokens for a user
        call: cloudflare-zero-trust-organization.zerotrustorganizationrevokeallaccesstokensforauser
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-organization-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Organization. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-your
      description: APIs.io Engineering Platform Get your Zero Trust organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-organization.zerotrustorganizationgetyourzerotrustorganization
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-your
      description: APIs.io Engineering Platform Create your Zero Trust organization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-organization.zerotrustorganizationcreateyourzerotrustorganization
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-your
      description: APIs.io Engineering Platform Update your Zero Trust organization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-organization.zerotrustorganizationupdateyourzerotrustorganization
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-your-2
      description: APIs.io Engineering Platform Get your Zero Trust organization DoH settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-organization.zerotrustorganizationgetyourzerotrustorganizationdohsettings
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-your-2
      description: APIs.io Engineering Platform Update your Zero Trust organization DoH settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-organization.zerotrustorganizationupdateyourzerotrustorganizationdohsettings
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-revoke-all
      description: APIs.io Engineering Platform Revoke all Access tokens for a user
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-organization.zerotrustorganizationrevokeallaccesstokensforauser
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.