LangChain · Capability

LangSmith — ace

LangSmith — ace. 1 operations. Lead operation: Execute. Self-contained Naftiko capability covering one Langchain business surface.

Run with Naftiko Langchainace

What You Can Do

POST
Executeapiv1aceexecutepost — Execute
/v1/api/v1/ace/execute

MCP Tools

execute

Execute

Capability Spec

langchain-ace.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LangSmith — ace
  description: 'LangSmith — ace. 1 operations. Lead operation: Execute. Self-contained Naftiko capability covering one Langchain
    business surface.'
  tags:
  - Langchain
  - ace
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LANGCHAIN_API_KEY: LANGCHAIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: langchain-ace
    baseUri: ''
    description: LangSmith — ace business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-ace-execute
      path: /api/v1/ace/execute
      operations:
      - name: executeapiv1aceexecutepost
        method: POST
        description: Execute
        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.LANGCHAIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: langchain-ace-rest
    port: 8080
    description: REST adapter for LangSmith — ace. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v1/ace/execute
      name: api-v1-ace-execute
      description: REST surface for api-v1-ace-execute.
      operations:
      - method: POST
        name: executeapiv1aceexecutepost
        description: Execute
        call: langchain-ace.executeapiv1aceexecutepost
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: langchain-ace-mcp
    port: 9090
    transport: http
    description: MCP adapter for LangSmith — ace. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: execute
      description: Execute
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: langchain-ace.executeapiv1aceexecutepost
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.