Aller au contenu principal

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

MethodPathAuthNotes
GET/api/external-enginespublicList engines. Optional ?category= and ?enabled=false filters.
GET/api/external-engines/:idpublicFetch one engine row.
GET/api/external-engines/:id/probepublicBest-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.