Highlight Private GraphQL API

Internal GraphQL API that powers the Highlight dashboard at `https://pri.highlight.io`. Used to list, search, and manage workspaces, projects, sessions, errors, logs, traces, dashboards, alerts, and integrations. Authenticated via dashboard session cookie or workspace admin API token; the schema is open-source under `backend/private-graph/graph` but is not a stable public contract.

Highlight Private GraphQL API is one of 7 APIs that Highlight (highlight.io) publishes on the APIs.io network.

This API exposes 1 machine-runnable capability that can be deployed as REST, MCP, or Agent Skill surfaces via Naftiko.

Tagged areas include Observability, GraphQL, Management, and Internal. The published artifact set on APIs.io includes API documentation and 1 Naftiko capability spec.

API entry from apis.yml

apis.yml Raw ↑
aid: highlight-io:highlight-private-graphql-api
name: Highlight Private GraphQL API
tags:
- Observability
- GraphQL
- Management
- Internal
humanURL: https://github.com/highlight/highlight/tree/main/backend/private-graph
properties:
- url: https://github.com/highlight/highlight/tree/main/backend/private-graph
  type: Documentation
- url: https://www.highlight.io/docs/general/product-features/general-features/api
  type: Documentation
- type: NaftikoCapability
  url: capabilities/private-graphql.yaml
description: Internal GraphQL API that powers the Highlight dashboard at `https://pri.highlight.io`. Used
  to list, search, and manage workspaces, projects, sessions, errors, logs, traces, dashboards, alerts,
  and integrations. Authenticated via dashboard session cookie or workspace admin API token; the schema
  is open-source under `backend/private-graph/graph` but is not a stable public contract.