Platform API

API Explorer

Interactive navigation of the Lattix SDK control-plane API — operations, parameters, request and response shapes, driven by the published OpenAPI spec.

/ API EXPLORER

Lattix SDK Control Plane API

Version bootstrap

Authoritative machine-readable contract for the public `/v1/sdk/*` routes exposed by `lattix-platform-api`. These endpoints are intentionally metadata-only control-plane contracts. SDKs use them to discover capabilities, resolve policy, obtain key-handling guidance, register protected artifacts, and emit evidence without sending routine customer plaintext through the platform API.

Authentication

  • BearerAuth · bearer (JWT)

    Standard bearer-token flow for callers using JWT validation in `lattix-platform-api`.

  • TrustedHeaders · apiKey in header (x-lattix-tenant-id)

    Trusted ingress/header mode. Deployments using this pattern also forward `x-lattix-user-id` when required by configuration.

Operations

Pick an operation from the sidebar to see its request and response shape. Every link uses a shareable hash URL like #/operations/<operationId>.

discovery

Caller introspection, capability discovery, and bootstrap metadata.

3 operations

session

SDK client credential exchange for short-lived bearer tokens.

1 operation

protection

Metadata-only planning for protection, policy, and key access workflows.

3 operations

registration

Protected artifact registration after local enforcement.

1 operation

evidence

Metadata-only evidence ingestion for protected artifact lifecycle events.

1 operation

Download the spec

The authoritative machine-readable contract is published as an OpenAPI 3.0 YAML document you can feed to code generators or linters.

sdk-control-plane.yaml →