HTTPie · Capability

HTTPie API — App

HTTPie API — App. 1 operations. Lead operation: HTTPie web application. Self-contained Naftiko capability covering one Httpie business surface.

Run with Naftiko HttpieApp

What You Can Do

GET
Getapp — HTTPie web application
/v1/app

MCP Tools

httpie-web-application

HTTPie web application

read-only idempotent

Capability Spec

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