create_intent
Declare an intent to perform an action, initiating the 3-signature chain for authorized agent operations.
Instructions
Declare an intent to perform an action. First step of the 3-signature chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | What type of action (e.g. 'web_search', 'commerce:checkout') | |
| target | Yes | What the action operates on | |
| scope_required | Yes | Which delegation scope is needed | |
| spend_amount | No | Expected spend amount | |
| spend_currency | No | Spend currency (e.g. 'usd') | |
| context | No | Why the agent wants to do this | |
| delegation_id | Yes | Delegation ID authorizing this action |