Quickstart Guide
Get up and running in under five minutes with this step-by-step quickstart.
Quickstart Guide
Welcome! This guide walks you through installing the SDK and making your first request.
1. Install the package
Use your favorite package manager to add the SDK to your project.
2. Initialize the client
Create a client instance with your API key.
3. Make your first request
That's it — you're ready to build!
Bash
```bash
npm install @acme/sdk
```