For engineers who build and integrate
Build with the StructuralMind API.
StructuralMind is API-first. Every calculation is exposed as a REST API endpoint. Call the same deterministic engine you use in the web app from inside the tools you already use every day — your structural software, your own automation, BIM models, and even Excel. Call the same REST API from your AI agents or your own MCP server.
POST /api/v1/rc-column/check
KEY: sm_...
{ "geometry": { "b_mm": 400, "h_mm": 400 },
"loads": [{ "N_kN": 800, "M1_kNm": 120 }],
"concrete": { "grade": "C30" },
"audit": true }{ "success": true,
"governing_combo": {
"dc_ratio": 0.86, "passed": true } }Call it from the tools you already use
How the API works
One endpoint per calculation
Every calculation is a typed REST API endpoint with explicit inputs and outputs.
Deterministic results
The same request always returns the same result. Reproducible, testable and safe for automation.
Glass Box over the API
On demand, every design step returns as JSON: a plain-text description, a LaTeX formula (symbolic + numeric substitution), the relevant code clause, and a pass/fail result. Render the formulas verbatim in your own UI.
A worked example
Send your input data; get structured results and (optionally) every intermediate step as JSON.
The Glass Box formula, visualized
audit_trail contains each design step as 'Description', 'LaTeX formula (symbolic + numeric substitution)', 'Code clause' and 'Design status' — the same Glass Box as the web app, returned as JSON.
Field names and structure are from the real API schema; the numeric values are illustrative.
Built for AI agents
We designed the StructuralMind API, so that, autonomous AI agents — not just developers — can call it with high accuracy. Agents don't have to guess: they know what to send and get consistent, verifiable results.
Right on the first try — every endpoint is crafted so agents form correct calls.
Rules, not guesswork — deterministic, code-based, traceable results.
Ready for AI workflows — a natural fit for agent- and MCP-based automation.
Authentication & keys
Send your personal secret API key in the request header. API keys are issued on the Studio and Enterprise plans and managed in-app.
- Header-based authentication over HTTPS
- Multiple named keys, each with a required expiry
- Revoke keys at any time
Rate limits & pricing
- Studio: 2,000 API calls/month (shared across the organization)
- Enterprise: custom limits
- Stops when the quota is reached (no overage/extra usage yet)
Full reference for licensed API users
API documentation is available for Studio and Enterprise users; the complete, always-current reference — every calculation's parameters, schema and error codes — lives in-app, so it stays in sync with the engine.
Start calculating in minutes.
Sign up, pick a calculation, and produce your first auditable report.