---
title: "kwnva.design developer portal"
description: "Free API keys, sandbox environment, and MCP"
canonical: https://kwnva.design/developers
last-updated: 2026-08-30
---

# kwnva.design developer portal

This developer portal publishes free API keys, a sandbox environment, HTTP documentation, and MCP access for the kwnva.design catalog.

## API keys

Self-serve key generation:

`POST https://kwnva.design/oauth/register`

Then `POST https://kwnva.design/oauth/token` with `grant_type=client_credentials`.

## Sandbox environment

`https://kwnva.design/api/v1/sandbox/projects` is the test environment. Writes to `/api/v1/sandbox/inquiries` are discarded.

## Quickstart

1. GET https://kwnva.design/api/v1/projects
2. GET https://kwnva.design/openapi.json
3. POST https://kwnva.design/mcp with initialize, then tools/list
