WegoWise · Capability

WegoWise API — Developments

WegoWise API — Developments. 1 operations. Lead operation: Create Development. Self-contained Naftiko capability covering one Wegowise business surface.

Run with Naftiko WegowiseDevelopments

What You Can Do

POST
Createdevelopment — Create Development
/v1/api/v1/wego-pro/developments

MCP Tools

create-development

Create Development

Capability Spec

wegowise-developments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WegoWise API — Developments
  description: 'WegoWise API — Developments. 1 operations. Lead operation: Create Development. Self-contained Naftiko capability
    covering one Wegowise business surface.'
  tags:
  - Wegowise
  - Developments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEGOWISE_API_KEY: WEGOWISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: wegowise-developments
    baseUri: https://www.wegowise.com
    description: WegoWise API — Developments business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-wego_pro-developments
      path: /api/v1/wego_pro/developments
      operations:
      - name: createdevelopment
        method: POST
        description: Create Development
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: wegowise-developments-rest
    port: 8080
    description: REST adapter for WegoWise API — Developments. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v1/wego-pro/developments
      name: api-v1-wego-pro-developments
      description: REST surface for api-v1-wego_pro-developments.
      operations:
      - method: POST
        name: createdevelopment
        description: Create Development
        call: wegowise-developments.createdevelopment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wegowise-developments-mcp
    port: 9090
    transport: http
    description: MCP adapter for WegoWise API — Developments. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: create-development
      description: Create Development
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: wegowise-developments.createdevelopment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.