JetBrains · Capability

JetBrains Space HTTP API — API Model

JetBrains Space HTTP API — API Model. 1 operations. Lead operation: JetBrains Get HTTP API Model. Self-contained Naftiko capability covering one Jetbrains business surface.

Run with Naftiko JetbrainsAPI Model

What You Can Do

GET
Gethttpapimodel — JetBrains Get HTTP API Model
/v1/http-api-model

MCP Tools

jetbrains-get-http-api-model

JetBrains Get HTTP API Model

read-only idempotent

Capability Spec

space-api-model.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: JetBrains Space HTTP API — API Model
  description: 'JetBrains Space HTTP API — API Model. 1 operations. Lead operation: JetBrains Get HTTP API Model. Self-contained
    Naftiko capability covering one Jetbrains business surface.'
  tags:
  - Jetbrains
  - API Model
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JETBRAINS_API_KEY: JETBRAINS_API_KEY
capability:
  consumes:
  - type: http
    namespace: space-api-model
    baseUri: https://{organization}.jetbrains.space/api/http
    description: JetBrains Space HTTP API — API Model business capability. Self-contained, no shared references.
    resources:
    - name: http-api-model
      path: /http-api-model
      operations:
      - name: gethttpapimodel
        method: GET
        description: JetBrains Get HTTP API Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.JETBRAINS_API_KEY}}'
  exposes:
  - type: rest
    namespace: space-api-model-rest
    port: 8080
    description: REST adapter for JetBrains Space HTTP API — API Model. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/http-api-model
      name: http-api-model
      description: REST surface for http-api-model.
      operations:
      - method: GET
        name: gethttpapimodel
        description: JetBrains Get HTTP API Model
        call: space-api-model.gethttpapimodel
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: space-api-model-mcp
    port: 9090
    transport: http
    description: MCP adapter for JetBrains Space HTTP API — API Model. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: jetbrains-get-http-api-model
      description: JetBrains Get HTTP API Model
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: space-api-model.gethttpapimodel
      outputParameters:
      - type: object
        mapping: $.