method
RiduClient.createAPIKey
RiduClient.createAPIKey(
input: CreateAPIKeyInput,
options?: RequestOptions,
): Promise<APIKey>Create an API key; its secret is returned only once.
Source packages/sdk/src/types.ts:726
CreateAPIKeyInput is the SDK’s internal name for the inline input shape; it is not a separately importable export.
Related types
RequestOptionsOptions shared by every request.
APIKeyA newly created API key including its one-time secret.