LangSmith · Capability

LangSmith — sandboxes-internal

LangSmith — sandboxes-internal. 1 operations. Lead operation: Internal: start a stopped sandbox (service-to-service). Self-contained Naftiko capability covering one Langsmith business surface.

Run with Naftiko Langsmithsandboxes-internal

What You Can Do

POST
Post — Internal: start a stopped sandbox (service-to-service)
/v1/v2/sandboxes/internal/start/{name}

MCP Tools

internal-start-stopped-sandbox-service

Internal: start a stopped sandbox (service-to-service)

Capability Spec

langsmith-sandboxes-internal.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LangSmith — sandboxes-internal
  description: 'LangSmith — sandboxes-internal. 1 operations. Lead operation: Internal: start a stopped sandbox (service-to-service).
    Self-contained Naftiko capability covering one Langsmith business surface.'
  tags:
  - Langsmith
  - sandboxes-internal
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LANGSMITH_API_KEY: LANGSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: langsmith-sandboxes-internal
    baseUri: ''
    description: LangSmith — sandboxes-internal business capability. Self-contained, no shared references.
    resources:
    - name: v2-sandboxes-internal-start-name
      path: /v2/sandboxes/internal/start/{name}
      operations:
      - name: post
        method: POST
        description: 'Internal: start a stopped sandbox (service-to-service)'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Sandbox display name or route name (sb-<uuid>)
          required: true
        - name: X-Tenant-Id
          in: header
          type: string
          description: Tenant ID
          required: true
    authentication:
      type: bearer
      token: '{{env.LANGSMITH_API_KEY}}'
  exposes:
  - type: rest
    namespace: langsmith-sandboxes-internal-rest
    port: 8080
    description: REST adapter for LangSmith — sandboxes-internal. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/sandboxes/internal/start/{name}
      name: v2-sandboxes-internal-start-name
      description: REST surface for v2-sandboxes-internal-start-name.
      operations:
      - method: POST
        name: post
        description: 'Internal: start a stopped sandbox (service-to-service)'
        call: langsmith-sandboxes-internal.post
        with:
          name: rest.name
          X-Tenant-Id: rest.X-Tenant-Id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: langsmith-sandboxes-internal-mcp
    port: 9090
    transport: http
    description: MCP adapter for LangSmith — sandboxes-internal. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: internal-start-stopped-sandbox-service
      description: 'Internal: start a stopped sandbox (service-to-service)'
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: langsmith-sandboxes-internal.post
      with:
        name: tools.name
        X-Tenant-Id: tools.X-Tenant-Id
      outputParameters:
      - type: object
        mapping: $.