apiVersion: naftiko.dev/v1 kind: Capability metadata: name: webhooks description: Register, list, and inspect Swell webhook subscriptions to receive event callbacks. spec: steps: - id: list-webhooks operation: listWebhooks api: swell-backend-api - id: create-webhook operation: createWebhook api: swell-backend-api - id: update-webhook operation: updateWebhook api: swell-backend-api - id: delete-webhook operation: deleteWebhook api: swell-backend-api