You can now integrate Lempod directly into your workflows with our **new public API**. Manage your LinkedIn post engagement programmatically without needing to open the Lempod dashboard.


#### What You Can Do with the API

| Action               | Description                                                            |
| -------------------- | ---------------------------------------------------------------------- |
| **Create a Post**    | Submit a LinkedIn post URL to add it to your Lempod account            |
| **Get Post Details** | Retrieve status, engagement metrics, and configuration for any post    |
| **Boost a Post**     | Select pods and set engagement frequency to start automated engagement |

#### Getting Started

1. Navigate to **Settings** in your Lempod dashboard

2. Generate your **API Key** — displayed once, so save it securely

3. Copy your **Client ID** — this is paired with your API key to authenticate requests

4. Visit our new [**API Documentation**](https://app.lempod.com/api-docs.html) page for interactive examples and full endpoint details

5. Securely use this in Chat GPT by adding Lempod's API spec to your MCP gateway.

   <https://app.lempod.com/swagger-posts-api.yaml> \
   *Right-click and copy link*

> ⚠️ **Important:** Your API key grants access to your account data. Protect it carefully, never share it with untrusted parties, and avoid committing it to version control systems. Generating a new key will invalidate your previous one.

### 🎨 Refreshed Settings Page

The **Settings** tab has been redesigned with a clean, modern layout:

* **Appearance Card** — Browse and select your preferred theme (Original, Twilight Serenity, Emerald Dream, Golden Meadow) with visual color previews and one-click switching

* **Integration Card** — Generate and manage your API key and Client ID directly from the dashboard with copy-to-clipboard support

### ⚡ Performance & Reliability Improvements

* **Faster API responses** through a new high-performance caching layer that reduces server load and speeds up authentication

* **More reliable engagement processing** with improved pod selection and engagement logic under the hood

* **Improved system stability** during peak usage times thanks to optimized database queries and caching strategies

### 🔐 Security Enhancements

* API keys are hashed with **industry-standard Argon2id encryption** before storage — your credentials are never stored in plain text

* Internal IDs in API responses are encrypted so your account data stays protected

* Sensitive authentication logic is fully server-side and never exposed to the browser

### 📦 Under the Hood

* Updated core dependencies for improved stability and security

* New dedicated caching infrastructure for faster repeated operations

* Comprehensive interactive API documentation powered by Swagger UI


