OpenPanel · Capability

OpenPanel API — Event

OpenPanel API — Event. 1 operations. Lead operation: Event. Self-contained Naftiko capability covering one Openpanel business surface.

Run with Naftiko OpenpanelEvent

What You Can Do

POST
Post — Deprecated direct event ingestion endpoint. Use /track instead.
/v1/event

MCP Tools

deprecated-direct-event-ingestion-endpoint

Deprecated direct event ingestion endpoint. Use /track instead.

Capability Spec

openpanel-event.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OpenPanel API — Event
  description: 'OpenPanel API — Event. 1 operations. Lead operation: Event. Self-contained Naftiko capability covering one
    Openpanel business surface.'
  tags:
  - Openpanel
  - Event
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OPENPANEL_API_KEY: OPENPANEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: openpanel-event
    baseUri: ''
    description: OpenPanel API — Event business capability. Self-contained, no shared references.
    resources:
    - name: event
      path: /event/
      operations:
      - name: post
        method: POST
        description: Deprecated direct event ingestion endpoint. Use /track instead.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: openpanel-event-rest
    port: 8080
    description: REST adapter for OpenPanel API — Event. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/event
      name: event
      description: REST surface for event.
      operations:
      - method: POST
        name: post
        description: Deprecated direct event ingestion endpoint. Use /track instead.
        call: openpanel-event.post
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openpanel-event-mcp
    port: 9090
    transport: http
    description: MCP adapter for OpenPanel API — Event. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: deprecated-direct-event-ingestion-endpoint
      description: Deprecated direct event ingestion endpoint. Use /track instead.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openpanel-event.post
      outputParameters:
      - type: object
        mapping: $.