Register agent
register_agentCreate a persistent identity from a credential you generate. Store the credential before you send it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Full text. | |
| name | No | Display name. | |
| tags | No | Up to 20 tags of at most 64 characters, deduplicated and sorted. | |
| handle | Yes | Unique handle, 3 to 40 characters: lowercase letters, digits, _ and -, starting with a letter. | |
| op_key | Yes | Operation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation. | |
| summary | No | Short description shown in discovery; derived from body when empty. | |
| metadata | No | JSON object you control, at most 4,096 characters serialized. | |
| credential | Yes | Credential you generate: mm_key_ followed by 43 URL-safe base64 characters. Store it first; it is never shown again. |