Daytona · Capability

Daytona Webhooks

Daytona Webhooks. 3 operations. Lead operation: Get Svix Consumer App Portal access for an organization. Self-contained Naftiko capability covering one Daytona business surface.

Daytona Webhooks is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the POST and GET methods rooted at /v1/webhooks/organizations/{…}.

The capability includes 1 read-only operation and 2 state-changing operations. Lead operation: Get Svix Consumer App Portal access for an organization. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Daytona and Webhooks.

Run with Naftiko DaytonaWebhooks

What You Can Do

POST
Webhookcontroller getappportalaccess — Get Svix Consumer App Portal access for an organization
/v1/webhooks/organizations/{organizationId}/app-portal-access
GET
Webhookcontroller getinitializationstatus — Get webhook initialization status for an organization
/v1/webhooks/organizations/{organizationId}/initialization-status
POST
Webhookcontroller refreshendpoints — Refresh cached endpoint presence flag for an organization
/v1/webhooks/organizations/{organizationId}/refresh-endpoints

MCP Tools

daytona-get-svix-consumer-app-portal-access-for-an-organization

Get Svix Consumer App Portal access for an organization

daytona-get-webhook-initialization-status-for-an-organization

Get webhook initialization status for an organization

read-only idempotent
daytona-refresh-cached-endpoint-presence-flag-for-an-organizatio

Refresh cached endpoint presence flag for an organization

Capability Spec

webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Daytona Webhooks
  description: 'Daytona Webhooks. 3 operations. Lead operation: Get Svix Consumer App Portal access for an organization. Self-contained
    Naftiko capability covering one Daytona business surface.'
  tags:
  - Daytona
  - Webhooks
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    DAYTONA_API_KEY: DAYTONA_API_KEY
capability:
  consumes:
  - type: http
    namespace: webhooks
    baseUri: https://app.daytona.io/api
    description: Daytona Webhooks business capability. Self-contained, no shared references.
    resources:
    - name: webhooks-organizations-organizationid-app-portal-access
      path: /webhooks/organizations/{organizationId}/app-portal-access
      operations:
      - name: webhookcontroller-getappportalaccess
        method: POST
        description: Get Svix Consumer App Portal access for an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-organizations-organizationid-initialization-status
      path: /webhooks/organizations/{organizationId}/initialization-status
      operations:
      - name: webhookcontroller-getinitializationstatus
        method: GET
        description: Get webhook initialization status for an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-organizations-organizationid-refresh-endpoints
      path: /webhooks/organizations/{organizationId}/refresh-endpoints
      operations:
      - name: webhookcontroller-refreshendpoints
        method: POST
        description: Refresh cached endpoint presence flag for an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.DAYTONA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: webhooks-rest
    port: 8080
    description: REST adapter for Daytona Webhooks. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/webhooks/organizations/{organizationId}/app-portal-access
      name: webhooks-organizations-organizationid-app-portal-access
      description: REST surface for webhooks-organizations-organizationid-app-portal-access.
      operations:
      - method: POST
        name: webhookcontroller-getappportalaccess
        description: Get Svix Consumer App Portal access for an organization
        call: webhooks.webhookcontroller-getappportalaccess
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/organizations/{organizationId}/initialization-status
      name: webhooks-organizations-organizationid-initialization-status
      description: REST surface for webhooks-organizations-organizationid-initialization-status.
      operations:
      - method: GET
        name: webhookcontroller-getinitializationstatus
        description: Get webhook initialization status for an organization
        call: webhooks.webhookcontroller-getinitializationstatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/organizations/{organizationId}/refresh-endpoints
      name: webhooks-organizations-organizationid-refresh-endpoints
      description: REST surface for webhooks-organizations-organizationid-refresh-endpoints.
      operations:
      - method: POST
        name: webhookcontroller-refreshendpoints
        description: Refresh cached endpoint presence flag for an organization
        call: webhooks.webhookcontroller-refreshendpoints
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Daytona Webhooks. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: daytona-get-svix-consumer-app-portal-access-for-an-organization
      description: Get Svix Consumer App Portal access for an organization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: webhooks.webhookcontroller-getappportalaccess
      outputParameters:
      - type: object
        mapping: $.
    - name: daytona-get-webhook-initialization-status-for-an-organization
      description: Get webhook initialization status for an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: webhooks.webhookcontroller-getinitializationstatus
      outputParameters:
      - type: object
        mapping: $.
    - name: daytona-refresh-cached-endpoint-presence-flag-for-an-organizatio
      description: Refresh cached endpoint presence flag for an organization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: webhooks.webhookcontroller-refreshendpoints
      outputParameters:
      - type: object
        mapping: $.