# Generate API Key **POST /api/v1/orgs/me/apikeys** Generates a new API key for the organization associated with the authenticated user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) API Key Label - **label** (string) ## Responses ### 201 API key generated successfully #### Body: application/json (object) - ***** (string) ### 400 Invalid request data #### Body: application/json (object) - ***** (string) ### 401 Unauthorized or Org ID not found #### Body: application/json (object) - ***** (string) ### 500 Failed to generate API key #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)