Replicate · Capability

Replicate — Secrets

Replicate — Secrets. 1 operations. Lead operation: Get the Signing Secret for the Default Webhook. Self-contained Naftiko capability covering one Replicate business surface.

Run with Naftiko ReplicateSecrets

What You Can Do

GET
Webhooksdefaultsecretget — Get the Signing Secret for the Default Webhook
/v1/webhooks/default/secret

MCP Tools

get-signing-secret-default-webhook

Get the Signing Secret for the Default Webhook

read-only idempotent

Capability Spec

replicate-secrets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Replicate — Secrets
  description: 'Replicate — Secrets. 1 operations. Lead operation: Get the Signing Secret for the Default Webhook. Self-contained
    Naftiko capability covering one Replicate business surface.'
  tags:
  - Replicate
  - Secrets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REPLICATE_API_KEY: REPLICATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: replicate-secrets
    baseUri: https://api.replicate.com/v1
    description: Replicate — Secrets business capability. Self-contained, no shared references.
    resources:
    - name: webhooks-default-secret
      path: /webhooks/default/secret
      operations:
      - name: webhooksdefaultsecretget
        method: GET
        description: Get the Signing Secret for the Default Webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.REPLICATE_API_KEY}}'
  exposes:
  - type: rest
    namespace: replicate-secrets-rest
    port: 8080
    description: REST adapter for Replicate — Secrets. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/webhooks/default/secret
      name: webhooks-default-secret
      description: REST surface for webhooks-default-secret.
      operations:
      - method: GET
        name: webhooksdefaultsecretget
        description: Get the Signing Secret for the Default Webhook
        call: replicate-secrets.webhooksdefaultsecretget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: replicate-secrets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Replicate — Secrets. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-signing-secret-default-webhook
      description: Get the Signing Secret for the Default Webhook
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: replicate-secrets.webhooksdefaultsecretget
      outputParameters:
      - type: object
        mapping: $.