Getting started
Welcome to the documentation. This guide walks you through installing the toolkit, configuring it for your environment, and making your first request. Every section is reachable from the navigation on the left, which stacks above this content on small screens and sits beside it on larger ones.
Installation
Install the package with your preferred package manager. The layout you are
reading stays fluid at any viewport width, so even long, unbroken strings such
as verylongpackagename-that-might-otherwise-overflow-the-line wrap
cleanly instead of pushing the page sideways.
Configuration
Configuration lives in a single file at the root of your project. Each option has a sensible default, so you can start with an empty file and override only the values you need. Settings are validated on load and clear errors are reported for anything unexpected.
API reference
The API is organised by resource. Each endpoint documents its parameters, the shape of its response, and the error codes it can return. Examples are provided for the most common operations so you can copy, adapt, and run them without reading the whole page.
Troubleshooting
If something is not behaving as expected, check the logs first. Most issues come from a misconfigured environment variable or a missing permission. The sections above cover the common cases; the rest can usually be resolved by re-running the setup step with verbose output enabled.