External Engines — /api/external-engines*
A curated, read-public registry of physics solvers and authoritative data services (NIST CODATA, LAMMPS, OpenFOAM, ANSYS, COMSOL, BOUT++, Wolfram Alpha, NREL) the PLAN-mode agent can propose binding to.
Concept: External Engines.
Source: shared/api-core/src/routes/externalEngines.ts.
Endpoints
| Method | Path | Auth | Notes |
|---|---|---|---|
GET | /api/external-engines | public | List engines. Optional ?category= and ?enabled=false filters. |
GET | /api/external-engines/:id | public | Fetch one engine row. |
GET | /api/external-engines/:id/probe | public | Best-effort reachability ping of the engine's curated endpoint_url (3s bound, HEAD/no-cors). |
curl -sS https://zeqapi.com/api/external-engines?category=simulator
curl -sS https://zeqapi.com/api/external-engines/openfoam/probe
See also
- External Engines — the registry concept + how a machine binds one.
- Extend — wiring an external API a contract can call.