# core_lti_1p3_provider_lti_keys_create Create a new LTI Provider Key Endpoint: POST /api/core/lti/1p3/provider/lti-keys/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `name` (string, required) Name of the RSA Key - `platform_key` (string, required) Platform Key ## Response 201 fields (application/json): - `id` (integer, required) - `name` (string, required) Name of the RSA Key - `public_key` (string, required) Public Key in PEM format - `public_jwk` (any, required) Public key in JWK format