REST · WebSocket · v4.2
API Reference
Endpoints for agent orchestration, document ingestion, and compliance validation across your engineering stack.
Base URL & Auth
All requests use HTTPS against your regional endpoint. Authenticate with a bearer token issued from the enterprise console.
POST https://api.engaineer.org/v1/agents/run Authorization: Bearer <token> Content-Type: application/json
Core Endpoints
- POST /v1/documents — Upload drawings, specs, and P&IDs for indexing.
- POST /v1/agents/run — Start a compliance validation job against selected standards.
- GET /v1/jobs/{id} — Poll job status, findings, and citation traces.
- GET /v1/standards — List enabled standard libraries and versions.
- WS /v1/stream — Live agent events for dashboards and CI hooks.
SDKs
Official clients for Python, Node.js, and .NET wrap retries, multipart uploads, and webhook verification. Request SDK access from your account team or via Contact.