API and SDKs
The LAMP API provides programmatic access to all data and configuration in the mindLAMP platform. Everything that can be done through the dashboard can also be done through the API.
Official SDKs​
Python SDK
The primary SDK for data analysis, scripting, and automation. Install with pip install LAMP-core.
JavaScript/TypeScript SDK
For web and Node.js integrations. Install with npm install lamp-core.
R SDK
The R SDK is deprecated. Existing R users should use the REST API directly or call the Python SDK through reticulate.
Additional Topics​
JSONata
A query and transformation language for filtering and reshaping data server-side.
Tags & Attachments
Persistent key-value metadata that can be attached to any platform object.
See the API Introduction for authentication, the object model, and the full interactive API reference.