The Agents API of Upstash Workflow enables you to:

  • Execute an individual agent or facilitate collaboration among multiple agents.
  • Integrate any tool compatible with AI SDK or LangChain.
  • Reliably invoke agents without concerns about timeouts or transient errors.
  • Unlike mainstream agent frameworks, we prioritize debuggability and extensibility.

To get started, you can refer to the Getting Started page. For more details about the features, you can refer to the Features page.

Agent Patterns

If you’re interested, you can also explore our rich examples that showcase how various patterns can be built using the Agents API:

Real World Examples

Practical implementations demonstrating how to use our Agents API in production scenarios. These examples provide ready-to-use templates for common use cases.