API & integrations · 3 min · Updated September 7, 2026
Create an API key
Let another app (like a game or site) use your Kruzeniski tools with a scoped, revocable key.
The public API (v1) lets other apps run agents, read outputs, and queue posts programmatically. Each key is scoped to one workspace, hashed at rest, and revocable.
Steps
- 1Open a workspace and go to its API tab.
- 2Create a key and give it a name (e.g. the app that will use it).
- 3Copy the full key once — it's shown a single time. Store it securely.
- 4Use it as a Bearer token against https://kruzeniski.ai/api/v1.
Check the API is reachable any time with GET /api/v1/health (no key needed) — it returns status ok.
Related