Determined AI · Capability

Determined AI REST API — Templates

Determined AI REST API — Templates. 1 operations. Lead operation: List templates. Self-contained Naftiko capability covering one Determined Ai business surface.

Run with Naftiko Determined AiTemplates

What You Can Do

GET
Gettemplates — List templates
/v1/api/v1/templates

MCP Tools

list-templates

List templates

read-only idempotent

Capability Spec

determined-ai-templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Determined AI REST API — Templates
  description: 'Determined AI REST API — Templates. 1 operations. Lead operation: List templates. Self-contained Naftiko capability
    covering one Determined Ai business surface.'
  tags:
  - Determined Ai
  - Templates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DETERMINED_AI_API_KEY: DETERMINED_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: determined-ai-templates
    baseUri: https://master.example.com
    description: Determined AI REST API — Templates business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-templates
      path: /api/v1/templates
      operations:
      - name: gettemplates
        method: GET
        description: List templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DETERMINED_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: determined-ai-templates-rest
    port: 8080
    description: REST adapter for Determined AI REST API — Templates. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/templates
      name: api-v1-templates
      description: REST surface for api-v1-templates.
      operations:
      - method: GET
        name: gettemplates
        description: List templates
        call: determined-ai-templates.gettemplates
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: determined-ai-templates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Determined AI REST API — Templates. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-templates
      description: List templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: determined-ai-templates.gettemplates
      outputParameters:
      - type: object
        mapping: $.