A PMBOK-aligned Agentic AI reasoning engine. Walk a project through every lifecycle phase — from Initiation to Closing — and generate structured intelligence, risks, EVM, and sustainability scores.
Each button loads a realistic project snapshot for that phase. Run the agent at each phase to watch the project progress from Initiation → Closing.
Just write naturally — the agent reads your description and analyzes it.
Enter an invite code to enable the Run button.
Run the agent to see structured PMBOK intelligence here.
Once the app is published, the raw endpoint is:
POST https://<your-app-domain>/functions/idrisightApiEngine
Content-Type: application/json
{
"invite_code": "YOUR_CODE",
"project_data": { "name": "...", "status": "planning", "budget": 250000 },
"query": "Analyze planning readiness",
"request_type": "full_analysis"
}request_type options: full_analysis, evm, risk, sustainability, report.