Restate · Capability

Admin API — health

Admin API — health. 1 operations. Lead operation: Health Check. Self-contained Naftiko capability covering one Restate business surface.

Run with Naftiko Restatehealth

What You Can Do

GET
Health — Health Check
/v1/health

MCP Tools

health-check

Health Check

read-only idempotent

Capability Spec

admin-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Admin API — health
  description: 'Admin API — health. 1 operations. Lead operation: Health Check. Self-contained Naftiko capability covering
    one Restate business surface.'
  tags:
  - Restate
  - health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RESTATE_API_KEY: RESTATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-health
    baseUri: ''
    description: Admin API — health business capability. Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: health
        method: GET
        description: Health Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: admin-health-rest
    port: 8080
    description: REST adapter for Admin API — health. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: health
        description: Health Check
        call: admin-health.health
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Admin API — health. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: health-check
      description: Health Check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-health.health
      outputParameters:
      - type: object
        mapping: $.