Async Authorization enables background agents to perform tasks that require user approval before completion. This ensures that important actions are executed only with the user's consent, enhancing security and user control. For more information, refer to the documentation.
- User Request: The user instructs the agent to monitor a specific condition, such as a stock's P/E ratio exceeding a certain value.
- Monitoring: The agent continuously tracks the specified condition.
- Notification: When the condition is met, the system notifies the user, requesting approval to proceed.
- User Approval: The user reviews the request and provides consent if they choose to proceed.
- Action Execution: Upon receiving user approval, the agent completes the requested action, such as purchasing stock shares.
This process ensures that users maintain control over significant actions initiated by automated agents.
Coming soon