Skip to main content

Goal

Set up a coding agent to build features on top of Trio REST APIs with a repeatable workflow.

OpenAPI Source

Use the OpenAPI schema as:

Bootstrap Prompt (Copy-Paste)

Minimal Integration Flow

  1. Validate URL with Validate Stream.
  2. Start job with Live Monitor.
  3. Poll Get Job Details until terminal status.
  4. Use Cancel Job if workflow aborts.
  5. For push delivery, add Webhooks.

Next Steps