# ai_account_orgs_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}/credential/ Version: 3.59.0-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