Socket · Capability

Socket Org Settings Integration Events

Socket org settings integration events business capability. Self-contained Naftiko capability covering one Socket business surface.

Socket Org Settings Integration Events is a Naftiko capability published by Socket, one of 21 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Socket, Supply Chain Security, Org, Settings, and Integration.

Run with Naftiko SocketSupply Chain SecurityOrgSettingsIntegrationEvents

Capability Spec

org-settings-integration-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Socket Org Settings Integration Events
  description: Socket org settings integration events business capability. Self-contained Naftiko capability covering one Socket business surface.
  tags:
  - Socket
  - Supply Chain Security
  - Org
  - Settings
  - Integration
  - Events
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SOCKET_API_KEY: SOCKET_API_KEY
capability:
  consumes:
  - type: http
    namespace: org-settings-integration-events
    baseUri: https://api.socket.dev/v0
    description: Socket org settings integration events business capability. Self-contained, no shared references.
    resources: []
    authentication:
      type: basic
      username: '{{env.SOCKET_API_KEY}}'
      password: ''
      description: Socket authenticates via HTTP Basic with the API key as the username and empty password.
  exposes:
  - type: rest
    namespace: org-settings-integration-events-rest
    port: 8080
    description: REST adapter for Socket org settings integration events.
    resources: []
  - type: mcp
    namespace: org-settings-integration-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Socket org settings integration events.
    tools: []