Install guides, operator runbooks, and API reference for every Specaria product. Build status: SOAP to REST is GA — everything else marked preview ships docs in lockstep with its public build.
⌘K
Getting started
Install once, license later. Postgres 15+ is the only outside dependency.
Stable v1 endpoints, signed audit feed, JWKS-published license verification.
# platform-wide v1 endpointsGET /api/v1/health # liveness / readinessGET /api/v1/license/status # active license, caps, expiryGET /api/v1/license/jwks # public keys for offline verificationGET /api/v1/audit?since=ISO8601 # signed audit feed (cursor-paginated)GET /api/v1/iam/roles # role catalogPOST /api/v1/iam/role-bindings # grant role to subject# product-namespaced endpoints under /api/v1/<product>POST /api/v1/s2r/services # import WSDL, infer mappingPOST /api/v1/s2r/services/{id}/promote # staging → prod, signedPOST /api/v1/s2r/services/{id}/rollback # revert to previous revision
Release notes
Every release is signed. The audit feed records who built it, who approved it, and when it shipped.
s2r 3.2.1
Adds DataPower 10.5 connector. Fixes UTF-16 boundary on inbound SOAP for ko-KR locale.
2026-05-22
s2r 3.2.0
Per-service rate-limiting and circuit-breakers. New observability dashboard for upstream timeouts.
2026-05-08
platform 1.4.0
Audit feed now exposes a signed receipt per event. Backoffice license dashboard ships.
2026-04-26
s2r 3.1.0
First GA. Five-step flow, signed audit, four-container deploy.
2026-04-04
Status
Specaria operates a public status page for shared infrastructure — the operator portal, the JWKS endpoint, marketplace fulfillment, and the docs site. Customer installations are self-hosted, so they have their own status.