Documentation Index
Fetch the complete documentation index at: https://docs.craftingstudiopro.de/llms.txt
Use this file to discover all available pages before exploring further.
Why use API Keys?
API Keys are the best way for server-side scripts, CI/CD pipelines, and Minecraft plugins to interact with our API. Unlike JWTs, API keys provide persistent access and do not expire.Generating a Key
Follow these steps to create your first API key:- Dashboard: Go to your Account Settings.
- Creation: Navigate to the API Keys tab and click on “Create New Key”.
- Storage: Copy the key immediately. For security reasons, it will never be shown again in its full form.
Header Integration
To use your API key, include it in theX-API-Key HTTP header:
Java Implementation Example
If you are developing a Minecraft plugin, here is a simple way to check for updates using Java’sHttpClient: