LucidLink Management API

The self-hosted administrative REST API for the new LucidLink platform, delivered as the lucidlink/lucidlink-api Docker image and run on customer infrastructure so that LucidLink's zero-knowledge model is preserved. Covers members, groups, permissions, filespaces, directory entries, direct links, storage providers and health. Auth is a service-account secret key sent as an Authorization Bearer token. Interactive Swagger documentation is generated and served by the container itself at /api/v1/docs, so the OpenAPI document is only reachable once the container is running on the customer host.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/lucidlink-management-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: LucidLink Management API
description: The self-hosted administrative REST API for the new LucidLink platform, delivered as the
  lucidlink/lucidlink-api Docker image and run on customer infrastructure so that LucidLink's zero-knowledge
  model is preserved. Covers members, groups, permissions, filespaces, directory entries, direct links,
  storage providers and health. Auth is a service-account secret key sent as an Authorization Bearer token.
  Interactive Swagger documentation is generated and served by the container itself at /api/v1/docs, so
  the OpenAPI document is only reachable once the container is running on the customer host.
humanURL: https://support.lucidlink.com/hc/en-us/articles/40221355571725-LucidLink-API-Overview
baseURL: http://{api-container-host}:3003/api/v1
tags:
- Members
- Group
- Permissions
- Filespaces
- Directories
tags_raw:
- Members
- Groups
- Permissions
- Filespaces
- Directories
properties:
- type: Documentation
  url: https://support.lucidlink.com/hc/en-us/articles/40235274774797-API-Key-Functionalities-Common-Automation-Scenarios
- type: GettingStarted
  url: https://support.lucidlink.com/hc/en-us/articles/40221700126605-Deployment-Usage-LucidLink-API-Container