Installation
SDKs, CLI, and configuring your environment.
Official SDKs for TypeScript, Python, and Go, plus the CLI for local testing.
Package managers
Placeholder text, replaced later by the real section.
bash
npm install @smeeware/sdkConfiguration
Placeholder text. The real explanation goes here later — structure, edge cases, and an example to follow along with.
.env.local
SMEEWARE_API_KEY=sk_live_placeholder
SMEEWARE_BASE_URL=https://api.smeeware.dev/v1Don't commit keys
Keep .env.local in .gitignore. Rotate any accidentally published key immediately.