SDK Documentation¶
Programmatic access to LimaCharlie via official SDKs.
Available SDKs¶
Python SDK¶
The Python SDK offers a full-featured interface for security automation, data analysis, and rapid prototyping. It also includes the command line interface.
Go SDK¶
The Go SDK provides a type-safe client library for building security automation, integrations, and custom tools.
Authentication¶
Both SDKs support multiple authentication methods:
- API Key: Organization-level API key (
oid+api_key) - Environment Variables: Auto-load from
LC_OIDandLC_API_KEY - Config File: Credentials stored in
~/.limacharliewith named environments
See the individual SDK pages for detailed authentication examples.