lucidchart-deploy-integration
Installation
SKILL.md
Lucidchart Deploy Integration
Overview
Deploy a containerized Lucidchart integration service that manages diagram documents, manipulates shapes and connectors programmatically, and synchronizes visual collaboration data through the Lucid API. This skill covers Docker multi-stage builds for the Lucid SDK, OAuth2 token configuration, health checks that validate document API access, and rolling deployments with safe diagram state preservation during updates.
Prerequisites
- Docker 24+ and Docker Compose v2 installed
- Valid
LUCID_API_KEY(OAuth2 client credentials) from the Lucid developer portal - Node.js 20 LTS (build stage)
- Network access to
api.lucid.coon port 443 - Target deployment host with at least 512MB available memory (diagram rendering is memory-intensive)