memory_api_key
Create, revoke, or list API keys to control access to memory functionalities. Manage user keys with optional labels.
Instructions
Manage API keys.
Args: action: "create", "revoke", or "list" user_id: User to create key for (create only) label: Optional label (create only) api_key: Key to revoke (revoke only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| action | No | list | |
| api_key | No | ||
| user_id | No | default |