Replicate · Capability

Replicate — Webhooks

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

Run with Naftiko ReplicateWebhooks

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-webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Replicate — Webhooks
  description: 'Replicate — Webhooks. 1 operations. Lead operation: Get the Signing Secret for the Default Webhook. Self-contained
    Naftiko capability covering one Replicate business surface.'
  tags:
  - Replicate
  - Webhooks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REPLICATE_API_KEY: REPLICATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: replicate-webhooks
    baseUri: https://api.replicate.com/v1
    description: Replicate — Webhooks 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-webhooks-rest
    port: 8080
    description: REST adapter for Replicate — Webhooks. 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-webhooks.webhooksdefaultsecretget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: replicate-webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Replicate — Webhooks. 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-webhooks.webhooksdefaultsecretget
      outputParameters:
      - type: object
        mapping: $.