StepZen · Capability

StepZen Admin API — Account

StepZen Admin API — Account. 1 operations. Lead operation: Get Account. Self-contained Naftiko capability covering one Stepzen business surface.

Run with Naftiko StepzenAccount

What You Can Do

GET
Getaccount — Get Account
/v1/account

MCP Tools

get-account

Get Account

read-only idempotent

Capability Spec

admin-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: StepZen Admin API — Account
  description: 'StepZen Admin API — Account. 1 operations. Lead operation: Get Account. Self-contained Naftiko capability
    covering one Stepzen business surface.'
  tags:
  - Stepzen
  - Account
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STEPZEN_API_KEY: STEPZEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-account
    baseUri: https://dashboard.ibm.stepzen.com/api/v1
    description: StepZen Admin API — Account business capability. Self-contained, no shared references.
    resources:
    - name: account
      path: /account
      operations:
      - name: getaccount
        method: GET
        description: Get Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.STEPZEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: admin-account-rest
    port: 8080
    description: REST adapter for StepZen Admin API — Account. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/account
      name: account
      description: REST surface for account.
      operations:
      - method: GET
        name: getaccount
        description: Get Account
        call: admin-account.getaccount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for StepZen Admin API — Account. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-account
      description: Get Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-account.getaccount
      outputParameters:
      - type: object
        mapping: $.