Creating Agents with Strict-JSON Prompt Engineering
Why this matters
Fliqr AI now lets you launch full-featured agents without the visual Flow Builder. Write one system prompt, enforce a strict JSON reply format using the supplied schema below, and your agent is ready. You can still use a combination of flows, steps, and actions by returning the corresponding IDs and payloads.One prompt → no flows required
Instant prototypes or production bots.
Dynamic
Supports autonomous structured responses like text, images, videos, GIFs, cards, carousels, and quick replies in multiple languages, while keeping the JSON output consistent
MCP Servers & Functions
Call external APIs or run serverless logic from the prompt.
The required JSON wrapper
Every reply must be one JSON object with a top-level key"messages":
- Add
text, anattachment, or atemplateunder"message". - Quick replies, cards, carousels, etc. are optional and channel-dependent.
- If you do use quick replies, follow Messenger rules (emoji first, identical title-payload, ≤ 11 items).
- Include the properly formatted search link in card buttons
