📄️ Overview
The API Gateway is the entry point for all pluggable APIs.
📄️ Sync API
Use the Sync API only if your task completes within 20 seconds. Otherwise, the request will time out
📄️ Async API
Submit Task
📄️ Stream API
Stream API
📄️ Options API
Resolves a workflow's runtime options — most notably the credit cost — without submitting the task. The executor's options() method is only invoked for workflows registered with enablePreflight: true; otherwise the response falls back to the workflow's statically configured monetization (if any) and is {} when none is configured.