# core_platform_api_tokens_create Create a new Platform Api Key for the target platform Endpoint: POST /api/core/platform/api-tokens/ Version: 3.59.0-ai-plus ## Request fields (application/json): - `name` (string, required) Name of the token. Used by the user to identify the token. - `platform_key` (string, required) The platform key - `expires_in` (string,null) Optional duration until key expires. Format: [DD] [HH:[MM:]]ss[.uuuuuu] ## Response 201 fields (application/json): - `username` (string, required) Username that created token - `name` (string, required) Name of the token. Used by the user to identify the token. - `key` (string, required) - `expires` (string, required) When token expires - `created` (string, required) When token was created