vorim_delegate_credential
Delegate credentials to AI agents with scoped permissions, rate limits, and expiry controls for secure access management.
Instructions
Delegate a credential to an agent. Creates a scoped delegation with optional rate limits and expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | The connection or credential identifier to delegate | |
| agent_id | Yes | The agent receiving the delegation | |
| scopes_delegated | Yes | Scopes to delegate (e.g. ['read', 'write']) | |
| max_requests_per_hr | No | Maximum requests per hour for this delegation | |
| valid_until | No | Expiry timestamp (ISO 8601) |