Documentation Index
Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt
Use this file to discover all available pages before exploring further.
Installing Cloudglue
Follow the appropriate SDK installation instructions for your programming language below. Currently official Node and Python packages are available for Cloudglue.- Node
- Python
bash npm install @cloudglue/cloudglue-js Usage
To start using Cloudglue’s features, you’ll need to authenticate your requests with an API key. Here’s how to set it up:- Get an API key from cloudglue.dev
- Set the API key as an environment variable named
CLOUDGLUE_API_KEYor pass the api key in as a parameter to theCloudglueclass constructor.