lucid.co
Lucid provides visual collaboration products such as diagramming and whiteboarding, along with developer tooling for extensions, custom shapes, and integrations. Its developer platform includes APIs for Lucid resources and tools for building extensions for Lucid editors.
lucid.co exposes a documented REST API authenticated by either Lucid API keys or Lucid OAuth 2.0 clients, plus a public documentation MCP server and a public npm CLI (`lucid-package`).
- Lucid Developer Documentation MCP serverdiscovered
- Lucid REST APIdiscovered
- lucid-package CLIdiscovered
In the Lucid developer portal, create an API key from the API Keys section. You need a licensed Lucid account, access to developer tools, and your admin must allow API keys. Choose the key name, expiration, and grants, then click Generate API key and save the value securely because it is only shown once.
In the Lucid developer portal, create an application, open it, go to the OAuth 2.0 tab, create an OAuth client, and register your redirect URI. Save the client_id and client_secret; Lucid states its REST API supports the OAuth 2.0 authorization code flow.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing