IDRISight Agent API

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.

Step 1 — Pick a lifecycle phase (learning walkthrough)

Each button loads a realistic project snapshot for that phase. Run the agent at each phase to watch the project progress from Initiation → Closing.

Step 2 — Configure & Run

Just write naturally — the agent reads your description and analyzes it.

Enter an invite code to enable the Run button.

Agent Response

Run the agent to see structured PMBOK intelligence here.

For developers — call the API directly

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.