# Create a new API key Handle creation of a new API key. Endpoint: POST /api/api_keys/ Version: 1.0.0 Security: Api-Key ## Request fields (application/json): - `name` (string) A free-form name for the API key. Need not be unique. 50 characters max. ## Response 201 fields (application/json): - `prefix` (string, required) - `created` (string, required) - `name` (string) A free-form name for the API key. Need not be unique. 50 characters max.