# ai_account_orgs_llm_credential_create Create a new LLM credential for an organization. Args: request: The HTTP request containing credential information org: Organization key identifier Returns: Response: Created LLM credential Raises: NotFound: When organization is not found ValidationError: When request data is invalid Endpoint: POST /api/ai-account/orgs/{org}/llm-credential/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `name` (string, required) Name of the credential provider - `value` (any, required) Value of the credential provider - `platform` (string, required) Key of the tenant ## Response 200 fields (application/json): - `name` (string, required) - `value` (any) - `platform` (string, required) The platform key - `service_info` (object, required) - `service_info.id` (integer, required) - `service_info.display_name` (string, required) - `service_info.logo` (string,null)