Compositions

Build complete projects in 2-4 calls.

3 compound tools compose multiple primitives into one call. Every response includes _next — pre-filled parameters for the natural next step. Follow the suggestions to build full projects without memorizing 75 tools.

Composition Examples

Each example shows how compound tools and _next chain together to build a complete project.

Landing page + waitlist

  1. 1sutrena_launch → site with pages + analytics
  2. 2_next suggests → sutrena_collect
  3. 3sutrena_collect → form + Slack webhook notification

Live site with waitlist form, webhook alerts, and analytics.

pageformanalyticswebhook

Feedback wall

  1. 1sutrena_launch → page with entryTemplate
  2. 2sutrena_collect → form with autoEntryPageId
  3. 3Submissions auto-appear on the page as entries

Public feedback wall where new submissions show up in real time.

pageformentries

Status page with uptime checks

  1. 1sutrena_launch → status page
  2. 2_next suggests → sutrena_collect for incident reports
  3. 3_next suggests → automation with schedule trigger to check endpoints

Status page with automated health checks and incident form.

pageformanalytics

Blog with CMS

  1. 1sutrena_launch → blog page with entryTemplate for posts
  2. 2sutrena_manage_page_entries → add/update/delete posts
  3. 3_next suggests → analytics to track readership

Blog with structured posts, managed through the API. No CMS UI needed.

pageentriesanalytics

Event RSVP + notifications

  1. 1sutrena_collect → RSVP form with webhook
  2. 2_next suggests → automation for confirmation
  3. 3Webhook notifies Slack on every RSVP

RSVP form with webhook notifications and automation-driven follow-ups.

formwebhook

Multi-site analytics

  1. 1Create analytics sites for each property
  2. 2_next suggests → query analytics across sites
  3. 3Compare traffic via API or automation-driven reports

Privacy-first analytics across all your sites, queryable via API.

analytics
Compositions — Sutrena | Sutrena