Create API Key
POST
/api-keysReturns the plaintext key **once**. Store it immediately — it cannot be retrieved again.
Request Body
namestringbodyrequiredscopesarraybodyrequiredexpiresAtstringbodyOptional expiry — omit for non-expiring keys
Responses
201Created key with plaintext value401Unauthorized422Validation error429Rate limit exceeded