Vibes Platform · Capability

Vibes Platform API — Events

Vibes Platform API — Events. 1 operations. Lead operation: Create Event. Self-contained Naftiko capability covering one Vibes Platform business surface.

Run with Naftiko Vibes PlatformEvents

What You Can Do

POST
Createevent — Create Event
/v1/companies/{company-key}/events

MCP Tools

create-event

Create Event

Capability Spec

vibes-platform-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vibes Platform API — Events
  description: 'Vibes Platform API — Events. 1 operations. Lead operation: Create Event. Self-contained Naftiko capability
    covering one Vibes Platform business surface.'
  tags:
  - Vibes Platform
  - Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VIBES_PLATFORM_API_KEY: VIBES_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: vibes-platform-events
    baseUri: https://public-api.vibescm.com
    description: Vibes Platform API — Events business capability. Self-contained, no shared references.
    resources:
    - name: companies-company_key-events
      path: /companies/{company_key}/events
      operations:
      - name: createevent
        method: POST
        description: Create Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.VIBES_PLATFORM_USER}}'
      password: '{{env.VIBES_PLATFORM_PASS}}'
  exposes:
  - type: rest
    namespace: vibes-platform-events-rest
    port: 8080
    description: REST adapter for Vibes Platform API — Events. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/companies/{company-key}/events
      name: companies-company-key-events
      description: REST surface for companies-company_key-events.
      operations:
      - method: POST
        name: createevent
        description: Create Event
        call: vibes-platform-events.createevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vibes-platform-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vibes Platform API — Events. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: create-event
      description: Create Event
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: vibes-platform-events.createevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.