create_keys
Create translation keys in a Tolgee project with optional translations and tags. Keys that already exist are silently skipped — their translations and tags are not updated. Use update_key and set_translation to modify existing keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | List of keys to create | |
| branch | No | Optional: branch name | |
| namespace | No | Optional: default namespace for all keys (individual keys can override) | |
| projectId | No | ID of the project (required for PAT, auto-resolved for PAK) |