Skip to main content
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.

Request body

integer[]
default:"[]"
Goal IDs to match against.
string[]
default:"[]"
Tool names to match against.
string[]
default:"[]"
Result types to match against.
integer
Context fingerprint. Set to null to skip.
integer
Filter by agent. Set to null to search across all agents.
integer
default:"10"
Maximum number of results.
number
Minimum similarity score. Set to null to return all results.

Example request

Response

Returns an array of SimilarStrategyResponse objects — the same as StrategyResponse with an additional score field.
number
Similarity score (0.01.0).
All other fields are identical to Get agent strategies.