You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_api_key

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_create_api_key — io.github.conquext/neuron — PRSM MCP