arcade-dev · Capability

Arcade Operations API

Arcade Operations API capability. Self-contained Naftiko capability covering the Arcade Engine's Operations surface.

Arcade Operations API is a Naftiko capability published by arcade-dev, one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Arcade, Operations, and Health.

Run with Naftiko ArcadeOperationsHealth

Capability Spec

operations-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Arcade Operations API
  description: Arcade Operations API capability. Self-contained Naftiko capability covering the Arcade Engine's Operations
    surface.
  tags:
  - Arcade
  - Operations
  - Health
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    ARCADE_API_KEY: ARCADE_API_KEY
capability:
  consumes:
  - type: http
    namespace: arcade-operations
    baseUri: https://api.arcade.dev
    description: Arcade Engine Operations business capability. Self-contained, no shared references.
    resources:
    - name: v1-config
      path: /v1/config
      operations:
      - name: engineconfig
        method: GET
        description: Arcade Get Engine Config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-health
      path: /v1/health
      operations:
      - name: arcadehealth
        method: GET
        description: Arcade Engine Health Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-swagger
      path: /v1/swagger
      operations:
      - name: swagger
        method: GET
        description: Arcade Get Openapi Specification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  tools:
  - name: arcade-engineconfig
    description: Arcade Get Engine Config
    hints:
      readOnly: true
      destructive: false
      idempotent: true
    call: arcade-operations.engineconfig
    outputParameters:
    - type: object
      mapping: $.
  - name: arcade-arcadehealth
    description: Arcade Engine Health Check
    hints:
      readOnly: true
      destructive: false
      idempotent: true
    call: arcade-operations.arcadehealth
    outputParameters:
    - type: object
      mapping: $.
  - name: arcade-swagger
    description: Arcade Get Openapi Specification
    hints:
      readOnly: true
      destructive: false
      idempotent: true
    call: arcade-operations.swagger
    outputParameters:
    - type: object
      mapping: $.