Ashby · Capability

Ashby API — Job Template

Ashby API — Job Template. 1 operations. Lead operation: jobTemplate.list. Self-contained Naftiko capability covering one Ashby business surface.

Run with Naftiko AshbyJob Template

What You Can Do

POST
Jobtemplatelist — jobTemplate.list
/v1/jobtemplate-list

MCP Tools

jobtemplate-list

jobTemplate.list

Capability Spec

ashby-job-template.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ashby API — Job Template
  description: 'Ashby API — Job Template. 1 operations. Lead operation: jobTemplate.list. Self-contained Naftiko capability
    covering one Ashby business surface.'
  tags:
  - Ashby
  - Job Template
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ASHBY_API_KEY: ASHBY_API_KEY
capability:
  consumes:
  - type: http
    namespace: ashby-job-template
    baseUri: https://api.ashbyhq.com
    description: Ashby API — Job Template business capability. Self-contained, no shared references.
    resources:
    - name: jobTemplate.list
      path: /jobTemplate.list
      operations:
      - name: jobtemplatelist
        method: POST
        description: jobTemplate.list
        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: Ashby-Signature
      value: '{{env.ASHBY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: ashby-job-template-rest
    port: 8080
    description: REST adapter for Ashby API — Job Template. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/jobtemplate-list
      name: jobtemplate-list
      description: REST surface for jobTemplate.list.
      operations:
      - method: POST
        name: jobtemplatelist
        description: jobTemplate.list
        call: ashby-job-template.jobtemplatelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ashby-job-template-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ashby API — Job Template. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: jobtemplate-list
      description: jobTemplate.list
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ashby-job-template.jobtemplatelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.