Skip to content
LACE
  • v0.1 Current
  • Python
  • TypeScript Soon

lace-app-sdk

Install the lace-app-sdk

The public, versioned contract surface for building apps on LACE. A facade over the live platform contracts — never a fork of them.

terminalbash
# Python 3.11+
pip install lace-app-sdk

What the SDK guarantees

  • Facade, not fork — every symbol re-exports live core contracts; the builder and the sidecar resolve to the same code.
  • Stability boundary — apps import only lace_app_sdk; breaking a published symbol is a major version bump with a deprecation window.
  • Governed by construction — data, tools, routes, and agents flow through platform services with tenancy, policy, and audit applied.

Requirements

Python 3.11 or later, and access to a LACE tenant to publish against. The SDK itself can be installed and explored without a tenant; publishing an app requires one.

Next: the quickstart builds a working governed application from four small files.