vorim_grant_permission
Grant permission scopes to AI agents with configurable expiry and rate limits for controlled access management.
Instructions
Grant a permission scope to an agent. Optionally set expiry and rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent identifier | |
| scope | Yes | Permission scope to grant | |
| valid_until | No | Expiry timestamp (ISO 8601) | |
| rate_limit_max | No | Maximum uses per window | |
| rate_limit_window | No | Rate limit window: 1m, 1h, or 1d |