Track AI, Automation, and Process Optimization initiatives.
Enable and Track
Idea Business Case0
Proposed0
Approved0
In Progress0
Live (active)0
Done (no action)0
Own and Build
Idea Business Case0
Proposed0
Approved0
In Progress0
Live (active)0
Done (no action)0
Strategic Solutions
Proposed0
Approved0
In Progress0
Done0
Propose New Initiative
Fields marked with * are required
Owning Org
Select Owning Organization
Edit Initiative
Owning Org
Select Owning Organization
Approve or Reject?
Monitoring Progress
This initiative is being monitored by the innovation team and is implemented by the owning organization.
Building Initiative
This initiative is being built by the innovation team for the owning organization.
Closed-loop ROI — expected vs realised
Expected · declared at approval
—
Realised · accrued from runs
No runs reported yet
Linked Initiatives
CAPEX Allocation
$0 / $0
OPEX Allocation
$0 / $0
Strategic Benefits
Total Benefits Achieved
$0
Total Benefits Forecast
$0
Assured vs Speculative
0 / 0
Associated Benefit Details
Client / Opportunity
Status
Revenue
Won Date
Category
Strategic Financials
Showing data for current financial year
Proposed Amount:$0
Approved Amount:$0
YTD Budget:$0
YTD Spend:$0
Forecast Monthly $:$0
FY25 Forecast:$0
Remaining Amount:$0
Funding Type:Mixed
Findings
No specific findings documented for this solution yet.
Investment Line Items
Category
Proposed
Approved
Last FY Spent
This FY Budget
YTD Actual
YTD Variance
Remaining
Type
Register Automation
Register an Automation under
this Live Initiative.
Registration hands you back a dotted sub-id and a per-Automation
reporting key so you can wire the agent into the running automation.
Hours the manual task takes, per run.
People who did it manually.
What one run processes — each completed run is valued against the baseline.
Runs you expect per period (optional).
Monitoring effort that remains, per run (optional).
Store these now — the reporting key won't be shown again.
Once you close this dialog the key is gone from your browser and InnoTrack
cannot recover it. Copy it into your agent's configuration or a password manager.
How to report runs
Point your automation's agent at the Reporting API — send one run as it
completes, or POST an array to batch. run_ref must be unique
and stable per run: re-posting the same run is a no-op (idempotent), so
retries never double-count.
Optional units, tokens and compute_seconds
enrich the figure where your source can supply them. Success returns
{"persisted":N,"duplicates":M}; a rejected run returns a clear
reason (400 for a malformed field, 422 if the Initiative isn't Live or the
key is wrong). Full contract: docs/reporting-api.md.