createApiKey
Create an API key
Creates a new API key. The response contains id, name, key_type,
key_prefix, raw_key, and message. The full raw key is shown only
once and cannot be retrieved again.
Scope: org:manage
Maps to OpenAPI operationId createApiKey — POST /manage-keys.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable label for the key. | |
| key_type | Yes | Key type. Secret keys have full access; publishable keys have limited scopes. |