Truto · Capability

Truto Admin API — Link Tokens

Truto Admin API — Link Tokens. 1 operations. Lead operation: Create link token. Self-contained Naftiko capability covering one Truto business surface.

Run with Naftiko TrutoLink Tokens

What You Can Do

POST
Createlinktoken — Create link token
/v1/link-tokens

MCP Tools

create-link-token

Create link token

Capability Spec

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