APIs.io Engineering Platform Cloudflare API — Access Identity Providers

APIs.io Engineering Platform Cloudflare API — Access Identity Providers. 5 operations. Lead operation: APIs.io Engineering Platform List Access identity providers. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccess Identity Providers

What You Can Do

GET
Accessidentityproviderslistaccessidentityproviders — APIs.io Engineering Platform List Access identity providers
/v1/accounts/{account-id}/access/identity-providers
POST
Accessidentityprovidersaddanaccessidentityprovider — APIs.io Engineering Platform Add an Access identity provider
/v1/accounts/{account-id}/access/identity-providers
DELETE
Accessidentityprovidersdeleteanaccessidentityprovider — APIs.io Engineering Platform Delete an Access identity provider
/v1/accounts/{account-id}/access/identity-providers/{identity-provider-id}
GET
Accessidentityprovidersgetanaccessidentityprovider — APIs.io Engineering Platform Get an Access identity provider
/v1/accounts/{account-id}/access/identity-providers/{identity-provider-id}
PUT
Accessidentityprovidersupdateanaccessidentityprovider — APIs.io Engineering Platform Update an Access identity provider
/v1/accounts/{account-id}/access/identity-providers/{identity-provider-id}

MCP Tools

apis-io-engineering-platform-list-access

APIs.io Engineering Platform List Access identity providers

read-only idempotent
apis-io-engineering-platform-add-access

APIs.io Engineering Platform Add an Access identity provider

apis-io-engineering-platform-delete-access

APIs.io Engineering Platform Delete an Access identity provider

idempotent
apis-io-engineering-platform-get-access

APIs.io Engineering Platform Get an Access identity provider

read-only idempotent
apis-io-engineering-platform-update-access

APIs.io Engineering Platform Update an Access identity provider

idempotent

Capability Spec

cloudflare-access-identity-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access Identity Providers
  description: 'APIs.io Engineering Platform Cloudflare API — Access Identity Providers. 5 operations. Lead operation: APIs.io
    Engineering Platform List Access identity providers. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Access Identity Providers
  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-access-identity-providers
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access Identity Providers business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-access-identity_providers
      path: /accounts/{account_id}/access/identity_providers
      operations:
      - name: accessidentityproviderslistaccessidentityproviders
        method: GET
        description: APIs.io Engineering Platform List Access identity providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessidentityprovidersaddanaccessidentityprovider
        method: POST
        description: APIs.io Engineering Platform Add an Access identity provider
        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-identity_providers-identity_provider_id
      path: /accounts/{account_id}/access/identity_providers/{identity_provider_id}
      operations:
      - name: accessidentityprovidersdeleteanaccessidentityprovider
        method: DELETE
        description: APIs.io Engineering Platform Delete an Access identity provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identity_provider_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessidentityprovidersgetanaccessidentityprovider
        method: GET
        description: APIs.io Engineering Platform Get an Access identity provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identity_provider_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessidentityprovidersupdateanaccessidentityprovider
        method: PUT
        description: APIs.io Engineering Platform Update an Access identity provider
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identity_provider_id
          in: path
          type: string
          required: true
        - 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-access-identity-providers-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access Identity Providers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/identity-providers
      name: accounts-account-id-access-identity-providers
      description: REST surface for accounts-account_id-access-identity_providers.
      operations:
      - method: GET
        name: accessidentityproviderslistaccessidentityproviders
        description: APIs.io Engineering Platform List Access identity providers
        call: cloudflare-access-identity-providers.accessidentityproviderslistaccessidentityproviders
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accessidentityprovidersaddanaccessidentityprovider
        description: APIs.io Engineering Platform Add an Access identity provider
        call: cloudflare-access-identity-providers.accessidentityprovidersaddanaccessidentityprovider
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/identity-providers/{identity-provider-id}
      name: accounts-account-id-access-identity-providers-identity-provider-id
      description: REST surface for accounts-account_id-access-identity_providers-identity_provider_id.
      operations:
      - method: DELETE
        name: accessidentityprovidersdeleteanaccessidentityprovider
        description: APIs.io Engineering Platform Delete an Access identity provider
        call: cloudflare-access-identity-providers.accessidentityprovidersdeleteanaccessidentityprovider
        with:
          identity_provider_id: rest.identity_provider_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accessidentityprovidersgetanaccessidentityprovider
        description: APIs.io Engineering Platform Get an Access identity provider
        call: cloudflare-access-identity-providers.accessidentityprovidersgetanaccessidentityprovider
        with:
          identity_provider_id: rest.identity_provider_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessidentityprovidersupdateanaccessidentityprovider
        description: APIs.io Engineering Platform Update an Access identity provider
        call: cloudflare-access-identity-providers.accessidentityprovidersupdateanaccessidentityprovider
        with:
          identity_provider_id: rest.identity_provider_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-identity-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Access Identity Providers. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-access
      description: APIs.io Engineering Platform List Access identity providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-identity-providers.accessidentityproviderslistaccessidentityproviders
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-access
      description: APIs.io Engineering Platform Add an Access identity provider
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-identity-providers.accessidentityprovidersaddanaccessidentityprovider
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-access
      description: APIs.io Engineering Platform Delete an Access identity provider
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-access-identity-providers.accessidentityprovidersdeleteanaccessidentityprovider
      with:
        identity_provider_id: tools.identity_provider_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-access
      description: APIs.io Engineering Platform Get an Access identity provider
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-identity-providers.accessidentityprovidersgetanaccessidentityprovider
      with:
        identity_provider_id: tools.identity_provider_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-access
      description: APIs.io Engineering Platform Update an Access identity provider
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-access-identity-providers.accessidentityprovidersupdateanaccessidentityprovider
      with:
        identity_provider_id: tools.identity_provider_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.