Vibes Platform · Capability

Vibes Connect HTTP Message API — Inbound Messages

Vibes Connect HTTP Message API — Inbound Messages. 1 operations. Lead operation: Register SMS Callback. Self-contained Naftiko capability covering one Vibes Platform business surface.

Run with Naftiko Vibes PlatformInbound Messages

What You Can Do

POST
Registersmscallback — Register SMS Callback
/v1/api/v1/callbacks

MCP Tools

register-sms-callback

Register SMS Callback

Capability Spec

vibes-connect-inbound-messages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vibes Connect HTTP Message API — Inbound Messages
  description: 'Vibes Connect HTTP Message API — Inbound Messages. 1 operations. Lead operation: Register SMS Callback. Self-contained
    Naftiko capability covering one Vibes Platform business surface.'
  tags:
  - Vibes Platform
  - Inbound Messages
  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-connect-inbound-messages
    baseUri: https://messageapi.vibesapps.com
    description: Vibes Connect HTTP Message API — Inbound Messages business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-callbacks
      path: /api/v1/callbacks
      operations:
      - name: registersmscallback
        method: POST
        description: Register SMS Callback
        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-connect-inbound-messages-rest
    port: 8080
    description: REST adapter for Vibes Connect HTTP Message API — Inbound Messages. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v1/callbacks
      name: api-v1-callbacks
      description: REST surface for api-v1-callbacks.
      operations:
      - method: POST
        name: registersmscallback
        description: Register SMS Callback
        call: vibes-connect-inbound-messages.registersmscallback
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vibes-connect-inbound-messages-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vibes Connect HTTP Message API — Inbound Messages. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: register-sms-callback
      description: Register SMS Callback
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: vibes-connect-inbound-messages.registersmscallback
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.