intel · Capability

Intel Trust Authority API — Tokens

Intel Trust Authority API — Tokens. 1 operations. Lead operation: Get Attestation Token. Self-contained Naftiko capability covering one Intel business surface.

Run with Naftiko IntelTokens

What You Can Do

GET
Getattestationtoken — Get Attestation Token
/v1/tokens/{tokenid}

MCP Tools

get-attestation-token

Get Attestation Token

read-only idempotent

Capability Spec

trust-authority-tokens.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Intel Trust Authority API — Tokens
  description: 'Intel Trust Authority API — Tokens. 1 operations. Lead operation: Get Attestation Token. Self-contained Naftiko
    capability covering one Intel business surface.'
  tags:
  - Intel
  - Tokens
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTEL_API_KEY: INTEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: trust-authority-tokens
    baseUri: https://api.trustauthority.intel.com
    description: Intel Trust Authority API — Tokens business capability. Self-contained, no shared references.
    resources:
    - name: tokens-tokenId
      path: /tokens/{tokenId}
      operations:
      - name: getattestationtoken
        method: GET
        description: Get Attestation Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tokenId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: trust-authority-tokens-rest
    port: 8080
    description: REST adapter for Intel Trust Authority API — Tokens. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tokens/{tokenid}
      name: tokens-tokenid
      description: REST surface for tokens-tokenId.
      operations:
      - method: GET
        name: getattestationtoken
        description: Get Attestation Token
        call: trust-authority-tokens.getattestationtoken
        with:
          tokenId: rest.tokenId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trust-authority-tokens-mcp
    port: 9090
    transport: http
    description: MCP adapter for Intel Trust Authority API — Tokens. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-attestation-token
      description: Get Attestation Token
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: trust-authority-tokens.getattestationtoken
      with:
        tokenId: tools.tokenId
      outputParameters:
      - type: object
        mapping: $.