Action suggestions
Strategies & policy
Action suggestions
The Policy Guide endpoint — ask ‘What should the agent do next?’
GET
Action suggestions
This is the Policy Guide endpoint. Given the current context, it recommends the next best action based on past experiences and learned strategies.Documentation Index
Fetch the complete documentation index at: https://docs.minns.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Context fingerprint (computed from the current context).
Last action node ID. Set to
null to get suggestions from the start.Maximum number of suggestions to return.
Response
Returns an array ofActionSuggestionResponse objects.
Suggested action name.
Probability of success (
0.0–1.0).Number of supporting past examples.
Explanation for why this action is recommended.
