Suggest
Suggest is an AI-powered advisor that takes a plain-language description of a use case and returns product and integration recommendations from the Multiple Natures catalog. No authentication required.
Endpoint: POST /suggest
Request
POST /suggestContent-Type: application/json{ "prompt": "I'm building a coaching platform for engineers and want to help them understand their working style."}Request fields
| Field | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Description of the use case or question |
Response
{ "recommendations": [ { "product": "MN Insights (MNTEST)", "reason": "Free 76-item assessment gives each user a full Nature and Intelligence profile — the right entry point for coaching platforms.", "integration_path": "Embed the assessment via /assessments/items and /assessments/submit, then display results in your coaching UI." }, { "product": "Trait Rater Widget", "reason": "Drop-in tool for quick situational ratings — useful as a lightweight check-in between coaching sessions.", "integration_path": "One script tag. No build step required." } ], "follow_up": "Are you looking to surface results in a dashboard, or primarily use them to guide coaching conversations?"}Notes
- Suggest runs on Cloudflare Workers AI (Llama 3.3 70B). Latency is typically 2–5 seconds.
- The endpoint is stateless — each request is independent. For multi-turn conversations, include prior context in the
promptfield. - No data is stored from Suggest requests.