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/tagsRequest body
{
"name": "production",
"graphId": "graph_123",
"description": "Primary production view for national transport program"
}Use cases
- Pin a human-readable label like
productionorpilotto a specific graph. - Allow clients to follow tags instead of hard-coding graph IDs.