API documentation.
OpenAI-compatible API. Swap the endpoint, keep your code. Requests run in the EU and are billed via your grunden.ai wallet or subscription.
Beta
grunden.ai is pre-launch. The service is open for registration but has no paying customers in production yet — pilots are planned for H2 2026. Prices, model and features may change; breaking changes are published with notice. Don't use in production without checking with us at hej@grunden.ai first.
Getting started
- Create an account if you don't already have one.
- Go to
Settings → API keysin your team and create a key. - Top up your wallet under
Walletto pay per token, or activate a chat subscription underSubscriptionif you primarily use the web chat.
Base URL and authentication
All requests go to https://api.grunden.ai. Send your key in the Authorization header:
Keys begin with sk-grunden- and are scoped per team. The rate limit per key (RPM + TPM) is set at creation and can be adjusted in the admin UI.
Use it in your editor (VS Code, Cursor, Codex CLI)
Because the API is OpenAI-compatible, most AI coding tools can point at grunden.ai directly — swap out Claude/Codex as the backend without switching tools. Across the board: set the base URL to https://api.grunden.ai/v1, your sk-grunden-… key as the API key and glm-5.1 as the model. Calls run on the normal tier and are billed per token from your wallet (top up under Billing).