vorim_register_agent
Register AI agents with cryptographic identities and trust scores to manage permissions and audit trails for secure automation.
Instructions
Register a new AI agent with Vorim. Returns the agent identity (Ed25519 keypair, agent_id, trust score). The private key is shown once — store it securely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable agent name | |
| description | No | Purpose or function of the agent | |
| capabilities | Yes | List of agent capabilities (e.g. ['search', 'write', 'calculate']) | |
| scopes | Yes | Permission scopes to grant (e.g. ['agent:read', 'agent:execute']). Available: agent:read, agent:write, agent:execute, agent:transact, agent:communicate, agent:delegate, agent:elevate |