Catalyst-Q

API Guide

Integrate only after the story is clear: Catalyst-Q provides vertical agents, proof packets, dashboards, and MCP/API hooks that turn high-stakes decisions into measurable pilots.

Vertical agent calls.

Each call returns model route, .rain metadata, Catalyst-Q result metadata, and the agent output.

freight-field-routing

Freight & Field Route Optimization Agent

Produces ranked route plans and re-plans under time windows, capacity, driver hours, traffic, weather, and priority-order constraints.

POST https://catalyst-q.strategic-innovations.ai/v1/vertical-agents/freight-field-routing/ask
{
  "workflow": "triage",
  "tier": "free",
  "run_simulation": true,
  "prompt": "Re-plan today's field routes after a priority pickup and storm cell, preserving driver hours and minimizing customer lateness."
}
exact-chemistry-verification

Exact Chemistry Verification Agent

Builds active-space verification packets for strongly correlated chemistry where approximate DFT/CCSD workflows disagree, with cryptographic consistency proof and explicit scientific scope.

POST https://catalyst-q.strategic-innovations.ai/v1/vertical-agents/exact-chemistry-verification/ask
{
  "workflow": "triage",
  "tier": "free",
  "run_simulation": true,
  "prompt": "Build a verification packet for a FeMo-cofactor-inspired active-space catalyst where DFT methods disagree on spin-state ordering."
}
flight-ops-routing

Flight Ops Route Optimization Agent

Ranks flight route, altitude, and disruption-response options across fuel burn, winds, fees, schedule knock-on effects, and operational risk.

POST https://catalyst-q.strategic-innovations.ai/v1/vertical-agents/flight-ops-routing/ask
{
  "workflow": "plan",
  "tier": "free",
  "run_simulation": true,
  "prompt": "Compare reroute options for tomorrow's westbound flights under stronger headwinds and quantify fuel, time, and schedule risk."
}
grid-optimization

Grid Optimization Agent

Explores dispatch, load-shift, storage, and contingency scenarios with operator-reviewed recommendations and regulator-friendly replay.

POST https://catalyst-q.strategic-innovations.ai/v1/vertical-agents/grid-optimization/ask
{
  "workflow": "plan",
  "tier": "free",
  "run_simulation": true,
  "prompt": "Propose a VPP dispatch schedule for tomorrow's peak load with battery SOC, feeder capacity, and renewable forecast uncertainty."
}
atc-decision-support

ATC Decision-Support Agent

Generates ranked conflict-resolution and traffic-flow options in simulator/offline settings with full provenance, replay, and safety-case evidence.

POST https://catalyst-q.strategic-innovations.ai/v1/vertical-agents/atc-decision-support/ask
{
  "workflow": "triage",
  "tier": "free",
  "run_simulation": true,
  "prompt": "In a simulator, rank three conflict-resolution options for converging arrivals and explain separation margin, workload, and downstream flow impact."
}

Browser Run evidence

GET https://catalyst-q.strategic-innovations.ai/v1/browser-run/screenshot?target=/app&width=1440&height=1000

Same-origin only; captures app, docs, dashboards, pricing, and web product pages.

Status and telemetry

GET https://catalyst-q.strategic-innovations.ai/health

The human page is /status. Use the JSON route for monitors and CI.

MCP transport

POST https://catalyst-q.strategic-innovations.ai/mcp

The human page is /mcp. MCP clients should use Streamable HTTP against the same path.