reducto-ai · Capability

Reducto Webhooks API — Webhooks

Reducto Webhooks API — Webhooks. 1 operation. Configures webhook endpoints for asynchronous job completion, including direct webhooks and Svix-backed delivery.

Run with Naftiko ReductoWebhooksAsync

What You Can Do

POST
Configurewebhook
/v1/configure_webhook

MCP Tools

reducto-configure-webhook

Reducto Configure Webhook

idempotent

Capability Spec

webhooks-webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Reducto Webhooks API — Webhooks
  description: 'Reducto Webhooks API — Webhooks. 1 operation. Configures webhook endpoints for asynchronous
    job completion, including direct webhooks and Svix-backed delivery.'
  tags:
  - Reducto
  - Webhooks
  - Async
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    REDUCTO_API_KEY: REDUCTO_API_KEY
capability:
  consumes:
  - type: http
    namespace: webhooks-webhooks
    baseUri: https://platform.reducto.ai
    description: Reducto Webhooks API — Webhooks business capability. Self-contained, no shared references.
    resources:
    - name: configure-webhook
      path: /configure_webhook
      operations:
      - name: configurewebhook
        method: POST
        description: Reducto Configure Webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: bearer
      value: '{{env.REDUCTO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: webhooks-webhooks-rest
    port: 8080
    description: REST adapter for Reducto Webhooks API — Webhooks.
    resources:
    - path: /v1/configure_webhook
      name: configure-webhook
      operations:
      - method: POST
        name: configurewebhook
        call: webhooks-webhooks.configurewebhook
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: webhooks-webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Reducto Webhooks API — Webhooks.
    tools:
    - name: reducto-configure-webhook
      description: Reducto Configure Webhook
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: webhooks-webhooks.configurewebhook
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.