nolag_create_agent
Create an AI agent actor with persistent session support. Agents get stable MQTT sessions that survive disconnects, so queued messages are delivered on reconnect. The access token is only shown once - save it immediately!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name (e.g., 'support-bot', 'data-processor', 'content-analyzer') | |
| externalId | No | External ID for linking to your system | |
| description | No | Description of what this agent does | |
| capabilities | No | List of capability tags (e.g., ['nlp', 'code-review', 'summarization']) |