Lattica Platform API

The LatticaAI platform API for deploying and operating encrypted workloads. An RPC-style HTTPS surface rooted at https://api.lattica.ai/api/, authenticated with a Bearer token, covering account and finance operations, model (workload) lifecycle, user access token management, worker/compute-resource control, and encrypted query execution. Consumed through the first-party Python (lattica-query, lattica-management) and TypeScript (@lattica-ai/query) client SDKs; Lattica does not publish an OpenAPI definition for the surface.

API entry from apis.yml

apis.yml Raw ↑
aid: lattica:platform
name: Lattica Platform API
description: The LatticaAI platform API for deploying and operating encrypted workloads. An RPC-style
  HTTPS surface rooted at https://api.lattica.ai/api/, authenticated with a Bearer token, covering account
  and finance operations, model (workload) lifecycle, user access token management, worker/compute-resource
  control, and encrypted query execution. Consumed through the first-party Python (lattica-query, lattica-management)
  and TypeScript (@lattica-ai/query) client SDKs; Lattica does not publish an OpenAPI definition for the
  surface.
humanURL: https://platformdocs.lattica.ai/
baseURL: https://api.lattica.ai
tags:
- Fully Homomorphic Encryption
- Encrypted Compute
- Inference
- Workload Management
properties:
- type: Documentation
  url: https://platformdocs.lattica.ai/
- type: GettingStarted
  url: https://platformdocs.lattica.ai/how-to-guides/client-installation.md
- type: Authentication
  url: authentication/lattica-authentication.yml
- type: Conventions
  url: conventions/lattica-conventions.yml
- type: MCPServer
  url: mcp/lattica-mcp.yml