Public Documentation

Lawie Docs

CLI

lawie-cli

Latest version: v1.0.0 • API v1

ga

Install

clipip install lawie-cli

Auth setup

Use the credential-management surface enabled for your organization, then set LAWIE_API_KEY in a secret-managed runtime environment.

export LAWIE_API_KEY="your-sandbox-api-key"

Do not place credentials in browser code, source control, logs, screenshots, or support messages.

Feature matrix

FeatureSupport
Typed modelsNo
RetriesNo
StreamingNo
Pagination helpersNo
Safety guardrailsNo
Versioned promptsNo

Compatibility

SDK versionAPI versionsNotes
v1.0.0v1Requires Python >=3.11

Supported services: matters, documents, health

Example

lawie login --api-key "$LAWIE_API_KEY" --base-url https://api.sandbox.lawielabs.com
lawie documents list

Sample projects