Frostbyte · Capability

Clawdia Agent Gateway API — Gaming

Clawdia Agent Gateway API — Gaming. 3 operations. Lead operation: Provably Fair Games — /api/games/coinflip. Self-contained Naftiko capability covering one Frostbyte business surface.

Run with Naftiko FrostbyteGaming

What You Can Do

POST
Fairgamespostapigamescoinflip — Provably Fair Games — /api/games/coinflip
/v1/v1/fair-games/api/games/coinflip
POST
Fairgamespostapigamesdice — Provably Fair Games — /api/games/dice
/v1/v1/fair-games/api/games/dice
POST
Fairgamespostapigamesroulette — Provably Fair Games — /api/games/roulette
/v1/v1/fair-games/api/games/roulette

MCP Tools

provably-fair-games-api-games

Provably Fair Games — /api/games/coinflip

provably-fair-games-api-games-2

Provably Fair Games — /api/games/dice

provably-fair-games-api-games-3

Provably Fair Games — /api/games/roulette

Capability Spec

agent-gateway-gaming.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Clawdia Agent Gateway API — Gaming
  description: 'Clawdia Agent Gateway API — Gaming. 3 operations. Lead operation: Provably Fair Games — /api/games/coinflip.
    Self-contained Naftiko capability covering one Frostbyte business surface.'
  tags:
  - Frostbyte
  - Gaming
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FROSTBYTE_API_KEY: FROSTBYTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: agent-gateway-gaming
    baseUri: https://agent-gateway-kappa.vercel.app
    description: Clawdia Agent Gateway API — Gaming business capability. Self-contained, no shared references.
    resources:
    - name: v1-fair-games-api-games-coinflip
      path: /v1/fair-games/api/games/coinflip
      operations:
      - name: fairgamespostapigamescoinflip
        method: POST
        description: Provably Fair Games — /api/games/coinflip
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-fair-games-api-games-dice
      path: /v1/fair-games/api/games/dice
      operations:
      - name: fairgamespostapigamesdice
        method: POST
        description: Provably Fair Games — /api/games/dice
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-fair-games-api-games-roulette
      path: /v1/fair-games/api/games/roulette
      operations:
      - name: fairgamespostapigamesroulette
        method: POST
        description: Provably Fair Games — /api/games/roulette
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.FROSTBYTE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: agent-gateway-gaming-rest
    port: 8080
    description: REST adapter for Clawdia Agent Gateway API — Gaming. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/fair-games/api/games/coinflip
      name: v1-fair-games-api-games-coinflip
      description: REST surface for v1-fair-games-api-games-coinflip.
      operations:
      - method: POST
        name: fairgamespostapigamescoinflip
        description: Provably Fair Games — /api/games/coinflip
        call: agent-gateway-gaming.fairgamespostapigamescoinflip
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/fair-games/api/games/dice
      name: v1-fair-games-api-games-dice
      description: REST surface for v1-fair-games-api-games-dice.
      operations:
      - method: POST
        name: fairgamespostapigamesdice
        description: Provably Fair Games — /api/games/dice
        call: agent-gateway-gaming.fairgamespostapigamesdice
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/fair-games/api/games/roulette
      name: v1-fair-games-api-games-roulette
      description: REST surface for v1-fair-games-api-games-roulette.
      operations:
      - method: POST
        name: fairgamespostapigamesroulette
        description: Provably Fair Games — /api/games/roulette
        call: agent-gateway-gaming.fairgamespostapigamesroulette
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: agent-gateway-gaming-mcp
    port: 9090
    transport: http
    description: MCP adapter for Clawdia Agent Gateway API — Gaming. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: provably-fair-games-api-games
      description: Provably Fair Games — /api/games/coinflip
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: agent-gateway-gaming.fairgamespostapigamescoinflip
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: provably-fair-games-api-games-2
      description: Provably Fair Games — /api/games/dice
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: agent-gateway-gaming.fairgamespostapigamesdice
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: provably-fair-games-api-games-3
      description: Provably Fair Games — /api/games/roulette
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: agent-gateway-gaming.fairgamespostapigamesroulette
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.