APIs.io Engineering Platform Cloudflare API — Access Service Tokens

APIs.io Engineering Platform Cloudflare API — Access Service Tokens. 7 operations. Lead operation: APIs.io Engineering Platform List service tokens. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccess Service Tokens

What You Can Do

GET
Accessservicetokenslistservicetokens — APIs.io Engineering Platform List service tokens
/v1/accounts/{account-id}/access/service-tokens
POST
Accessservicetokenscreateaservicetoken — APIs.io Engineering Platform Create a service token
/v1/accounts/{account-id}/access/service-tokens
DELETE
Accessservicetokensdeleteaservicetoken — APIs.io Engineering Platform Delete a service token
/v1/accounts/{account-id}/access/service-tokens/{service-token-id}
GET
Accessservicetokensgetaservicetoken — APIs.io Engineering Platform Get a service token
/v1/accounts/{account-id}/access/service-tokens/{service-token-id}
PUT
Accessservicetokensupdateaservicetoken — APIs.io Engineering Platform Update a service token
/v1/accounts/{account-id}/access/service-tokens/{service-token-id}
POST
Accessservicetokensrefreshaservicetoken — APIs.io Engineering Platform Refresh a service token
/v1/accounts/{account-id}/access/service-tokens/{service-token-id}/refresh
POST
Accessservicetokensrotateaservicetoken — APIs.io Engineering Platform Rotate a service token
/v1/accounts/{account-id}/access/service-tokens/{service-token-id}/rotate

MCP Tools

apis-io-engineering-platform-list-service

APIs.io Engineering Platform List service tokens

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

APIs.io Engineering Platform Create a service token

apis-io-engineering-platform-delete-service

APIs.io Engineering Platform Delete a service token

idempotent
apis-io-engineering-platform-get-service

APIs.io Engineering Platform Get a service token

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

APIs.io Engineering Platform Update a service token

idempotent
apis-io-engineering-platform-refresh-service

APIs.io Engineering Platform Refresh a service token

apis-io-engineering-platform-rotate-service

APIs.io Engineering Platform Rotate a service token

Capability Spec

cloudflare-access-service-tokens.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access Service Tokens
  description: 'APIs.io Engineering Platform Cloudflare API — Access Service Tokens. 7 operations. Lead operation: APIs.io
    Engineering Platform List service tokens. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Access Service Tokens
  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-service-tokens
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access Service Tokens business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-access-service_tokens
      path: /accounts/{account_id}/access/service_tokens
      operations:
      - name: accessservicetokenslistservicetokens
        method: GET
        description: APIs.io Engineering Platform List service tokens
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessservicetokenscreateaservicetoken
        method: POST
        description: APIs.io Engineering Platform Create a service token
        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-service_tokens-service_token_id
      path: /accounts/{account_id}/access/service_tokens/{service_token_id}
      operations:
      - name: accessservicetokensdeleteaservicetoken
        method: DELETE
        description: APIs.io Engineering Platform Delete a service token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: service_token_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessservicetokensgetaservicetoken
        method: GET
        description: APIs.io Engineering Platform Get a service token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: service_token_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessservicetokensupdateaservicetoken
        method: PUT
        description: APIs.io Engineering Platform Update a service token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: service_token_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
    - name: accounts-account_id-access-service_tokens-service_token_id-refresh
      path: /accounts/{account_id}/access/service_tokens/{service_token_id}/refresh
      operations:
      - name: accessservicetokensrefreshaservicetoken
        method: POST
        description: APIs.io Engineering Platform Refresh a service token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: service_token_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-access-service_tokens-service_token_id-rotate
      path: /accounts/{account_id}/access/service_tokens/{service_token_id}/rotate
      operations:
      - name: accessservicetokensrotateaservicetoken
        method: POST
        description: APIs.io Engineering Platform Rotate a service token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: service_token_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-access-service-tokens-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access Service Tokens. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/service-tokens
      name: accounts-account-id-access-service-tokens
      description: REST surface for accounts-account_id-access-service_tokens.
      operations:
      - method: GET
        name: accessservicetokenslistservicetokens
        description: APIs.io Engineering Platform List service tokens
        call: cloudflare-access-service-tokens.accessservicetokenslistservicetokens
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accessservicetokenscreateaservicetoken
        description: APIs.io Engineering Platform Create a service token
        call: cloudflare-access-service-tokens.accessservicetokenscreateaservicetoken
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/service-tokens/{service-token-id}
      name: accounts-account-id-access-service-tokens-service-token-id
      description: REST surface for accounts-account_id-access-service_tokens-service_token_id.
      operations:
      - method: DELETE
        name: accessservicetokensdeleteaservicetoken
        description: APIs.io Engineering Platform Delete a service token
        call: cloudflare-access-service-tokens.accessservicetokensdeleteaservicetoken
        with:
          service_token_id: rest.service_token_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accessservicetokensgetaservicetoken
        description: APIs.io Engineering Platform Get a service token
        call: cloudflare-access-service-tokens.accessservicetokensgetaservicetoken
        with:
          service_token_id: rest.service_token_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessservicetokensupdateaservicetoken
        description: APIs.io Engineering Platform Update a service token
        call: cloudflare-access-service-tokens.accessservicetokensupdateaservicetoken
        with:
          service_token_id: rest.service_token_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/service-tokens/{service-token-id}/refresh
      name: accounts-account-id-access-service-tokens-service-token-id-refresh
      description: REST surface for accounts-account_id-access-service_tokens-service_token_id-refresh.
      operations:
      - method: POST
        name: accessservicetokensrefreshaservicetoken
        description: APIs.io Engineering Platform Refresh a service token
        call: cloudflare-access-service-tokens.accessservicetokensrefreshaservicetoken
        with:
          service_token_id: rest.service_token_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/service-tokens/{service-token-id}/rotate
      name: accounts-account-id-access-service-tokens-service-token-id-rotate
      description: REST surface for accounts-account_id-access-service_tokens-service_token_id-rotate.
      operations:
      - method: POST
        name: accessservicetokensrotateaservicetoken
        description: APIs.io Engineering Platform Rotate a service token
        call: cloudflare-access-service-tokens.accessservicetokensrotateaservicetoken
        with:
          service_token_id: rest.service_token_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-service-tokens-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Access Service Tokens. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-service
      description: APIs.io Engineering Platform List service tokens
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-service-tokens.accessservicetokenslistservicetokens
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-service
      description: APIs.io Engineering Platform Create a service token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-service-tokens.accessservicetokenscreateaservicetoken
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-service
      description: APIs.io Engineering Platform Delete a service token
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-access-service-tokens.accessservicetokensdeleteaservicetoken
      with:
        service_token_id: tools.service_token_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-service
      description: APIs.io Engineering Platform Get a service token
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-service-tokens.accessservicetokensgetaservicetoken
      with:
        service_token_id: tools.service_token_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-service
      description: APIs.io Engineering Platform Update a service token
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-access-service-tokens.accessservicetokensupdateaservicetoken
      with:
        service_token_id: tools.service_token_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-refresh-service
      description: APIs.io Engineering Platform Refresh a service token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-service-tokens.accessservicetokensrefreshaservicetoken
      with:
        service_token_id: tools.service_token_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-rotate-service
      description: APIs.io Engineering Platform Rotate a service token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-service-tokens.accessservicetokensrotateaservicetoken
      with:
        service_token_id: tools.service_token_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.