Bunq · Capability

bunq API — Sandbox User Company

bunq API — Sandbox User Company. 1 operations. Lead operation: Sandbox User Company. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqSandbox User Company

What You Can Do

POST
Createsandboxusercompany — Used to create a sandbox userCompany.
/v1/sandbox-user-company

MCP Tools

used-create-sandbox-usercompany

Used to create a sandbox userCompany.

Capability Spec

bunq-sandbox-user-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: bunq API — Sandbox User Company
  description: 'bunq API — Sandbox User Company. 1 operations. Lead operation: Sandbox User Company. Self-contained Naftiko
    capability covering one Bunq business surface.'
  tags:
  - Bunq
  - Sandbox User Company
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: bunq-sandbox-user-company
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: bunq API — Sandbox User Company business capability. Self-contained, no shared references.
    resources:
    - name: sandbox-user-company
      path: /sandbox-user-company
      operations:
      - name: createsandboxusercompany
        method: POST
        description: Used to create a sandbox userCompany.
        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: bunq-sandbox-user-company-rest
    port: 8080
    description: REST adapter for bunq API — Sandbox User Company. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/sandbox-user-company
      name: sandbox-user-company
      description: REST surface for sandbox-user-company.
      operations:
      - method: POST
        name: createsandboxusercompany
        description: Used to create a sandbox userCompany.
        call: bunq-sandbox-user-company.createsandboxusercompany
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bunq-sandbox-user-company-mcp
    port: 9090
    transport: http
    description: MCP adapter for bunq API — Sandbox User Company. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: used-create-sandbox-usercompany
      description: Used to create a sandbox userCompany.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bunq-sandbox-user-company.createsandboxusercompany
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.