# Create API Key **POST /admin/api-keys** Create a new API key for a customer. The API key is only shown once in the response - save it securely! ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Admin auth ## Parameters ### Body: application/json (object) - **customer_name** (string) Customer/company name - **customer_email** (string) Contact email (optional) - **max_devices** (integer) Maximum devices this key can create - **rate_limit_per_hour** (integer) API rate limit per hour ## Responses ### 201 API key created successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized - Invalid admin secret #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)