---
title: "Free API keys"
description: "Self-serve API key generation for the kwnva.design catalog."
canonical: https://kwnva.design/api/v1/keys
last-updated: 2026-08-30
---

# Free API keys

`GET` or `POST https://kwnva.design/api/v1/keys` mints a free API key. No account, payment, or waitlist.

```
curl -X POST https://kwnva.design/api/v1/keys -H "Content-Type: application/json" -d "{}"
```

The JSON body includes `api_key`, `token`, `client_id`, `token_endpoint`, and `sandbox`. Reads on `GET /api/v1/projects` stay zero-auth. Use the key as a bearer token for attributed writes.

Walkthrough: https://kwnva.design/auth.md
