vorim_register_ephemeral
Register short-lived AI agents with DID:key identities that automatically expire after a set time period. Specify capabilities and permission scopes for temporary agent deployment.
Instructions
Register an ephemeral agent with a did:key identity. Short-lived agents that auto-expire. Returns agent_id, did:key, and keypair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capabilities | Yes | List of agent capabilities (e.g. ['search', 'write']) | |
| scopes | Yes | Permission scopes to grant (e.g. ['agent:read', 'agent:execute']) | |
| ttl_seconds | No | Time-to-live in seconds before the agent auto-expires |