APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph

APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph. 3 operations. Lead operation: APIs.io Engineering Platform Get a diff of the dependencies between commits. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformDependency-Graph

What You Can Do

GET
Dependencygraphdiffrange — APIs.io Engineering Platform Get a diff of the dependencies between commits
/v1/repos/{owner}/{repo}/dependency-graph/compare/{basehead}
GET
Dependencygraphexportsbom — APIs.io Engineering Platform Export a software bill of materials (SBOM) for a repository.
/v1/repos/{owner}/{repo}/dependency-graph/sbom
POST
Dependencygraphcreaterepositorysnapshot — APIs.io Engineering Platform Create a snapshot of dependencies for a repository
/v1/repos/{owner}/{repo}/dependency-graph/snapshots

MCP Tools

apis-io-engineering-platform-get-diff

APIs.io Engineering Platform Get a diff of the dependencies between commits

read-only idempotent
apis-io-engineering-platform-export-software

APIs.io Engineering Platform Export a software bill of materials (SBOM) for a repository.

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

APIs.io Engineering Platform Create a snapshot of dependencies for a repository

Capability Spec

github-dependency-graph.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph. 3 operations. Lead operation: APIs.io
    Engineering Platform Get a diff of the dependencies between commits. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Dependency-Graph
  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-dependency-graph
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph business capability. Self-contained, no
      shared references.
    resources:
    - name: repos-owner-repo-dependency-graph-compare-basehead
      path: /repos/{owner}/{repo}/dependency-graph/compare/{basehead}
      operations:
      - name: dependencygraphdiffrange
        method: GET
        description: APIs.io Engineering Platform Get a diff of the dependencies between commits
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: basehead
          in: path
          type: string
          description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named
            revisions will be resolved to their corresponding HEAD comm
          required: true
    - name: repos-owner-repo-dependency-graph-sbom
      path: /repos/{owner}/{repo}/dependency-graph/sbom
      operations:
      - name: dependencygraphexportsbom
        method: GET
        description: APIs.io Engineering Platform Export a software bill of materials (SBOM) for a repository.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: repos-owner-repo-dependency-graph-snapshots
      path: /repos/{owner}/{repo}/dependency-graph/snapshots
      operations:
      - name: dependencygraphcreaterepositorysnapshot
        method: POST
        description: APIs.io Engineering Platform Create a snapshot of dependencies for a repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: github-dependency-graph-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/repos/{owner}/{repo}/dependency-graph/compare/{basehead}
      name: repos-owner-repo-dependency-graph-compare-basehead
      description: REST surface for repos-owner-repo-dependency-graph-compare-basehead.
      operations:
      - method: GET
        name: dependencygraphdiffrange
        description: APIs.io Engineering Platform Get a diff of the dependencies between commits
        call: github-dependency-graph.dependencygraphdiffrange
        with:
          basehead: rest.basehead
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependency-graph/sbom
      name: repos-owner-repo-dependency-graph-sbom
      description: REST surface for repos-owner-repo-dependency-graph-sbom.
      operations:
      - method: GET
        name: dependencygraphexportsbom
        description: APIs.io Engineering Platform Export a software bill of materials (SBOM) for a repository.
        call: github-dependency-graph.dependencygraphexportsbom
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/dependency-graph/snapshots
      name: repos-owner-repo-dependency-graph-snapshots
      description: REST surface for repos-owner-repo-dependency-graph-snapshots.
      operations:
      - method: POST
        name: dependencygraphcreaterepositorysnapshot
        description: APIs.io Engineering Platform Create a snapshot of dependencies for a repository
        call: github-dependency-graph.dependencygraphcreaterepositorysnapshot
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-dependency-graph-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Dependency-Graph. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-diff
      description: APIs.io Engineering Platform Get a diff of the dependencies between commits
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependency-graph.dependencygraphdiffrange
      with:
        basehead: tools.basehead
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-export-software
      description: APIs.io Engineering Platform Export a software bill of materials (SBOM) for a repository.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-dependency-graph.dependencygraphexportsbom
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-snapshot
      description: APIs.io Engineering Platform Create a snapshot of dependencies for a repository
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-dependency-graph.dependencygraphcreaterepositorysnapshot
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.