# Create an API Key **POST /api_keys** You can create mulitple API keys for your organization. All API keys operate on either Live or Test modes. ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Body: application/json (object) - **api_key** (object) ## Responses ### 201 The created API Key #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **created_at** (string) - **id** (integer(int64)) - **is_testing** (boolean) - **token** (string) - **updated_at** (string) ### 400 Bad Request #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)