Requirements
- A Cuey account and API key (Get one here)
Install the Package
Install thecuey package using your preferred package manager:
Configuration
After obtaining your API key from the dashboard, set it as an environment variable namedCUEY_API_KEY:
Usage
Use the defaultcuey instance, which automatically reads the CUEY_API_KEY environment variable:
The
cuey instance is a pre-configured client that uses the CUEY_API_KEY
environment variable for authentication. For advanced configuration options,
see the Advanced Configuration
guide.Next Steps
Quick Start
Follow the quick start guide to schedule your first webhook.
TypeScript SDK Overview
Learn about the client API and available methods.
Advanced Configuration
Deep dive into configuration options.
REST API
Explore the REST API documentation.