API Overview
REST endpoints for automation control, observability telemetry, and content cache access.
GET /api/content
POST /api/forms/submit
POST /api/analytics/pageview
GET /api/health
Documentation
Integration guides for API connectivity, authentication, workflow orchestration, governance controls, and production operations.
REST endpoints for automation control, observability telemetry, and content cache access.
GET /api/content
POST /api/forms/submit
POST /api/analytics/pageview
GET /api/health
Admin and customer routes are protected via HTTP-only JWT session cookies and role checks.
POST /api/auth/login
GET /api/auth/me
POST /api/auth/update-password
POST /api/auth/logout
Define deterministic workflow stages, schema contracts, and fallback actions.
Set global and per-request limits with automatic blocking and cache fallback behavior.
MAX_TOKENS_PER_REQUEST=300
MAX_DAILY_TOKENS=12000
MAX_DAILY_COST=6.0
Use signed request gateways for inbound workflow triggers and outbound status callbacks.
Static frontend + Node API control plane with secure credential boundaries and policy controls.
Client (Static) -> API (Express)
-> Policy + Auth
-> Telemetry + Audit
-> Controlled Model Gateways