curl --request POST \
--url https://api.mnemom.ai/v1/teams/forecast \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"team_id": "<string>",
"horizon_days": 30,
"include_mitigations": true
}
'{
"forecast_id": "<string>",
"failure_modes": [
{
"mode": "<string>",
"probability": 0.5,
"impact": "low",
"contributing_factors": [
"<string>"
],
"mitigation": "<string>"
}
],
"overall_risk_level": "low",
"confidence": 0.5
}Forecast potential risks and failure modes for a team based on current alignment state, historical trends, and known fault lines. Returns ranked failure modes with probability estimates, impact assessments, and mitigation suggestions.
curl --request POST \
--url https://api.mnemom.ai/v1/teams/forecast \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"team_id": "<string>",
"horizon_days": 30,
"include_mitigations": true
}
'{
"forecast_id": "<string>",
"failure_modes": [
{
"mode": "<string>",
"probability": 0.5,
"impact": "low",
"contributing_factors": [
"<string>"
],
"mitigation": "<string>"
}
],
"overall_risk_level": "low",
"confidence": 0.5
}Supabase JWT token in Authorization: Bearer header
Risk forecast result
Risk forecast for a team based on alignment trends and fault lines.
Unique identifier for this forecast
Ranked list of potential failure modes
Show child attributes
Overall risk level for the team
low, medium, high, critical Confidence level of the forecast (0.0 to 1.0)
0 <= x <= 1