v0 · Capability

v0 App API — terms

v0 App API — terms. 2 operations. Lead operation: terms. Self-contained Naftiko capability covering one V0 business surface.

Run with Naftiko V0terms

What You Can Do

GET
Termsfind — termsfind
/v1/terms
POST
Termsacceptcreate — termsacceptcreate
/v1/terms/accept

MCP Tools

termsfind

termsfind

read-only idempotent
termsacceptcreate

termsacceptcreate

Capability Spec

platform-terms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: v0 App API — terms
  description: 'v0 App API — terms. 2 operations. Lead operation: terms. Self-contained Naftiko capability covering one V0
    business surface.'
  tags:
  - V0
  - terms
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    V0_API_KEY: V0_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-terms
    baseUri: https://api.v0.dev/v1
    description: v0 App API — terms business capability. Self-contained, no shared references.
    resources:
    - name: terms
      path: /terms
      operations:
      - name: termsfind
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: terms-accept
      path: /terms/accept
      operations:
      - name: termsacceptcreate
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.V0_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: platform-terms-rest
    port: 8080
    description: REST adapter for v0 App API — terms. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/terms
      name: terms
      description: REST surface for terms.
      operations:
      - method: GET
        name: termsfind
        description: termsfind
        call: platform-terms.termsfind
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/terms/accept
      name: terms-accept
      description: REST surface for terms-accept.
      operations:
      - method: POST
        name: termsacceptcreate
        description: termsacceptcreate
        call: platform-terms.termsacceptcreate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-terms-mcp
    port: 9090
    transport: http
    description: MCP adapter for v0 App API — terms. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: termsfind
      description: termsfind
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-terms.termsfind
      outputParameters:
      - type: object
        mapping: $.
    - name: termsacceptcreate
      description: termsacceptcreate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-terms.termsacceptcreate
      outputParameters:
      - type: object
        mapping: $.