Querying patterns through the API
21 Apr 2026
Two curl requests to api.fusedframes.com authorised with a bearer token. The first hits /search/patterns to look up patterns matching the keyword 'incident' and lists the three matches by id and title. The second hits /patterns/{id} to fetch the structured pattern with its trigger and the first three SOP steps, each with stepNumber, application and instruction. This is the same JSON an AI agent consumes at runtime.
