API-Fiddle · Capability

API-Fiddle API Fiddle API — Export

API-Fiddle API Fiddle API — Export. 1 operations. Lead operation: API-Fiddle Export a project. Self-contained Naftiko capability covering one Api Fiddle business surface.

Run with Naftiko Api FiddleExport

What You Can Do

POST
Exportproject — API-Fiddle Export a project
/v1/projects/{projectid}/export

MCP Tools

api-fiddle-export-project

API-Fiddle Export a project

Capability Spec

api-fiddle-export.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API-Fiddle API Fiddle API — Export
  description: 'API-Fiddle API Fiddle API — Export. 1 operations. Lead operation: API-Fiddle Export a project. Self-contained
    Naftiko capability covering one Api Fiddle business surface.'
  tags:
  - Api Fiddle
  - Export
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    API_FIDDLE_API_KEY: API_FIDDLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-fiddle-export
    baseUri: https://api.api-fiddle.com/v1
    description: API-Fiddle API Fiddle API — Export business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-export
      path: /projects/{projectId}/export
      operations:
      - name: exportproject
        method: POST
        description: API-Fiddle Export a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.API_FIDDLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-fiddle-export-rest
    port: 8080
    description: REST adapter for API-Fiddle API Fiddle API — Export. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/export
      name: projects-projectid-export
      description: REST surface for projects-projectId-export.
      operations:
      - method: POST
        name: exportproject
        description: API-Fiddle Export a project
        call: api-fiddle-export.exportproject
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-fiddle-export-mcp
    port: 9090
    transport: http
    description: MCP adapter for API-Fiddle API Fiddle API — Export. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: api-fiddle-export-project
      description: API-Fiddle Export a project
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: api-fiddle-export.exportproject
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.