APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations

APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations. 10 operations. Lead operation: APIs.io Engineering Platform List your grants. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformOauth-Authorizations

What You Can Do

GET
Oauthauthorizationslistgrants — APIs.io Engineering Platform List your grants
/v1/applications/grants
GET
Oauthauthorizationsgetgrant — APIs.io Engineering Platform Get a single grant
/v1/applications/grants/{grant-id}
DELETE
Oauthauthorizationsdeletegrant — APIs.io Engineering Platform Delete a grant
/v1/applications/grants/{grant-id}
GET
Oauthauthorizationslistauthorizations — APIs.io Engineering Platform List your authorizations
/v1/authorizations
POST
Oauthauthorizationscreateauthorization — APIs.io Engineering Platform Create a new authorization
/v1/authorizations
PUT
Oauthauthorizationsgetorcreateauthorizationforapp — APIs.io Engineering Platform Get-or-create an authorization for a specific app
/v1/authorizations/clients/{client-id}
PUT
Oauthauthorizationsgetorcreateauthorizationforappandfingerprint — APIs.io Engineering Platform Get-or-create an authorization for a specific app and fingerprint
/v1/authorizations/clients/{client-id}/{fingerprint}
GET
Oauthauthorizationsgetauthorization — APIs.io Engineering Platform Get a single authorization
/v1/authorizations/{authorization-id}
PATCH
Oauthauthorizationsupdateauthorization — APIs.io Engineering Platform Update an existing authorization
/v1/authorizations/{authorization-id}
DELETE
Oauthauthorizationsdeleteauthorization — APIs.io Engineering Platform Delete an authorization
/v1/authorizations/{authorization-id}

MCP Tools

apis-io-engineering-platform-list-your

APIs.io Engineering Platform List your grants

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

APIs.io Engineering Platform Get a single grant

read-only idempotent
apis-io-engineering-platform-delete-grant

APIs.io Engineering Platform Delete a grant

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

APIs.io Engineering Platform List your authorizations

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

APIs.io Engineering Platform Create a new authorization

apis-io-engineering-platform-get-create

APIs.io Engineering Platform Get-or-create an authorization for a specific app

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

APIs.io Engineering Platform Get-or-create an authorization for a specific app and fingerprint

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

APIs.io Engineering Platform Get a single authorization

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

APIs.io Engineering Platform Update an existing authorization

idempotent
apis-io-engineering-platform-delete-authorization

APIs.io Engineering Platform Delete an authorization

idempotent

Capability Spec

github-oauth-authorizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations. 10 operations. Lead operation: APIs.io
    Engineering Platform List your grants. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Oauth-Authorizations
  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-oauth-authorizations
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations business capability. Self-contained,
      no shared references.
    resources:
    - name: applications-grants
      path: /applications/grants
      operations:
      - name: oauthauthorizationslistgrants
        method: GET
        description: APIs.io Engineering Platform List your grants
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: client_id
          in: query
          type: string
          description: The client ID of your GitHub app.
    - name: applications-grants-grant_id
      path: /applications/grants/{grant_id}
      operations:
      - name: oauthauthorizationsgetgrant
        method: GET
        description: APIs.io Engineering Platform Get a single grant
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: oauthauthorizationsdeletegrant
        method: DELETE
        description: APIs.io Engineering Platform Delete a grant
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: authorizations
      path: /authorizations
      operations:
      - name: oauthauthorizationslistauthorizations
        method: GET
        description: APIs.io Engineering Platform List your authorizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: client_id
          in: query
          type: string
          description: The client ID of your GitHub app.
      - name: oauthauthorizationscreateauthorization
        method: POST
        description: APIs.io Engineering Platform Create a new authorization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: authorizations-clients-client_id
      path: /authorizations/clients/{client_id}
      operations:
      - name: oauthauthorizationsgetorcreateauthorizationforapp
        method: PUT
        description: APIs.io Engineering Platform Get-or-create an authorization for a specific app
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: authorizations-clients-client_id-fingerprint
      path: /authorizations/clients/{client_id}/{fingerprint}
      operations:
      - name: oauthauthorizationsgetorcreateauthorizationforappandfingerprint
        method: PUT
        description: APIs.io Engineering Platform Get-or-create an authorization for a specific app and fingerprint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fingerprint
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: authorizations-authorization_id
      path: /authorizations/{authorization_id}
      operations:
      - name: oauthauthorizationsgetauthorization
        method: GET
        description: APIs.io Engineering Platform Get a single authorization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: oauthauthorizationsupdateauthorization
        method: PATCH
        description: APIs.io Engineering Platform Update an existing authorization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: oauthauthorizationsdeleteauthorization
        method: DELETE
        description: APIs.io Engineering Platform Delete an authorization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: github-oauth-authorizations-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/grants
      name: applications-grants
      description: REST surface for applications-grants.
      operations:
      - method: GET
        name: oauthauthorizationslistgrants
        description: APIs.io Engineering Platform List your grants
        call: github-oauth-authorizations.oauthauthorizationslistgrants
        with:
          client_id: rest.client_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/grants/{grant-id}
      name: applications-grants-grant-id
      description: REST surface for applications-grants-grant_id.
      operations:
      - method: GET
        name: oauthauthorizationsgetgrant
        description: APIs.io Engineering Platform Get a single grant
        call: github-oauth-authorizations.oauthauthorizationsgetgrant
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: oauthauthorizationsdeletegrant
        description: APIs.io Engineering Platform Delete a grant
        call: github-oauth-authorizations.oauthauthorizationsdeletegrant
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/authorizations
      name: authorizations
      description: REST surface for authorizations.
      operations:
      - method: GET
        name: oauthauthorizationslistauthorizations
        description: APIs.io Engineering Platform List your authorizations
        call: github-oauth-authorizations.oauthauthorizationslistauthorizations
        with:
          client_id: rest.client_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: oauthauthorizationscreateauthorization
        description: APIs.io Engineering Platform Create a new authorization
        call: github-oauth-authorizations.oauthauthorizationscreateauthorization
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/authorizations/clients/{client-id}
      name: authorizations-clients-client-id
      description: REST surface for authorizations-clients-client_id.
      operations:
      - method: PUT
        name: oauthauthorizationsgetorcreateauthorizationforapp
        description: APIs.io Engineering Platform Get-or-create an authorization for a specific app
        call: github-oauth-authorizations.oauthauthorizationsgetorcreateauthorizationforapp
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/authorizations/clients/{client-id}/{fingerprint}
      name: authorizations-clients-client-id-fingerprint
      description: REST surface for authorizations-clients-client_id-fingerprint.
      operations:
      - method: PUT
        name: oauthauthorizationsgetorcreateauthorizationforappandfingerprint
        description: APIs.io Engineering Platform Get-or-create an authorization for a specific app and fingerprint
        call: github-oauth-authorizations.oauthauthorizationsgetorcreateauthorizationforappandfingerprint
        with:
          fingerprint: rest.fingerprint
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/authorizations/{authorization-id}
      name: authorizations-authorization-id
      description: REST surface for authorizations-authorization_id.
      operations:
      - method: GET
        name: oauthauthorizationsgetauthorization
        description: APIs.io Engineering Platform Get a single authorization
        call: github-oauth-authorizations.oauthauthorizationsgetauthorization
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: oauthauthorizationsupdateauthorization
        description: APIs.io Engineering Platform Update an existing authorization
        call: github-oauth-authorizations.oauthauthorizationsupdateauthorization
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: oauthauthorizationsdeleteauthorization
        description: APIs.io Engineering Platform Delete an authorization
        call: github-oauth-authorizations.oauthauthorizationsdeleteauthorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-oauth-authorizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Oauth-Authorizations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-your
      description: APIs.io Engineering Platform List your grants
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationslistgrants
      with:
        client_id: tools.client_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-single
      description: APIs.io Engineering Platform Get a single grant
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsgetgrant
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-grant
      description: APIs.io Engineering Platform Delete a grant
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsdeletegrant
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-your-2
      description: APIs.io Engineering Platform List your authorizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationslistauthorizations
      with:
        client_id: tools.client_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new authorization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-oauth-authorizations.oauthauthorizationscreateauthorization
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-create
      description: APIs.io Engineering Platform Get-or-create an authorization for a specific app
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsgetorcreateauthorizationforapp
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-create-2
      description: APIs.io Engineering Platform Get-or-create an authorization for a specific app and fingerprint
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsgetorcreateauthorizationforappandfingerprint
      with:
        fingerprint: tools.fingerprint
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-single-2
      description: APIs.io Engineering Platform Get a single authorization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsgetauthorization
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-existing
      description: APIs.io Engineering Platform Update an existing authorization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsupdateauthorization
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-authorization
      description: APIs.io Engineering Platform Delete an authorization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-oauth-authorizations.oauthauthorizationsdeleteauthorization
      outputParameters:
      - type: object
        mapping: $.