SAFe Program Increment is a JSON Structure definition published by Scaled Agile.
{
"name": "SAFe Program Increment",
"description": "Structure of a SAFe Program Increment timebox for Agile Release Train planning and execution",
"fields": [
{
"name": "id",
"type": "string",
"description": "PI identifier",
"required": true
},
{
"name": "name",
"type": "string",
"description": "PI name (e.g., PI 2026.2)",
"required": true
},
{
"name": "start_date",
"type": "string",
"format": "date",
"required": true
},
{
"name": "end_date",
"type": "string",
"format": "date",
"required": true
},
{
"name": "art",
"type": "object",
"description": "Parent ART reference",
"required": true,
"fields": [
{"name": "id", "type": "string"},
{"name": "name", "type": "string"}
]
},
{
"name": "status",
"type": "enum",
"values": ["planning", "active", "completed"]
},
{
"name": "iterations",
"type": "array",
"description": "4 development iterations + 1 IP iteration",
"itemType": {
"name": "Iteration",
"fields": [
{"name": "id", "type": "string"},
{"name": "number", "type": "integer"},
{"name": "name", "type": "string"},
{"name": "start_date", "type": "string", "format": "date"},
{"name": "end_date", "type": "string", "format": "date"},
{"name": "type", "type": "enum", "values": ["development", "innovation_planning"]}
]
}
},
{
"name": "objectives",
"type": "array",
"description": "Team PI objectives",
"itemType": {
"name": "PIObjective",
"fields": [
{"name": "id", "type": "string"},
{"name": "title", "type": "string"},
{"name": "business_value", "type": "integer", "description": "1-10 rating"},
{"name": "committed", "type": "boolean"},
{
"name": "team",
"type": "object",
"fields": [
{"name": "id", "type": "string"},
{"name": "name", "type": "string"}
]
}
]
}
},
{
"name": "features",
"type": "array",
"description": "Features planned for this PI"
}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/scaled-agile-pi-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.