[
StrictOps
control plane
How It WorksPricingSecurityDocs
Log InGet Started
StrictOps Docs

API Reference

StrictOps REST API documentation

API Reference

StrictOps provides a REST API for programmatic access to all platform features.

Swagger UI

Interactive API documentation is available at api.strictops.dev/api-docs.

The Swagger UI lets you browse all endpoints, view request/response schemas, and test API calls directly from the browser.

OpenAPI Specification

The OpenAPI 3.0 specification can be downloaded from api.strictops.dev/api-docs-json.

Use this spec to generate client SDKs or import into API testing tools like Postman.

Authentication

All API requests (except health checks) require a JWT token:

Authorization: Bearer <token>

Tokens are obtained through the Cognito authentication flow.

On this page