Frostbyte · Capability

Frostbyte Screenshot API — Data & Analytics

Frostbyte Screenshot API — Data & Analytics. 3 operations. Lead operation: Agent Screenshot — /api/screenshot. Self-contained Naftiko capability covering one Frostbyte business surface.

Run with Naftiko FrostbyteData & Analytics

What You Can Do

POST
Agentscreenshotpostapiscreenshot — Agent Screenshot — /api/screenshot
/v1/v1/agent-screenshot/api/screenshot
GET
Agentscreenshotgetapiscreenshot — Agent Screenshot — /api/screenshot
/v1/v1/agent-screenshot/api/screenshot
POST
Agentscreenshotpostapiscreenshotjson — Agent Screenshot — /api/screenshot/json
/v1/v1/agent-screenshot/api/screenshot/json

MCP Tools

agent-screenshot-api-screenshot

Agent Screenshot — /api/screenshot

agent-screenshot-api-screenshot-2

Agent Screenshot — /api/screenshot

read-only idempotent
agent-screenshot-api-screenshot-json

Agent Screenshot — /api/screenshot/json

Capability Spec

screenshot-data-analytics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Frostbyte Screenshot API — Data & Analytics
  description: 'Frostbyte Screenshot API — Data & Analytics. 3 operations. Lead operation: Agent Screenshot — /api/screenshot.
    Self-contained Naftiko capability covering one Frostbyte business surface.'
  tags:
  - Frostbyte
  - Data & Analytics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FROSTBYTE_API_KEY: FROSTBYTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: screenshot-data-analytics
    baseUri: https://agent-gateway-kappa.vercel.app
    description: Frostbyte Screenshot API — Data & Analytics business capability. Self-contained, no shared references.
    resources:
    - name: v1-agent-screenshot-api-screenshot
      path: /v1/agent-screenshot/api/screenshot
      operations:
      - name: agentscreenshotpostapiscreenshot
        method: POST
        description: Agent Screenshot — /api/screenshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: agentscreenshotgetapiscreenshot
        method: GET
        description: Agent Screenshot — /api/screenshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-agent-screenshot-api-screenshot-json
      path: /v1/agent-screenshot/api/screenshot/json
      operations:
      - name: agentscreenshotpostapiscreenshotjson
        method: POST
        description: Agent Screenshot — /api/screenshot/json
        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: screenshot-data-analytics-rest
    port: 8080
    description: REST adapter for Frostbyte Screenshot API — Data & Analytics. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/agent-screenshot/api/screenshot
      name: v1-agent-screenshot-api-screenshot
      description: REST surface for v1-agent-screenshot-api-screenshot.
      operations:
      - method: POST
        name: agentscreenshotpostapiscreenshot
        description: Agent Screenshot — /api/screenshot
        call: screenshot-data-analytics.agentscreenshotpostapiscreenshot
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: agentscreenshotgetapiscreenshot
        description: Agent Screenshot — /api/screenshot
        call: screenshot-data-analytics.agentscreenshotgetapiscreenshot
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/agent-screenshot/api/screenshot/json
      name: v1-agent-screenshot-api-screenshot-json
      description: REST surface for v1-agent-screenshot-api-screenshot-json.
      operations:
      - method: POST
        name: agentscreenshotpostapiscreenshotjson
        description: Agent Screenshot — /api/screenshot/json
        call: screenshot-data-analytics.agentscreenshotpostapiscreenshotjson
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: screenshot-data-analytics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Frostbyte Screenshot API — Data & Analytics. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: agent-screenshot-api-screenshot
      description: Agent Screenshot — /api/screenshot
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: screenshot-data-analytics.agentscreenshotpostapiscreenshot
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: agent-screenshot-api-screenshot-2
      description: Agent Screenshot — /api/screenshot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: screenshot-data-analytics.agentscreenshotgetapiscreenshot
      outputParameters:
      - type: object
        mapping: $.
    - name: agent-screenshot-api-screenshot-json
      description: Agent Screenshot — /api/screenshot/json
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: screenshot-data-analytics.agentscreenshotpostapiscreenshotjson
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.