# core_users_platforms_self_link_create Allow authenticated users to self-link to platforms that have self-linking enabled Params: platform_key: The key of the platform to link to Endpoint: POST /api/core/users/platforms/self-link/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `platform_key` (string, required) ## Response 201 fields (application/json): - `message` (string, required) ## Response 400 fields (application/json): - `error` (string, required) ## Response 403 fields (application/json): - `error` (string, required)