Create API key
Authorizations
API key with the vk_ prefix. Create one from the dashboard.
Body
Server-injected display email for the authenticated user. Set by the web
proxy from the signed-in Clerk session (never trusted from a browser
body). Absent for keys minted outside the proxy (SDK, CI). When present,
it upserts users.email so /v1/me and the CLI can show the account.
Workspace the key is scoped to (workspaces design). Stamped by the web proxy from the active Clerk org, or passed explicitly by SDK callers. Absent / equal to the caller's own id => a personal key. Validated server-side at mint: a workspace the caller is not a member of is rejected, so the stamp is a convenience, never an authority.
Response
The created key, including the plaintext value returned once

