Citrix · Capability

Citrix Secure Private Access API — Certificates

Citrix Secure Private Access API — Certificates. 1 operations. Lead operation: Citrix Upload a certificate. Self-contained Naftiko capability covering one Citrix business surface.

Run with Naftiko CitrixCertificates

What You Can Do

POST
Createcertificate — Citrix Upload a certificate
/v1/certificate

MCP Tools

citrix-upload-certificate

Citrix Upload a certificate

Capability Spec

secure-private-access-certificates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Citrix Secure Private Access API — Certificates
  description: 'Citrix Secure Private Access API — Certificates. 1 operations. Lead operation: Citrix Upload a certificate.
    Self-contained Naftiko capability covering one Citrix business surface.'
  tags:
  - Citrix
  - Certificates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CITRIX_API_KEY: CITRIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: secure-private-access-certificates
    baseUri: https://api.cloud.com/accessSecurity
    description: Citrix Secure Private Access API — Certificates business capability. Self-contained, no shared references.
    resources:
    - name: certificate
      path: /certificate
      operations:
      - name: createcertificate
        method: POST
        description: Citrix Upload a certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.CITRIX_API_KEY}}'
  exposes:
  - type: rest
    namespace: secure-private-access-certificates-rest
    port: 8080
    description: REST adapter for Citrix Secure Private Access API — Certificates. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/certificate
      name: certificate
      description: REST surface for certificate.
      operations:
      - method: POST
        name: createcertificate
        description: Citrix Upload a certificate
        call: secure-private-access-certificates.createcertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: secure-private-access-certificates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Citrix Secure Private Access API — Certificates. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: citrix-upload-certificate
      description: Citrix Upload a certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: secure-private-access-certificates.createcertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.