Ashby · Capability

Ashby API — Application Form

Ashby API — Application Form. 1 operations. Lead operation: applicationForm.submit. Self-contained Naftiko capability covering one Ashby business surface.

Run with Naftiko AshbyApplication Form

What You Can Do

POST
Applicationformsubmit — applicationForm.submit
/v1/applicationform-submit

MCP Tools

applicationform-submit

applicationForm.submit

Capability Spec

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