Create API Key
neuron_create_api_keyCreate a new API key for programmatic access to a specific bot. Store the key securely as it cannot be retrieved later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Descriptive name for the API key to identify its purpose (e.g., 'Production CRM Integration') | |
| botId | Yes | Unique identifier (UUID) of the bot to create the API key for | |
| expiresAt | No | ISO 8601 date-time when the key should expire (e.g., '2026-12-31T23:59:59Z'). Key never expires if omitted. |