JFrog · Arazzo Workflow

JFrog Platform Register Webhook

Version 1.0.0

Create a platform webhook subscription and confirm it.

1 workflow 1 source API 1 provider
View Spec View on GitHub ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows

Provider

jfrog

Workflows

register-webhook
Register a webhook for artifact events and verify it.
Creates a webhook subscription for deploy and delete events on a repository, then fetches the webhook by key to confirm registration.
2 steps inputs: repoKey, secret, url, webhookKey outputs: url, webhookKey
1
createWebhook
Create a webhook subscription for deployed and deleted artifact events on the supplied repository.
2
confirmWebhook
Read the webhook back by key to confirm the subscription was registered.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: JFrog Platform Register Webhook
  summary: Create a platform webhook subscription and confirm it.
  description: >-
    Event-driven integration through the JFrog Platform. The workflow creates a
    webhook subscription for artifact events on a repository, then reads the
    webhook back by key to confirm it was registered. Every step spells out its
    request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: webhooksApi
  url: ../openapi/jfrog-webhooks-api-openapi.yml
  type: openapi
workflows:
- workflowId: register-webhook
  summary: Register a webhook for artifact events and verify it.
  description: >-
    Creates a webhook subscription for deploy and delete events on a repository,
    then fetches the webhook by key to confirm registration.
  inputs:
    type: object
    required:
    - webhookKey
    - url
    - repoKey
    properties:
      webhookKey:
        type: string
        description: The unique key for the webhook subscription.
      url:
        type: string
        description: The target URL events will be POSTed to.
      secret:
        type: string
        description: The shared secret used to sign webhook payloads.
      repoKey:
        type: string
        description: The repository key to scope the webhook to.
  steps:
  - stepId: createWebhook
    description: >-
      Create a webhook subscription for deployed and deleted artifact events on
      the supplied repository.
    operationId: createWebhook
    requestBody:
      contentType: application/json
      payload:
        key: $inputs.webhookKey
        description: Created by the register-webhook workflow
        enabled: true
        url: $inputs.url
        secret: $inputs.secret
        events:
        - deployed
        - deleted
        criteria:
          repoKeys:
          - $inputs.repoKey
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      webhookKey: $inputs.webhookKey
  - stepId: confirmWebhook
    description: >-
      Read the webhook back by key to confirm the subscription was registered.
    operationId: getWebhook
    parameters:
    - name: webhookKey
      in: path
      value: $steps.createWebhook.outputs.webhookKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      key: $response.body#/key
      url: $response.body#/url
  outputs:
    webhookKey: $steps.confirmWebhook.outputs.key
    url: $steps.confirmWebhook.outputs.url

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/jfrog-platform-register-webhook-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.