LucidLink Developer Platform

Tools for building
on LucidLink

Discover, download, and extend your LucidLink environment. Official scripts, plugins, and desktop apps from the LucidLink team — ready to use.

19 tools 5 categories Open access
Python SDK — quick start
$ pip install lucidlink
Collecting lucidlink
  Downloading lucidlink-0.8.9-py3-none-any.whl
Successfully installed lucidlink-0.8.9

$ python3
from lucidlink import FilespaceClient

client = FilespaceClient(
    workspace_url="https://app.lucidlink.com",
    token="your-service-account-token"
)
files = client.list("/projects/")
# [File(name='campaign-2026/'), ...]

Browse by category

Find the right tool for your workflow

Featured tools

Popular picks from the catalog

View all 17 tools

Build your own plugins

The Admin Assistant plugin system is open. Any Python script with a plugin.json manifest can be loaded from your local plugins directory. Build automation workflows tailored to your organization.

View Plugin Guide Submit a Tool
Minimal plugin structure
my-plugin/
  ├── plugin.json       # name, description, inputs
  ├── plugin.py         # Python script
  └── requirements.txt  # optional deps

# Drop into:
~/LucidLink/plugins/my-plugin/
Coming soon

Share your tools with the community

Built something useful on the LucidLink Developer Platform? Submit your tool for review — we'll security-scan and approve it before publishing to the Hub.

Learn more about submissions