create_keys_bulk
Batch version of create_key: create up to 500 keys in one call, idempotent per item (existing keys return created=false). Returns a per-item results array + a summary roll-up; valid items commit even if siblings fail. Intra-batch duplicates (same namespace+name twice) error per item; the whole call is rejected if the new keys would exceed the org plan cap. NO server-side translation - this only batches the writes. Use this instead of N create_key calls for a backlog.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
items | array | requis |
{ "tool": "create_keys_bulk", "arguments": { "items": [] }}