Program graph / Tags

Create tag

Create a new tag that points to a specific Program graph configuration or deployment. Tags give teams a stable handle they can target from clients and automation.

Endpoint

POST /v1/program-graph/tags

Request body

{
  "name": "production",
  "graphId": "graph_123",
  "description": "Primary production view for national transport program"
}

Use cases

  • Pin a human-readable label like production or pilot to a specific graph.
  • Allow clients to follow tags instead of hard-coding graph IDs.