Forethought · Capability

Forethought Triage API — Predictions

Forethought Triage API — Predictions. 1 operation. Lead operation: Predict Ticket Triage Labels. Self-contained Naftiko capability covering one Forethought business surface.

Forethought Triage API — Predictions is a Naftiko capability published by Forethought, one of 3 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/triage/predictions.

The capability includes 1 read-only operation. Lead operation: Predict Ticket Triage Labels. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Forethought, Triage, Predictions, and Classification.

Run with Naftiko ForethoughtTriagePredictionsClassification

What You Can Do

POST
Predicttriage — Predict Ticket Triage Labels
/v1/triage/predictions

MCP Tools

forethought-predict-ticket-triage

Predict Ticket Triage Labels

read-only idempotent

Capability Spec

triage-predictions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Forethought Triage API — Predictions
  description: 'Forethought Triage API — Predictions. 1 operation. Lead operation: Predict Ticket Triage Labels. Self-contained Naftiko capability covering one Forethought business surface.'
  tags:
  - Forethought
  - Triage
  - Predictions
  - Classification
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    FORETHOUGHT_TRIAGE_TOKEN: FORETHOUGHT_TRIAGE_TOKEN
capability:
  consumes:
  - type: http
    namespace: triage-predictions
    baseUri: https://api.forethought.ai
    description: Forethought Triage API — Predictions business capability. Self-contained, no shared references.
    resources:
    - name: api-predict
      path: /api/predict
      operations:
      - name: predicttriage
        method: POST
        description: Predict Ticket Triage Labels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.FORETHOUGHT_TRIAGE_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: triage-predictions-rest
    port: 8080
    description: REST adapter for Forethought Triage API — Predictions. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/triage/predictions
      name: api-predict
      description: REST surface for api-predict.
      operations:
      - method: POST
        name: predicttriage
        description: Predict Ticket Triage Labels
        call: triage-predictions.predicttriage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: triage-predictions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Forethought Triage API — Predictions.
    tools:
    - name: forethought-predict-ticket-triage
      description: Predict Ticket Triage Labels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: triage-predictions.predicttriage
      outputParameters:
      - type: object
        mapping: $.