covenant__grant_covenant
Grant an agent an explicit lease of authority with specified scopes, spending budget, and expiration time.
Instructions
[covenant — deny-by-default authority leases] Grant an agent a covenant: an explicit lease of authority. scopes support wildcards ('payments.', ''); budget_minor is the total spend ceiling in minor units; expires_at is ISO-8601. Returns the covenant_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | Yes | ||
| agent_id | Yes | ||
| principal | Yes | ||
| expires_at | Yes | ||
| budget_minor | Yes |