Find similar strategies
Strategies & policy
Find similar strategies
Find strategies similar to a given set of goals or tools — share wisdom across agents.
POST
Find similar strategies
Use this endpoint when your agent is stuck and needs to find a successful “recipe” from a similar task. This is how you share learned behavior across different agents.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.
Request body
Goal IDs to match against.
Tool names to match against.
Result types to match against.
Context fingerprint. Set to
null to skip.Filter by agent. Set to
null to search across all agents.Maximum number of results.
Minimum similarity score. Set to
null to return all results.Example request
Response
Returns an array ofSimilarStrategyResponse objects — the same as StrategyResponse with an additional score field.
Similarity score (
0.0–1.0).