neuron_create_api_key
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Create a new API key for programmatic access to a specific bot. Store the key securely as it cannot be retrieved later.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"botId",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Descriptive name for the API key to identify its purpose (e.g., 'Production CRM Integration')"
},
"botId": {
"type": "string",
"description": "Unique identifier (UUID) of the bot to create the API key for"
},
"expiresAt": {
"type": "string",
"description": "ISO 8601 date-time when the key should expire (e.g., '2026-12-31T23:59:59Z'). Key never expires if omitted."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries