Paragon · Capability

Paragon Proxy API — Proxy

Paragon Proxy API — Proxy. 7 operations. Lead operation: Paragon Proxy GET request to custom integration. Self-contained Naftiko capability covering one Paragon business surface.

Run with Naftiko ParagonProxy

What You Can Do

GET
Proxycustomgetrequest — Paragon Proxy GET request to custom integration
/v1/projects/{projectid}/sdk/proxy/custom/{integrationid}/{apipath}
POST
Proxycustompostrequest — Paragon Proxy POST request to custom integration
/v1/projects/{projectid}/sdk/proxy/custom/{integrationid}/{apipath}
GET
Proxygetrequest — Paragon Proxy GET request to integration
/v1/projects/{projectid}/sdk/proxy/{integrationtype}/{apipath}
POST
Proxypostrequest — Paragon Proxy POST request to integration
/v1/projects/{projectid}/sdk/proxy/{integrationtype}/{apipath}
PUT
Proxyputrequest — Paragon Proxy PUT request to integration
/v1/projects/{projectid}/sdk/proxy/{integrationtype}/{apipath}
PATCH
Proxypatchrequest — Paragon Proxy PATCH request to integration
/v1/projects/{projectid}/sdk/proxy/{integrationtype}/{apipath}
DELETE
Proxydeleterequest — Paragon Proxy DELETE request to integration
/v1/projects/{projectid}/sdk/proxy/{integrationtype}/{apipath}

MCP Tools

paragon-proxy-get-request-custom

Paragon Proxy GET request to custom integration

read-only idempotent
paragon-proxy-post-request-custom

Paragon Proxy POST request to custom integration

paragon-proxy-get-request-integration

Paragon Proxy GET request to integration

read-only idempotent
paragon-proxy-post-request-integration

Paragon Proxy POST request to integration

paragon-proxy-put-request-integration

Paragon Proxy PUT request to integration

idempotent
paragon-proxy-patch-request-integration

Paragon Proxy PATCH request to integration

idempotent
paragon-proxy-delete-request-integration

Paragon Proxy DELETE request to integration

idempotent

Capability Spec

proxy-proxy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Paragon Proxy API — Proxy
  description: 'Paragon Proxy API — Proxy. 7 operations. Lead operation: Paragon Proxy GET request to custom integration.
    Self-contained Naftiko capability covering one Paragon business surface.'
  tags:
  - Paragon
  - Proxy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PARAGON_API_KEY: PARAGON_API_KEY
capability:
  consumes:
  - type: http
    namespace: proxy-proxy
    baseUri: https://proxy.useparagon.com
    description: Paragon Proxy API — Proxy business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-sdk-proxy-custom-integrationId-apiPath
      path: /projects/{projectId}/sdk/proxy/custom/{integrationId}/{apiPath}
      operations:
      - name: proxycustomgetrequest
        method: GET
        description: Paragon Proxy GET request to custom integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationId
          in: path
          type: string
          description: The ID of the custom integration.
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the custom integration to send the request to.
          required: true
      - name: proxycustompostrequest
        method: POST
        description: Paragon Proxy POST request to custom integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationId
          in: path
          type: string
          description: The ID of the custom integration.
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the custom integration to send the request to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: projects-projectId-sdk-proxy-integrationType-apiPath
      path: /projects/{projectId}/sdk/proxy/{integrationType}/{apiPath}
      operations:
      - name: proxygetrequest
        method: GET
        description: Paragon Proxy GET request to integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationType
          in: path
          type: string
          description: The type of integration to proxy the request to (e.g., salesforce, hubspot, slack).
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the third-party provider to send the request to.
          required: true
      - name: proxypostrequest
        method: POST
        description: Paragon Proxy POST request to integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationType
          in: path
          type: string
          description: The type of integration to proxy the request to.
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the third-party provider to send the request to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: proxyputrequest
        method: PUT
        description: Paragon Proxy PUT request to integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationType
          in: path
          type: string
          description: The type of integration to proxy the request to.
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the third-party provider to send the request to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: proxypatchrequest
        method: PATCH
        description: Paragon Proxy PATCH request to integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationType
          in: path
          type: string
          description: The type of integration to proxy the request to.
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the third-party provider to send the request to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: proxydeleterequest
        method: DELETE
        description: Paragon Proxy DELETE request to integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: Your Paragon Project ID.
          required: true
        - name: integrationType
          in: path
          type: string
          description: The type of integration to proxy the request to.
          required: true
        - name: apiPath
          in: path
          type: string
          description: The API path of the third-party provider to send the request to.
          required: true
    authentication:
      type: bearer
      token: '{{env.PARAGON_API_KEY}}'
  exposes:
  - type: rest
    namespace: proxy-proxy-rest
    port: 8080
    description: REST adapter for Paragon Proxy API — Proxy. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/projects/{projectid}/sdk/proxy/custom/{integrationid}/{apipath}
      name: projects-projectid-sdk-proxy-custom-integrationid-apipath
      description: REST surface for projects-projectId-sdk-proxy-custom-integrationId-apiPath.
      operations:
      - method: GET
        name: proxycustomgetrequest
        description: Paragon Proxy GET request to custom integration
        call: proxy-proxy.proxycustomgetrequest
        with:
          projectId: rest.projectId
          integrationId: rest.integrationId
          apiPath: rest.apiPath
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: proxycustompostrequest
        description: Paragon Proxy POST request to custom integration
        call: proxy-proxy.proxycustompostrequest
        with:
          projectId: rest.projectId
          integrationId: rest.integrationId
          apiPath: rest.apiPath
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectid}/sdk/proxy/{integrationtype}/{apipath}
      name: projects-projectid-sdk-proxy-integrationtype-apipath
      description: REST surface for projects-projectId-sdk-proxy-integrationType-apiPath.
      operations:
      - method: GET
        name: proxygetrequest
        description: Paragon Proxy GET request to integration
        call: proxy-proxy.proxygetrequest
        with:
          projectId: rest.projectId
          integrationType: rest.integrationType
          apiPath: rest.apiPath
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: proxypostrequest
        description: Paragon Proxy POST request to integration
        call: proxy-proxy.proxypostrequest
        with:
          projectId: rest.projectId
          integrationType: rest.integrationType
          apiPath: rest.apiPath
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: proxyputrequest
        description: Paragon Proxy PUT request to integration
        call: proxy-proxy.proxyputrequest
        with:
          projectId: rest.projectId
          integrationType: rest.integrationType
          apiPath: rest.apiPath
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: proxypatchrequest
        description: Paragon Proxy PATCH request to integration
        call: proxy-proxy.proxypatchrequest
        with:
          projectId: rest.projectId
          integrationType: rest.integrationType
          apiPath: rest.apiPath
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: proxydeleterequest
        description: Paragon Proxy DELETE request to integration
        call: proxy-proxy.proxydeleterequest
        with:
          projectId: rest.projectId
          integrationType: rest.integrationType
          apiPath: rest.apiPath
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: proxy-proxy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Paragon Proxy API — Proxy. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: paragon-proxy-get-request-custom
      description: Paragon Proxy GET request to custom integration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: proxy-proxy.proxycustomgetrequest
      with:
        projectId: tools.projectId
        integrationId: tools.integrationId
        apiPath: tools.apiPath
      outputParameters:
      - type: object
        mapping: $.
    - name: paragon-proxy-post-request-custom
      description: Paragon Proxy POST request to custom integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: proxy-proxy.proxycustompostrequest
      with:
        projectId: tools.projectId
        integrationId: tools.integrationId
        apiPath: tools.apiPath
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: paragon-proxy-get-request-integration
      description: Paragon Proxy GET request to integration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: proxy-proxy.proxygetrequest
      with:
        projectId: tools.projectId
        integrationType: tools.integrationType
        apiPath: tools.apiPath
      outputParameters:
      - type: object
        mapping: $.
    - name: paragon-proxy-post-request-integration
      description: Paragon Proxy POST request to integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: proxy-proxy.proxypostrequest
      with:
        projectId: tools.projectId
        integrationType: tools.integrationType
        apiPath: tools.apiPath
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: paragon-proxy-put-request-integration
      description: Paragon Proxy PUT request to integration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: proxy-proxy.proxyputrequest
      with:
        projectId: tools.projectId
        integrationType: tools.integrationType
        apiPath: tools.apiPath
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: paragon-proxy-patch-request-integration
      description: Paragon Proxy PATCH request to integration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: proxy-proxy.proxypatchrequest
      with:
        projectId: tools.projectId
        integrationType: tools.integrationType
        apiPath: tools.apiPath
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: paragon-proxy-delete-request-integration
      description: Paragon Proxy DELETE request to integration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: proxy-proxy.proxydeleterequest
      with:
        projectId: tools.projectId
        integrationType: tools.integrationType
        apiPath: tools.apiPath
      outputParameters:
      - type: object
        mapping: $.