Just released v.04
The Operating System for AI-First Companies
Declaratively define, run, and manage AI workflows at scale: with full control, visibility, and trust.

How it works
workflows:
- name: summarize_document
type: stateMachine
extends: upload_document_template
transitions:
- name: summarize
from: document_loaded
to: document_summarized
call:
- tool: summarize_prompt
Build
Using a declarative approach and the right level of abstraction allows you to focus on what your automation should do instead of dealing with how to implement it.
Orchestrate workflows and agents using intuitive and flexible patterns such as Pipelines and State Machines.
Do not reinvent the wheel for common best practices and tools. Extend where custom functionality is needed.
Build upon well tested and reliable core functionality while focussing on the business challenges.
Proven Patterns
Orchestrate workflows and agents using intuitive and flexible patterns such as Pipelines and State Machines.
Modular and Extensible
Do not reinvent the wheel for common best practices and tools. Extend where custom functionality is needed.
Reliable by Design
Build upon well tested and reliable core functionality while focussing on the business challenges.
@Handler()
export class MyCustomHandler
implements HandlerInterface {
async apply(props: MyPropsInterface) {
// your custom code
return {
success: true,
data
}
}
}
Extend
Use TypeScript Services to implement custom functionality and integrations. Include them seamlessly using custom tools in your workflows.
Build custom NestJS Services (NodeJS) to integrate with your business processes: APIs, Databases, Models, Algorithms
Validation, Sanitation and Error Handling is a core principle built-in to executing custom Services.
Define endpoints to execute your custom services using tools, allowing flexible use of services for different use cases.
Custom Handlers
Build custom NestJS Services (NodeJS) to integrate with your business processes: APIs, Databases, Models, Algorithms
Secure by Design
Validation, Sanitation and Error Handling is a core principle built-in to executing custom Services.
Wrap with Tools
Define endpoints to execute your custom services using tools, allowing flexible use of services for different use cases.

Interact
Use our ready-to-use Studio for workflow management, or integrate with your own frontend using our API and SDK.
The built-in React Frontend is a powerful interface to execute, interact and monitor all your workflows and agent executions.
Use the well documented API to directly access Loopstack automations from your custom frontends. Use our TypeScript SDK for convenient integration.
Integrate seamlessly with external services to trigger automations and consume their results.
Loopstack Studio
The built-in React Frontend is a powerful interface to execute, interact and monitor all your workflows and agent executions.
API and SDK
Use the well documented API to directly access Loopstack automations from your custom frontends. Use our TypeScript SDK for convenient integration.
Third-Party Integrations
Integrate seamlessly with external services to trigger automations and consume their results.
Supported by:
