APIs.io Engineering Platform GitHub v3 REST API — Dependabot

APIs.io Engineering Platform GitHub v3 REST API — Dependabot. 19 operations. Lead operation: APIs.io Engineering Platform List Dependabot alerts for an enterprise. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDependabot

What You Can Do

GET
Dependabotlistalertsforenterprise — APIs.io Engineering Platform List Dependabot alerts for an enterprise
/v1/enterprises/{enterprise}/dependabot/alerts
GET
Dependabotlistalertsfororg — APIs.io Engineering Platform List Dependabot alerts for an organization
/v1/orgs/{org}/dependabot/alerts
GET
Dependabotlistorgsecrets — APIs.io Engineering Platform List organization secrets
/v1/orgs/{org}/dependabot/secrets
GET
Dependabotgetorgpublickey — APIs.io Engineering Platform Get an organization public key
/v1/orgs/{org}/dependabot/secrets/public-key
GET
Dependabotgetorgsecret — APIs.io Engineering Platform Get an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}
PUT
Dependabotcreateorupdateorgsecret — APIs.io Engineering Platform Create or update an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}
DELETE
Dependabotdeleteorgsecret — APIs.io Engineering Platform Delete an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}
GET
Dependabotlistselectedreposfororgsecret — APIs.io Engineering Platform List selected repositories for an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}/repositories
PUT
Dependabotsetselectedreposfororgsecret — APIs.io Engineering Platform Set selected repositories for an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}/repositories
PUT
Dependabotaddselectedrepotoorgsecret — APIs.io Engineering Platform Add selected repository to an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}/repositories/{repository-id}
DELETE
Dependabotremoveselectedrepofromorgsecret — APIs.io Engineering Platform Remove selected repository from an organization secret
/v1/orgs/{org}/dependabot/secrets/{secret-name}/repositories/{repository-id}
GET
Dependabotlistalertsforrepo — APIs.io Engineering Platform List Dependabot alerts for a repository
/v1/repos/{owner}/{repo}/dependabot/alerts
GET
Dependabotgetalert — APIs.io Engineering Platform Get a Dependabot alert
/v1/repos/{owner}/{repo}/dependabot/alerts/{alert-number}
PATCH
Dependabotupdatealert — APIs.io Engineering Platform Update a Dependabot alert
/v1/repos/{owner}/{repo}/dependabot/alerts/{alert-number}
GET
Dependabotlistreposecrets — APIs.io Engineering Platform List repository secrets
/v1/repos/{owner}/{repo}/dependabot/secrets
GET
Dependabotgetrepopublickey — APIs.io Engineering Platform Get a repository public key
/v1/repos/{owner}/{repo}/dependabot/secrets/public-key
GET
Dependabotgetreposecret — APIs.io Engineering Platform Get a repository secret
/v1/repos/{owner}/{repo}/dependabot/secrets/{secret-name}
PUT
Dependabotcreateorupdatereposecret — APIs.io Engineering Platform Create or update a repository secret
/v1/repos/{owner}/{repo}/dependabot/secrets/{secret-name}
DELETE
Dependabotdeletereposecret — APIs.io Engineering Platform Delete a repository secret
/v1/repos/{owner}/{repo}/dependabot/secrets/{secret-name}

MCP Tools

apis-io-engineering-platform-list-dependabot

APIs.io Engineering Platform List Dependabot alerts for an enterprise

read-only idempotent
apis-io-engineering-platform-list-dependabot-2

APIs.io Engineering Platform List Dependabot alerts for an organization

read-only idempotent
apis-io-engineering-platform-list-organization

APIs.io Engineering Platform List organization secrets

read-only idempotent
apis-io-engineering-platform-get-organization

APIs.io Engineering Platform Get an organization public key

read-only idempotent
apis-io-engineering-platform-get-organization-2

APIs.io Engineering Platform Get an organization secret

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

APIs.io Engineering Platform Create or update an organization secret

idempotent
apis-io-engineering-platform-delete-organization

APIs.io Engineering Platform Delete an organization secret

idempotent
apis-io-engineering-platform-list-selected

APIs.io Engineering Platform List selected repositories for an organization secret

read-only idempotent
apis-io-engineering-platform-set-selected

APIs.io Engineering Platform Set selected repositories for an organization secret

idempotent
apis-io-engineering-platform-add-selected

APIs.io Engineering Platform Add selected repository to an organization secret

idempotent
apis-io-engineering-platform-remove-selected

APIs.io Engineering Platform Remove selected repository from an organization secret

idempotent
apis-io-engineering-platform-list-dependabot-3

APIs.io Engineering Platform List Dependabot alerts for a repository

read-only idempotent
apis-io-engineering-platform-get-dependabot

APIs.io Engineering Platform Get a Dependabot alert

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

APIs.io Engineering Platform Update a Dependabot alert

idempotent
apis-io-engineering-platform-list-repository

APIs.io Engineering Platform List repository secrets

read-only idempotent
apis-io-engineering-platform-get-repository

APIs.io Engineering Platform Get a repository public key

read-only idempotent
apis-io-engineering-platform-get-repository-2

APIs.io Engineering Platform Get a repository secret

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

APIs.io Engineering Platform Create or update a repository secret

idempotent
apis-io-engineering-platform-delete-repository

APIs.io Engineering Platform Delete a repository secret

idempotent

Capability Spec

github-dependabot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Dependabot
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Dependabot. 19 operations. Lead operation: APIs.io Engineering
    Platform List Dependabot alerts for an enterprise. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Dependabot
  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: github-dependabot
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Dependabot business capability. Self-contained, no shared
      references.
    resources:
    - name: enterprises-enterprise-dependabot-alerts
      path: /enterprises/{enterprise}/dependabot/alerts
      operations:
      - name: dependabotlistalertsforenterprise
        method: GET
        description: APIs.io Engineering Platform List Dependabot alerts for an enterprise
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org-dependabot-alerts
      path: /orgs/{org}/dependabot/alerts
      operations:
      - name: dependabotlistalertsfororg
        method: GET
        description: APIs.io Engineering Platform List Dependabot alerts for an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org-dependabot-secrets
      path: /orgs/{org}/dependabot/secrets
      operations:
      - name: dependabotlistorgsecrets
        method: GET
        description: APIs.io Engineering Platform List organization secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org-dependabot-secrets-public-key
      path: /orgs/{org}/dependabot/secrets/public-key
      operations:
      - name: dependabotgetorgpublickey
        method: GET
        description: APIs.io Engineering Platform Get an organization public key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org-dependabot-secrets-secret_name
      path: /orgs/{org}/dependabot/secrets/{secret_name}
      operations:
      - name: dependabotgetorgsecret
        method: GET
        description: APIs.io Engineering Platform Get an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: dependabotcreateorupdateorgsecret
        method: PUT
        description: APIs.io Engineering Platform Create or update an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: dependabotdeleteorgsecret
        method: DELETE
        description: APIs.io Engineering Platform Delete an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org-dependabot-secrets-secret_name-repositories
      path: /orgs/{org}/dependabot/secrets/{secret_name}/repositories
      operations:
      - name: dependabotlistselectedreposfororgsecret
        method: GET
        description: APIs.io Engineering Platform List selected repositories for an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: dependabotsetselectedreposfororgsecret
        method: PUT
        description: APIs.io Engineering Platform Set selected repositories for an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: orgs-org-dependabot-secrets-secret_name-repositories-repository_id
      path: /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}
      operations:
      - name: dependabotaddselectedrepotoorgsecret
        method: PUT
        description: APIs.io Engineering Platform Add selected repository to an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repository_id
          in: path
          type: integer
          required: true
      - name: dependabotremoveselectedrepofromorgsecret
        method: DELETE
        description: APIs.io Engineering Platform Remove selected repository from an organization secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repository_id
          in: path
          type: integer
          required: true
    - name: repos-owner-repo-dependabot-alerts
      path: /repos/{owner}/{repo}/dependabot/alerts
      operations:
      - name: dependabotlistalertsforrepo
        method: GET
        description: APIs.io Engineering Platform List Dependabot alerts for a repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: page
          in: query
          type: integer
          description: '**Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or
            `after` instead.'
        - name: per_page
          in: query
          type: integer
          description: The number of results per page (max 100). For more information, see "[Using pagination in the REST
            API](https://docs.github.com/[email protected]/rest/using
    - name: repos-owner-repo-dependabot-alerts-alert_number
      path: /repos/{owner}/{repo}/dependabot/alerts/{alert_number}
      operations:
      - name: dependabotgetalert
        method: GET
        description: APIs.io Engineering Platform Get a Dependabot alert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: dependabotupdatealert
        method: PATCH
        description: APIs.io Engineering Platform Update a Dependabot alert
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-dependabot-secrets
      path: /repos/{owner}/{repo}/dependabot/secrets
      operations:
      - name: dependabotlistreposecrets
        method: GET
        description: APIs.io Engineering Platform List repository secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-dependabot-secrets-public-key
      path: /repos/{owner}/{repo}/dependabot/secrets/public-key
      operations:
      - name: dependabotgetrepopublickey
        method: GET
        description: APIs.io Engineering Platform Get a repository public key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-dependabot-secrets-secret_name
      path: /repos/{owner}/{repo}/dependabot/secrets/{secret_name}
      operations:
      - name: dependabotgetreposecret
        method: GET
        description: APIs.io Engineering Platform Get a repository secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: dependabotcreateorupdatereposecret
        method: PUT
        description: APIs.io Engineering Platform Create or update a repository secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: dependabotdeletereposecret
        method: DELETE
        description: APIs.io Engineering Platform Delete a repository secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: github-dependabot-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Dependabot. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/enterprises/{enterprise}/dependabot/alerts
      name: enterprises-enterprise-dependabot-alerts
      description: REST surface for enterprises-enterprise-dependabot-alerts.
      operations:
      - method: GET
        name: dependabotlistalertsforenterprise
        description: APIs.io Engineering Platform List Dependabot alerts for an enterprise
        call: github-dependabot.dependabotlistalertsforenterprise
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/dependabot/alerts
      name: orgs-org-dependabot-alerts
      description: REST surface for orgs-org-dependabot-alerts.
      operations:
      - method: GET
        name: dependabotlistalertsfororg
        description: APIs.io Engineering Platform List Dependabot alerts for an organization
        call: github-dependabot.dependabotlistalertsfororg
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/dependabot/secrets
      name: orgs-org-dependabot-secrets
      description: REST surface for orgs-org-dependabot-secrets.
      operations:
      - method: GET
        name: dependabotlistorgsecrets
        description: APIs.io Engineering Platform List organization secrets
        call: github-dependabot.dependabotlistorgsecrets
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/dependabot/secrets/public-key
      name: orgs-org-dependabot-secrets-public-key
      description: REST surface for orgs-org-dependabot-secrets-public-key.
      operations:
      - method: GET
        name: dependabotgetorgpublickey
        description: APIs.io Engineering Platform Get an organization public key
        call: github-dependabot.dependabotgetorgpublickey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/dependabot/secrets/{secret-name}
      name: orgs-org-dependabot-secrets-secret-name
      description: REST surface for orgs-org-dependabot-secrets-secret_name.
      operations:
      - method: GET
        name: dependabotgetorgsecret
        description: APIs.io Engineering Platform Get an organization secret
        call: github-dependabot.dependabotgetorgsecret
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dependabotcreateorupdateorgsecret
        description: APIs.io Engineering Platform Create or update an organization secret
        call: github-dependabot.dependabotcreateorupdateorgsecret
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: dependabotdeleteorgsecret
        description: APIs.io Engineering Platform Delete an organization secret
        call: github-dependabot.dependabotdeleteorgsecret
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/dependabot/secrets/{secret-name}/repositories
      name: orgs-org-dependabot-secrets-secret-name-repositories
      description: REST surface for orgs-org-dependabot-secrets-secret_name-repositories.
      operations:
      - method: GET
        name: dependabotlistselectedreposfororgsecret
        description: APIs.io Engineering Platform List selected repositories for an organization secret
        call: github-dependabot.dependabotlistselectedreposfororgsecret
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dependabotsetselectedreposfororgsecret
        description: APIs.io Engineering Platform Set selected repositories for an organization secret
        call: github-dependabot.dependabotsetselectedreposfororgsecret
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/dependabot/secrets/{secret-name}/repositories/{repository-id}
      name: orgs-org-dependabot-secrets-secret-name-repositories-repository-id
      description: REST surface for orgs-org-dependabot-secrets-secret_name-repositories-repository_id.
      operations:
      - method: PUT
        name: dependabotaddselectedrepotoorgsecret
        description: APIs.io Engineering Platform Add selected repository to an organization secret
        call: github-dependabot.dependabotaddselectedrepotoorgsecret
        with:
          repository_id: rest.repository_id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: dependabotremoveselectedrepofromorgsecret
        description: APIs.io Engineering Platform Remove selected repository from an organization secret
        call: github-dependabot.dependabotremoveselectedrepofromorgsecret
        with:
          repository_id: rest.repository_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependabot/alerts
      name: repos-owner-repo-dependabot-alerts
      description: REST surface for repos-owner-repo-dependabot-alerts.
      operations:
      - method: GET
        name: dependabotlistalertsforrepo
        description: APIs.io Engineering Platform List Dependabot alerts for a repository
        call: github-dependabot.dependabotlistalertsforrepo
        with:
          page: rest.page
          per_page: rest.per_page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependabot/alerts/{alert-number}
      name: repos-owner-repo-dependabot-alerts-alert-number
      description: REST surface for repos-owner-repo-dependabot-alerts-alert_number.
      operations:
      - method: GET
        name: dependabotgetalert
        description: APIs.io Engineering Platform Get a Dependabot alert
        call: github-dependabot.dependabotgetalert
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: dependabotupdatealert
        description: APIs.io Engineering Platform Update a Dependabot alert
        call: github-dependabot.dependabotupdatealert
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependabot/secrets
      name: repos-owner-repo-dependabot-secrets
      description: REST surface for repos-owner-repo-dependabot-secrets.
      operations:
      - method: GET
        name: dependabotlistreposecrets
        description: APIs.io Engineering Platform List repository secrets
        call: github-dependabot.dependabotlistreposecrets
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependabot/secrets/public-key
      name: repos-owner-repo-dependabot-secrets-public-key
      description: REST surface for repos-owner-repo-dependabot-secrets-public-key.
      operations:
      - method: GET
        name: dependabotgetrepopublickey
        description: APIs.io Engineering Platform Get a repository public key
        call: github-dependabot.dependabotgetrepopublickey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependabot/secrets/{secret-name}
      name: repos-owner-repo-dependabot-secrets-secret-name
      description: REST surface for repos-owner-repo-dependabot-secrets-secret_name.
      operations:
      - method: GET
        name: dependabotgetreposecret
        description: APIs.io Engineering Platform Get a repository secret
        call: github-dependabot.dependabotgetreposecret
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: dependabotcreateorupdatereposecret
        description: APIs.io Engineering Platform Create or update a repository secret
        call: github-dependabot.dependabotcreateorupdatereposecret
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: dependabotdeletereposecret
        description: APIs.io Engineering Platform Delete a repository secret
        call: github-dependabot.dependabotdeletereposecret
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-dependabot-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Dependabot. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-dependabot
      description: APIs.io Engineering Platform List Dependabot alerts for an enterprise
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotlistalertsforenterprise
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-dependabot-2
      description: APIs.io Engineering Platform List Dependabot alerts for an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotlistalertsfororg
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-organization
      description: APIs.io Engineering Platform List organization secrets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotlistorgsecrets
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-organization
      description: APIs.io Engineering Platform Get an organization public key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotgetorgpublickey
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-organization-2
      description: APIs.io Engineering Platform Get an organization secret
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotgetorgsecret
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-update
      description: APIs.io Engineering Platform Create or update an organization secret
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotcreateorupdateorgsecret
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-organization
      description: APIs.io Engineering Platform Delete an organization secret
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-dependabot.dependabotdeleteorgsecret
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-selected
      description: APIs.io Engineering Platform List selected repositories for an organization secret
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotlistselectedreposfororgsecret
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-set-selected
      description: APIs.io Engineering Platform Set selected repositories for an organization secret
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotsetselectedreposfororgsecret
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-selected
      description: APIs.io Engineering Platform Add selected repository to an organization secret
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotaddselectedrepotoorgsecret
      with:
        repository_id: tools.repository_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-remove-selected
      description: APIs.io Engineering Platform Remove selected repository from an organization secret
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-dependabot.dependabotremoveselectedrepofromorgsecret
      with:
        repository_id: tools.repository_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-dependabot-3
      description: APIs.io Engineering Platform List Dependabot alerts for a repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotlistalertsforrepo
      with:
        page: tools.page
        per_page: tools.per_page
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-dependabot
      description: APIs.io Engineering Platform Get a Dependabot alert
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotgetalert
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-dependabot
      description: APIs.io Engineering Platform Update a Dependabot alert
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotupdatealert
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-repository
      description: APIs.io Engineering Platform List repository secrets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotlistreposecrets
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-repository
      description: APIs.io Engineering Platform Get a repository public key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotgetrepopublickey
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-repository-2
      description: APIs.io Engineering Platform Get a repository secret
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotgetreposecret
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-update-2
      description: APIs.io Engineering Platform Create or update a repository secret
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-dependabot.dependabotcreateorupdatereposecret
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-repository
      description: APIs.io Engineering Platform Delete a repository secret
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-dependabot.dependabotdeletereposecret
      outputParameters:
      - type: object
        mapping: $.