# core_users_platforms_config_create Set platform self-linking configuration Params: platform_key: The key of the platform to configure allow_self_linking: Whether to allow self-linking for this platform Endpoint: POST /api/core/users/platforms/config/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `platform_key` (string, required) - `allow_self_linking` (boolean, required) ## Response 200 fields (application/json): - `platform_key` (string, required) - `platform_name` (string, required) - `allow_self_linking` (boolean) Whether users can self-link to this platform - `created` (string, required) - `modified` (string, required) ## Response 201 fields (application/json): - `platform_key` (string, required) - `platform_name` (string, required) - `allow_self_linking` (boolean) Whether users can self-link to this platform - `created` (string, required) - `modified` (string, required)